Differences
This shows you the differences between the selected revisions of the page.
| 2014-07-21 | 2014-08-27 | ||
| syntax highlighting (martin) | batch file syntax highlighting (martin) | ||
| Line 27: | Line 27: | ||
| converts to: | converts to: | ||
| - | <code> | + | <code batch> |
| winscp.com /script=script.txt | winscp.com /script=script.txt | ||
| </code> | </code> | ||
| Line 47: | Line 47: | ||
| For that, add ''/ini=nul'' command-line parameter: | For that, add ''/ini=nul'' command-line parameter: | ||
| - | <code> | + | <code batch> |
| winscp.com /script=script.txt /ini=nul | winscp.com /script=script.txt /ini=nul | ||
| </code> | </code> | ||
| Line 332: | Line 332: | ||
| You can instead enable [[logging|session logging]] using ''/log=<logfile>'' [[commandline|command-line]] parameter: | You can instead enable [[logging|session logging]] using ''/log=<logfile>'' [[commandline|command-line]] parameter: | ||
| - | <code> | + | <code batch> |
| winscp.com /script=script.txt /ini=nul /log=session.log | winscp.com /script=script.txt /ini=nul /log=session.log | ||
| </code> | </code> | ||