Category:Cumulus MX: Difference between revisions

m
Line 236: Line 236:
#**'''Action''' <tt>Start a program</tt> from drop-down
#**'''Action''' <tt>Start a program</tt> from drop-down
#**'''Program/script''' <tt>cmd.exe</tt>
#**'''Program/script''' <tt>cmd.exe</tt>
#**'''Add arguments''' <tt>/C start "Start_MX" "\CumulusMX\CumulusMX.exe"</tt>  
#**'''Add arguments''' <tt>/C start "Start_MX" "\CumulusMX\CumulusMX.exe"</tt> (the "/C" means this task will close once it has started the task, the "Start_MX" is how the task will be labelled as it is running, the next argument actually starts the executable and it does not need a drive prefix as that is in next box.
#**(there are some optional parameters that can be used after the .exe call, such as a '''port=nnn''' as mentioned below)
#**(there are some optional parameters that can be used after the .exe call in that same box, such as a '''port=nnn''' where nnn is the port to be used for admin interface, all optional parameters are listed later)
#**'''Start in''' <tt>\CumulusMX</tt> (include a drive specifier if necessary)
#**'''Start in''' <tt>\CumulusMX</tt> (include a drive specifier if necessary)


5,838

edits