|
Command Line Parameters |
|
Step 3
In the Command Line Window, you can now execute your projector with up to 5 additional parameters of your choice. These values can be anything from a single word to a string of numbers. Separate each parameter with a single space:

In the example above, we have the application name followed by 3 additional parameters with the values: cmdvalue1, cmdvalue2 and cmdvalue3
Once the Projector is launched and we press the button created in Step 1, the first {mdm}Script™ Command will retrieve the value of the first parameter (in this case, "cmdvalue1") and assign it to the variable cmdParam1.
The prompt command will then prompt the value of cmdParam1, which will be "cmdvalue1"