commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2011-11-08 | 2011-11-08 | ||
| fixing factual accuracy of clarity changes by anonymous user (martin) | // is needed for slashes at the beginning of the argument only (martin) | ||
| Line 114: | Line 114: | ||
| </code> | </code> | ||
| - | An argument that begins with a slash is considered a switch. To pass a parameter that itself uses the slash in its syntax (i.e. a remote path like ''/root''), use the special switch ''%%//%%'' (two slashes) before the argument. The switch ''%%//%%'' denotes that all following arguments are not switches. Example: | + | An argument that begins with a slash is considered a switch. To pass a parameter that itself starts with the slash in its syntax (i.e. a remote path like ''/root''), use the special switch ''%%//%%'' (two slashes) before the argument. The switch ''%%//%%'' denotes that all following arguments are not switches. Example: |
| <code> | <code> | ||
| winscp.exe /synchronize // "C:\Documents and Settings\martin\Documents\MySite" /root | winscp.exe /synchronize // "C:\Documents and Settings\martin\Documents\MySite" /root | ||