Delenv: Difference between revisions
Jump to navigation
Jump to search
(New page: {{AdvFileParam|delenv}} Deletes the environment variable with the given name. ==Usage== delenv=<name(string)> ===Examples=== delenv=greeting chkenv=greeting:Hello,delenv=greeting ===...) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
Deletes the environment variable with the given name. | |SYNTAX = delenv | ||
|TITLESYNTAX = delenv | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
}}Deletes the environment variable with the given name. | |||
==Usage== | ==Usage== | ||
Revision as of 19:00, 21 February 2008
| delenv | |
| Variants | delenv |
| Previously | {{{PREVIOUS}}} |
| Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
| Version | advcheck.dll ??? < 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] Deletes the environment variable with the given name.
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.