Search found 1 match

by Wanderer
19 Oct 2006 19:24
Forum: DOS Batch Forum
Topic: Secondary batch file hang
Replies: 0
Views: 10755

Secondary batch file hang

I will put a simplified form of what I am running into: Batch1: call Batch2.bat if errorfrombatch2.log send email to admin call Batch3.bat if errorfrombatch3.log send email to admin Batch2.bat: call Batch4.bat if errorfrombatch4.log create errorfrombatch2.log Batch3.bat: echo Batch3 Batch4.bat: REM ...