| Subject: errorlevel |
Author: Sebastien WILLEMIJNS |
Date: 12/29/2003 11:15 |
| | hello,
is HTTRACK in command line version use errorlevel to
detect if tranfert failed or OK ?
in my example, it stops twice on errorlevel 0 but
the "logic" seems to stop on errorlevel 1 when i
try to download the fake URL :)
%%%%%%%%%%%%%%%%%%%%%%
del unzip.exe
httrack -gqZv <http://vivil.free.fr/unzip.exe>
if errorlevel 1 pause
if errorlevel 0 pause
httrack -gqZv <http://xxxxxxxxxxxxxxxxxxx.free.fr/unzip.exe>
if errorlevel 1 pause
if errorlevel 0 pause
%%%%%%%%%%%%%%%%%%%%%%%%
| |
|
|
|
|
2
Created with FORUM 2.0.11