Chkenv: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
mNo edit summary
(added group)
 
Line 4: Line 4:
|VARIANTS =  
|VARIANTS =  
|PEVERSION = ??? < 1.5.4.5
|PEVERSION = ??? < 1.5.4.5
|GROUP = Flow Control
}}Checks if the environment variable has the given value.
}}Checks if the environment variable has the given value.



Latest revision as of 08:51, 22 February 2008

chkenv
Variants chkenv
Previously {{{PREVIOUS}}}
Group Flow Control
Version advcheck.dll ??? < 1.5.4.5

Checks if the environment variable has the given value.

Usage

chkenv=<name(string):value(string)>

Examples

chkenv=greeting:Hello
chkenv=greeting:Hallo

Description

This can be used the check if a certain environment variable was set to the specific value. A possible use is in NoOp and combination with skipcount.

See also

Similar parameters

Similar commands