Link to home
Start Free TrialLog in
Avatar of Jose-Valencia
Jose-ValenciaFlag for United States of America

asked on

How to Read Command line Parameters from a Script written in a .vbs file. Note: Command() and Command$ do NOT work

Hi,
I have .vbs file where I have code to perform Mail Merging. This uses parameters like Source and Destination file names. Currently I have hard coded the parameter values into the script and  created an .exe file for this .vbs script file using the ScriptCryptor Software available online. This thing works!!

But need to be able to read the parameters for the .exe from the command line where this program will be invoked from.
I could NOT use the  'Command()' or 'Command$' for the parameters, as it does not identify them in the .vbs script.

Note: I do not have Visual Basic Application available, so just wrote this script in NotePad.



I Need help reading the parameters passed to this .exe file from the underlying .vbs program.

ASKER CERTIFIED SOLUTION
Avatar of David Lee
David Lee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial