Hello!

Could you tell me why does my script give me the opposite answers? If key exists, it tells me "Key does not exist" and if it does, it tells me "Key exists.."

if ExistKey ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows 2000\SP2\Q282522")
? "Key exists...."
else
? "Key does not exist"
Endif

Also - what command should i use to check the value of a Registry subkey?