Differences
This shows you the differences between the selected revisions of the page.
| 2019-05-31 | 2019-08-23 | ||
| correct executable name (martin) | quotes anchor (martin) | ||
| Line 54: | Line 54: | ||
| 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, 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). | ||
| - | ===== Double Double-quotes ===== | + | ===== [[quotes]] Double Double-quotes ===== |
| When using ''/command'' switch, each script command needs to be surrounded by double quotes. As parameters of commands themselves may need to be surrounded by double quotes, those need to be doubled. | When using ''/command'' switch, each script command needs to be surrounded by double quotes. As parameters of commands themselves may need to be surrounded by double quotes, those need to be doubled. | ||
| For details, see [[commandline#syntax|escaping the in-command double-quotes by doubling them]]. | For details, see [[commandline#syntax|escaping the in-command double-quotes by doubling them]]. | ||