Differences
This shows you the differences between the selected revisions of the page.
| 2014-06-02 | 2014-06-11 | ||
| wrong variable syntax (martin) | using environment variable as an alternative (martin) | ||
| Line 46: | Line 46: | ||
| If the script has also other variable parts, like file to upload or remote directory, just replace those parts with additional parameters (''%2%'', ''%3%'', etc). | If the script has also other variable parts, like file to upload or remote directory, just replace those parts with additional parameters (''%2%'', ''%3%'', etc). | ||
| + | |||
| + | //Alternative to using ''/parameter'' switch is [[scripting#syntax|using environment variable in the script]].// | ||