Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If a registry key exists, then do something
#2
Macro Macro2757
Code:
Copy      Help
RegKey k
if(k.Open("Software\Microsoft" HKEY_CURRENT_USER KEY_READ))
,k.Close
,out "key exists"
else out "no key"

if(rget(_s "valueName" "\my key"))
,out F"value exists: {_s}"
else out "no value"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)