delenv

From SpybotWiki
Revision as of 16:41, 18 February 2008 by CCRDude (talk | contribs) (New page: {{AdvFileParam|delenv}} Deletes the environment variable with the given name. ==Usage== delenv=<name(string)> ===Examples=== delenv=greeting chkenv=greeting:Hello,delenv=greeting ===...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See also

Similar parameters

Similar commands