Command-line Parameters |
The syntax of the AeTrayMenu command-line is as follows:
AeTrayMenu.exe [-quit -id=id] [-myvar1=value1 [-myvar2=value2 [...]] [-scriptfile=filename]in which:
AeTrayMenu.exe is the name of the AeTrayMenu executable. It is possible to rename the program (see also Some Remarks).-quit can be used to close a running instance of AeTrayMenu. You also need to specify the instance's ID using the -id= switch.commandline type variable using the switch -varname=value. The varname part should be replaced with the switch name specified in the ParamName parameter of your variable's declaration. value should be replaced with the variable's value, but please note that you have to put the whole thing in quotes (see the example below) if the value contains spaces!-scriptfile= can be used to tell AeTrayMenu which file contains the script. Please note that you have to enclose the whole thing with quotes if the specified filename contains spaces (see the example below)!