Differences
This shows you the differences between the selected revisions of the page.
2016-02-27 | 2016-02-27 | ||
https (martin) | wp> (martin) | ||
Line 60: | Line 60: | ||
* You cannot use any [[https://en.wikibooks.org/wiki/Windows_Batch_Scripting#String_processing|string processing syntax]]. | * You cannot use any [[https://en.wikibooks.org/wiki/Windows_Batch_Scripting#String_processing|string processing syntax]]. | ||
- | * You cannot use [[https://en.wikipedia.org/wiki/Environment_variable#Windows_2|dynamic/pseudo environment variables]], such as ''%DATE%'' or ''%RANDOM%''. | + | * You cannot use [[wp>Environment_variable#Windows_2|dynamic/pseudo environment variables]], such as ''%DATE%'' or ''%RANDOM%''. |
* References to undefined variables are kept intact (not removed). | * References to undefined variables are kept intact (not removed). | ||
* You can use ''%WINSCP_PATH%'' to refer to WinSCP [[executable]] path. | * You can use ''%WINSCP_PATH%'' to refer to WinSCP [[executable]] path. |