Differences
This shows you the differences between the selected revisions of the page.
| 2014-11-21 | 2014-11-21 | ||
| download path (martin) | splitting command line (martin) | ||
| Line 526: | Line 526: | ||
| set REMOTE_PATH=/home/user/test.txt | set REMOTE_PATH=/home/user/test.txt | ||
| - | winscp.com /command "option batch abort" "open mysession" "stat %REMOTE_PATH%" "exit" | + | winscp.com /command ^ |
| + | ····"option batch abort" ^ | ||
| + | ····"open mysession" ^ | ||
| + | ····"stat %REMOTE_PATH%" ^ | ||
| + | ····"exit" | ||
| if errorlevel 1 goto error | if errorlevel 1 goto error | ||