5,838
edits
#**'''Action''' <tt>Start a program</tt> from drop-down
#**'''Program/script''' <tt>cmd.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 in that same box, such as a '''port=nnn'''
#**'''Start in''' <tt>\CumulusMX</tt> (include a drive specifier if necessary)
|
edits