|
| KiXtart Command Reference |
EXISTKEYactionChecks for the existence of a registry subkey. syntaxEXISTKEY ("subkey") parameterSubkey Identifies the subkey you want to locate. remarksThe values returned by EXISTKEY have the opposite meaning of the values returned by EXIST. returns
example$ReturnCode = ExistKey("HKEY_CURRENT_USER\Console\Configuration") If $ReturnCode = 0 ? "Key exists...." Endif |