1
September 12, 2008 6:04 AM
Posted by: Jerry Lees
commandline, VBScript, vbscript tips, Wscript.Arguments
How to use command line arguments in VBScript via the Wscript.Arguments Object
Posted by: Jerry Lees
One thing that comes up frequently in my need to script tasks, is the ability to run a script from the command line, or as a scheduled job with parameters passed to it from the calling application. In a "set it and forget it" script it's not such a big deal to have arguments...




