Search found 1 match
- 07 Dec 2011 07:36
- Forum: DOS Batch Forum
- Topic: Intermittant batch file returns control too quickly
- Replies: 1
- Views: 2492
Intermittant batch file returns control too quickly
Hi I have an infuriating issue with a simple batch file that I am running on a W2003 server. For simplicity it is doing something like this: copy a b call runprog.exe if errorlevel 0 goto done echo "error" exit :done echo "ok" This has been working for years, now suddenly, and on...