| ( expr ) | Evaluate the parameter expr. A zero result is false, otherwise the condition is true. Parameter expr follows the same rules as parameter expr for command CALC. The brackets around parameter expr are mandatory and must be specified. |
| ERRORLEVEL number | Specifies a true condition if the last program returned an exit code greater than or equal to number. |
| EXIST filename | Specifies a true condition if the filename exists. |
| EXISTCLASS "text" | Specifies a true condition if the window class "text" exists. |
| EXISTWINDOW "text" | Specifies a true condition if the window caption "text" exists. |
| string1==string2 | Specifies a true condition if string1 and string2 are the same. |