Skip to content

Instantly share code, notes, and snippets.

@hidsh
Created December 2, 2011 21:40
Show Gist options
  • Save hidsh/1424949 to your computer and use it in GitHub Desktop.
Save hidsh/1424949 to your computer and use it in GitHub Desktop.
wsh: argument test 2
'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