Differences
This shows you the differences between the selected revisions of the page.
2014-08-27 | 2014-08-27 | ||
batch file syntax highlighting (martin) | batch file syntax highlighting (martin) | ||
Line 40: | Line 40: | ||
To use the script against multiple servers, just execute the script (saved to file ''script.txt'') repeatedly, using different [[session_url|session URL]] as parameter: | To use the script against multiple servers, just execute the script (saved to file ''script.txt'') repeatedly, using different [[session_url|session URL]] as parameter: | ||
- | <code> | + | <code batch> |
winscp.com /script=script.txt /parameter sftp://martin@server1.example.com/ | winscp.com /script=script.txt /parameter sftp://martin@server1.example.com/ | ||
winscp.com /script=script.txt /parameter sftp://test@server2.example.com/ | winscp.com /script=script.txt /parameter sftp://test@server2.example.com/ |