How to use DSN-less file inside a Windows Scripting Host
This sample script shows how to process command line arguments using Windows Scripting Host. The example below would be used such that you would save this code off into args.vbs file. Open a command line . Type in args.vbs argument1 argument2 etc... just put spaces between your arguments. To obtain the latest scripting host engine, download from http://msdn.microsoft.com/scripting also download the scripting documentation. [code]Set ArgObj = WScript.ArgumentssArgCount = ArgObj. ...
Contributed by aspfree Rating: / 6 February 15, 2001
This sample script shows how to process command line arguments using Windows Scripting Host. The example below would be used such that you would save this code off into args.vbs file. Open a command line . Type in args.vbs argument1 argument2 etc... just put spaces between your arguments. To obtain the latest scripting host engine, download from http://msdn.microsoft.com/scripting also download the scripting documentation.