Quote:
cmd /c start program & start another program
You can use multiple commands separated by the command separator
&& for
string, but you must enclose them in quotation marks (for example,
"command&&command&&command").
You can run a batch file that will execute as many programs as you want. Use the Echo Off to keep the batch file "silent". If you must use the CMD command, use /k and /q parameters to run and continue and echo off respectively.
Forgot to add the link to the CMD syntax.
http://technet.microsoft.com/en-us/l.../bb490880.aspx