mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
for i=0 to wScript.Arguments.length-1
|
|
wScript.echo wScript.Arguments(i)
|
|
next |