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 609: | Line 609: | ||
| * When placed on desktop, you can drop any local directory to it to start synchronization; | * When placed on desktop, you can drop any local directory to it to start synchronization; | ||
| * When placed to ''C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo'', you can use //Send To > Your Shortcut// from context menu of any local directory. &winpath | * When placed to ''C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo'', you can use //Send To > Your Shortcut// from context menu of any local directory. &winpath | ||
| + | |||
| Line 627: | Line 628: | ||
| Launch the above script from batch file like the one below, which automatically decompresses the archive: | Launch the above script from batch file like the one below, which automatically decompresses the archive: | ||
| - | <code> | + | <code batch> |
| winscp.com /script=example.txt /parameter %* | winscp.com /script=example.txt /parameter %* | ||
| if errorlevel 1 goto error | if errorlevel 1 goto error | ||