Search found 1 match

by ravishon
19 Jan 2010 05:30
Forum: DOS Batch Forum
Topic: Errorlevel different outcomes.
Replies: 1
Views: 3698

Errorlevel different outcomes.

Hi All, I have an issue with the errorlevel setting. Here is the example scenario. From file a.bat call b.bat if %errorlevel% 1 goto subBadEnd if %errorlevel% 0 goto subGoodEnd REM ********************************************************* REM Fault handler REM ***************************************...