rem rem This batch file is an example of how to run one application rem after another in sequence. That is, the batch file can wait rem for one application to finish before starting the next one. rem rem Wait for notepad to exit before proceeding. rem start /wait notepad.exe rem rem rem Just start notepad but don't wait for it to exit. rem start notepad.exe