Differences
This shows you the differences between the selected revisions of the page.
scripting 2022-12-15 | scripting 2024-10-03 (current) | ||
Line 40: | Line 40: | ||
</code> | </code> | ||
- | === [[quotes]] Command Parameters with Spaces ==== | + | ==== [[quotes]] Command Parameters with Spaces ==== |
Command parameters that include space(s) have to be surrounded by double-quotes. To use double-quote literally, double it: | Command parameters that include space(s) have to be surrounded by double-quotes. To use double-quote literally, double it: | ||
Line 52: | Line 52: | ||
- | ==== [[variables]] Evironment Variables ==== | + | ==== [[variables]] Environment Variables ==== |
You can use environment variables in the commands, with syntax ''%NAME%'':((Generally do surround reference by double-quotes to cope properly with spaces in its value.)) | You can use environment variables in the commands, with syntax ''%NAME%'':((Generally do surround reference by double-quotes to cope properly with spaces in its value.)) |