Differences
This shows you the differences between the selected revisions of the page.
2013-07-29 | 2013-08-21 | ||
no not even mention a possibility to open a session from commandline (martin) | no need to use .com to check for exit code (martin) | ||
Line 25: | Line 25: | ||
===== Checking Results ===== | ===== Checking Results ===== | ||
WinSCP [[executables]] return exit code 1, when any command is interrupted due to an error or any prompt is answered //Abort// (even automatically in batch mode). Otherwise it returns the exit code 0. | WinSCP [[executables]] return exit code 1, when any command is interrupted due to an error or any prompt is answered //Abort// (even automatically in batch mode). Otherwise it returns the exit code 0. | ||
- | |||
- | //When checking WinSCP exit code from a batch file, make sure you are using [[executables|winscp.com]].// | ||
To further analyze results of scripted operations, you will find [[logging_xml|XML logging]] useful. | To further analyze results of scripted operations, you will find [[logging_xml|XML logging]] useful. |