I'm thinking not since that violates the principle of batching. So what are my options if I want to launch two apps in windows in one script.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 4 down vote accepted

http://stackoverflow.com/questions/298562/windows-xp-or-vista-how-can-i-run-a-batch-file-in-the-background-no-windows-dis

In short, "start /b" is the dos solution, but there are a few other options depending on your environment.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.