Differences
This shows you the differences between the selected revisions of the page.
2009-06-30 | 2009-06-30 | ||
typo (martin) | syntax (martin) | ||
Line 7: | Line 7: | ||
You can use environment variables in the commands, with syntax ''%NAME%''. | You can use environment variables in the commands, with syntax ''%NAME%''. | ||
- | You can reference script arguments (passed on command-line using parameter ''/parameter'') using syntax ''%n%'', where ''n'' is ordinal number of argument. | + | You can reference script arguments (passed on command-line using parameter ''/parameter'') using syntax ''%N%'', where ''N'' is ordinal number of argument. |
Note that WinSCP treats filenames in case sensitive manner. So even if your server treats filenames in case insensitive manner, make sure you specify case properly((This is important particularly for FTP sessions.)). | Note that WinSCP treats filenames in case sensitive manner. So even if your server treats filenames in case insensitive manner, make sure you specify case properly((This is important particularly for FTP sessions.)). |