Differences
This shows you the differences between the selected revisions of the page.
| 2015-12-17 | 2015-12-23 | ||
| removing uses of option batch and confirm not needed since 5.6 with release of the next major branch 5.8 (martin) | 5.8 Script or .NET assembly code template can be generated in GUI. (martin) | ||
| Line 40: | Line 40: | ||
| winscp.com /script=myscript.txt | winscp.com /script=myscript.txt | ||
| </code> | </code> | ||
| + | |||
| + | You can have WinSCP [[ui_generateurl|generate a script template for you]] or even a complete batch file. | ||
| ~~AD~~ | ~~AD~~ | ||
| Line 131: | Line 133: | ||
| exit 1 | exit 1 | ||
| </code> | </code> | ||
| + | |||
| + | A similar error handling is used in [[ui_generateurl|the batch file template]] that WinSCP can generate for you. | ||
| Where for example content of ''success_mail.txt'' may be: | Where for example content of ''success_mail.txt'' may be: | ||