Chkenv: Difference between revisions
Jump to navigation
Jump to search
(New page: {{AdvFileParam|chkenv}} Checks if the environment variable has the given value. ==Usage== chkenv=<name(string):value(string)> ===Examples=== chkenv=greeting:Hello chkenv=greeting:Hall...) |
(added group) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
Checks if the environment variable has the given value. | |SYNTAX = chkenv | ||
|TITLESYNTAX = chkenv | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Flow Control | |||
}}Checks if the environment variable has the given value. | |||
==Usage== | ==Usage== | ||
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.