ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Retrieving the entire command line Hide the details
Command line passed to the executable (without the name of the executable itself).
Retrieving the value of Nth parameter in the command line Hide the details
Parameter corresponding to the requested subscript.
Subscript of option to retrieve. Remark: The space character corresponds to the separator.
Retrieving the value of a specific parameter in the command line Hide the details
Value corresponding to the requested parameter.
Name of option to retrieve. The following syntaxes are accepted:/<name> = value-<name> = valueThe space character corresponds to the separator. To use a space in the value of a named parameter, the parameter must be enclosed in quotes ("<Parameter with space>").Example: project.exe param1 /opt1="param2 with spaces".
Default value returned if the option is not found or does not exist. By default, the returned value by is an empty string (""). Example: CommandLine("select", "False") Commands:program.exe -> CommandLine returns "False".program.exe /select -> CommandLine returns "False".program.exe /select=abc -> CommandLine returns "abc".
Last update: 12/01/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: