Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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.
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