Search found 1 match
- 09 Jan 2021 17:35
- Forum: DOS Batch Forum
- Topic: Start, wait, start, wait till exit, then start batch file?
- Replies: 2
- Views: 3720
Start, wait, start, wait till exit, then start batch file?
Hello everyone! im trying to make a batch file that once started, it closes a program then loads another. and i want it to wait as long as possible until i manually exit out of the 2nd program before it starts the 1st program back again. please help timeout 3 taskkill /F /IM "gameex.exe" /T timeout ...