Difference between revisions of "Delenv"
m |
(added group) |
||
Line 4: | Line 4: | ||
|VARIANTS = | |VARIANTS = | ||
|PEVERSION = ??? < 1.5.4.5 | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Flow Control | ||
}}Deletes the environment variable with the given name. | }}Deletes the environment variable with the given name. | ||
Latest revision as of 08:52, 22 February 2008
delenv | |
Variants | delenv |
Previously | {{{PREVIOUS}}} |
Group | Flow Control |
Version | advcheck.dll ??? < 1.5.4.5 |
Deletes the environment variable with the given name.
Contents
Usage
delenv=<name(string)>
Examples
delenv=greeting chkenv=greeting:Hello,delenv=greeting
Description
Removes an environment variable of a specified name, regardless of its contents. See the second example on how to combine this with chkenv to make the removal depending on the value.