Saved Bookmarks
| 1. |
Solve : Run an application, wait for it to close then run another application...? |
|
Answer» HI, Sorry if this has been asked before - I have searched and looked through posts and can't SEE anything similar. What I would like to do is run a standard 32bit application, and once the app closes I would like a different app to run immediately after (maybe pausing for a minute or so to make sure the previous app has closed completely) Thanks for any help... in a batch file.. CODE: [Select]start /WAIT <FIRST program> start /WAIT <second program> Thanks very MUCH, I didn't realise that it was so simple! |
|