Re: calling multiple winscp transfers from within a batch file
This is not really a WinSCP question, but a pure Windows batch file question.
Anyway,
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/exit
Anyway,
exit
command aborts whole command interpreter. To abort only one level of batch file, you have to use exit /b
.
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/exit