ErrorLevel

Advertisement

Guest

ErrorLevel

I've done installs for numerous clients, and everything has gone fine. All of a sudden, when I check in my script with the command:

if %errorlevel%==0 goto :end

Even though the file successfully uploaded, the file attempts to re-upload as the errorlevel being returned in now 1. I have no idea where to start troubleshooting, as this has worked for years. Below is the entire script:

:start

D:
CD "\Program Files (x86)\WinSCP\"
winscp.com /script=SendFiles.txt
if %errorlevel%==0 goto :end

"D:\Program Files (x86)\WinSCP\sleep.exe" 60
goto :start

:end
DEL "D:\Program Files (x86)\WinSCP\Outbound\*.zip" /Q

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: ErrorLevel

Please post a full log file showing the problem.

To generate log file, enable logging, log in to your server and do the operation and only the operation that causes the error. For posting extensive logs you may use pastebin or similar application. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.

Reply with quote

Advertisement

You can post new topics in this forum