Differences
This shows you the differences between the selected revisions of the page.
2016-01-22 | 2016-02-27 | ||
option anchors (martin) | https (martin) | ||
Line 59: | Line 59: | ||
Note that variable expansion is different than in Windows batch files: | Note that variable expansion is different than in Windows batch files: | ||
- | * You cannot use any [[http://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 [[https://en.wikipedia.org/wiki/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). |