Re: Create Exe with Params and passing params to exe


Posted by Jean Claude Servaye on January 31, 2001 at 15:18:48:

In Reply to: Create Exe with Params and passing params to exe posted by Andre on January 31, 2001 at 11:55:53:

To access the Params, do the following;

Paramcount returns the number of parameters,
ParamCount(0) returns the .exe path
ParamCount[n] returns the n'th parameter.

To run the application: Application.exe param1 param2 param3....