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 <sniffer@sortmonster.com>.
To unsubscribe, E-mail to: <sniffer-...@sortmonster.com>
To switch to the DIGEST mode, E-mail to <sniffer-dig...@sortmonster.com>
To switch to the INDEX mode, E-mail to <sniffer-in...@sortmonster.com>
Send administrative queries to  <sniffer-requ...@sortmonster.com>

Reply via email to