Differences
This shows you the differences between the selected revisions of the page.
| 2018-10-31 | 2018-11-01 | ||
| typo (martin) | wiki link (martin) | ||
| Line 3: | Line 3: | ||
| ===== New-line Escaping ===== | ===== New-line Escaping ===== | ||
| - | Many examples on this site, as well as [[ui_generateurl#script|batch file template]] generated by WinSCP, use new-line escaping using caret sign ''^'' to allow wrapping a long command line to multiple lines for a better readability: | + | Many examples on this site, as well as [[ui_generateurl#script|batch file template]] generated by WinSCP, use [[https://en.wikipedia.org/wiki/Batch_file#Escaped_characters_in_strings|new-line escaping]] using caret sign ''^'' to allow wrapping a long command line to multiple lines for a better readability: |
| <code batch> | <code batch> | ||