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 E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [email protected], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
