How to Start Programs Sequentially in WindowsID: Q198044
|
This article describes how to start programs sequentially in Windows using the "start /w" command.
To start programs sequentially in Windows, create a text file containing
the following lines:
start /w <program1.exe>
start /w <program2.exe>
start /w <program3.exe>
<additional lines as necessary>
start /w calc.exe
start /w notepad.exe
Additional query words: switches command line
Keywords : win95 win98 winnt
Version : WINDOWS:95; winnt:4.0
Platform : WINDOWS winnt
Issue type : kbhowto
Last Reviewed: April 7, 1999