Differences
This shows you the differences between the selected revisions of the page.
2016-03-30 | 2016-03-30 | ||
styling (martin) | styling (martin) | ||
Line 74: | Line 74: | ||
==== [[arguments]] Script Arguments ==== | ==== [[arguments]] Script Arguments ==== | ||
- | You can reference script arguments (passed on command-line using parameter ''[[commandline#scripting|/parameter]]'') using syntax ''%N%'', where ''N'' is ordinal number of argument·((Generally do surround reference by double-quotes to cope properly with spaces in its value.)): | + | You can reference script arguments (passed on command-line using parameter ''[[commandline#scripting|/parameter]]'') using syntax ''%N%'', where ''N'' is ordinal number of argument:((Generally do surround reference by double-quotes to cope properly with spaces in its value.)) |
<code winscp> | <code winscp> | ||
put "%1%" | put "%1%" |