Re: Errorlevel always 0 NT 4
Can you try simpler syntax:
if errorlevel 1 goto retryloop
if errorlevel 1 goto retryloop
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
:retryloop
winscp3.com /script=winscpscript.txt
echo errorlevel=%errorlevel%
if %errorlevel% neq 0 goto retryloop
delete localfile*.*
0
, which means that the local file is always deleted even if
0
.