Dear all I have a problem with the branching in the batch below even when the test fails and "echo %errorlevel% " shows 1 the branching still goes to gziperr0 Does enyone knows why and how to fix ?
echo %time% echo testing .gz gzip -d -f -t myfile.snf.gz
echo %errorlevel% if errorlevel 0 goto gziperr0 if errorlevel 1 goto gziperr1 ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]>
