commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2010-01-29 | 2010-01-29 | ||
typo (martin) | winscp.com for scripts (martin) | ||
Line 82: | Line 82: | ||
To use double-quote literally, double it. You will need this particularly with ''/command'' parameter to execute script command that includes script parameter with spaces((Note that [[script_commands#syntax|doubling double-quotes]] applies to script command as well.)): | To use double-quote literally, double it. You will need this particularly with ''/command'' parameter to execute script command that includes script parameter with spaces((Note that [[script_commands#syntax|doubling double-quotes]] applies to script command as well.)): | ||
<code> | <code> | ||
- | winscp.exe /console /command "open ""My session""" "put ""C:\Documents and Settings\user\Documents\myfile.dat""" | + | winscp.com /command "open ""My session""" "put ""C:\Documents and Settings\user\Documents\myfile.dat""" |
</code> | </code> | ||