How can I make to check not for file but for registry key or value?
It is more useful.
Page 1 of 1
Question about Conditions
#2
Posted 08 January 2005 - 11:34 PM
ya, i agree, this would be a good idea (i dont think its implemented yet)
#3
Posted 09 January 2005 - 02:34 AM
It is, try the following:
This checks if the value of Test at location HKLM\Software\Test is equal to b.
HKLM = HKEY_LOCAL_MACHINE
HKCU = HKEY_CURRENT_USER
WshShell.regRead("HKLM\Software\Test\Test")=="b"
This checks if the value of Test at location HKLM\Software\Test is equal to b.
HKLM = HKEY_LOCAL_MACHINE
HKCU = HKEY_CURRENT_USER
#4
Posted 10 January 2005 - 12:53 AM
Nazgul I have already tried that way it's working but I'd like to check if the specified key exists or not or smth else.
Share this topic:
Page 1 of 1



Help
Back to top








