Created
December 2, 2011 21:40
-
-
Save hidsh/1424949 to your computer and use it in GitHub Desktop.
wsh: argument test 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'wsh argument test | |
If WScript.Arguments.Count > 0 then | |
wscript.echo WScript.Arguments(0) | |
End If |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment