Differences
This shows you the differences between the selected revisions of the page.
| 2020-04-17 | 2020-04-29 | ||
| syntax (martin) | assert that it is a batch file problem (martin) | ||
| Line 52: | Line 52: | ||
| When reusing/modifying such script, users frequently find that WinSCP seemingly stops processing the commands in a middle or behaves strangely. | When reusing/modifying such script, users frequently find that WinSCP seemingly stops processing the commands in a middle or behaves strangely. | ||
| - | This is commonly caused by an improper syntax of the new-line escaping in the batch file (and as such is not WinSCP issue at all). For the new-line escaping to work as expected, the caret symbol ''^'' has to be the very last character on the line (no spaces after it) and the next line needs to be indented (at least one space at the front). | + | This is commonly caused by an improper syntax of the new-line escaping in the batch file (and as such is not WinSCP issue at all). For the new-line escaping to work as expected in the batch file, the caret symbol ''^'' has to be the very last character on the line (no spaces after it) and the next line needs to be indented (at least one space at the front). |
| ===== [[quotes]] Double Double-quotes ===== | ===== [[quotes]] Double Double-quotes ===== | ||