January 9, 200521 yr How can I make to check not for file but for registry key or value?It is more useful.
January 9, 200521 yr It is, try the following: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_MACHINEHKCU = HKEY_CURRENT_USER
January 10, 200521 yr Author 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.
Create an account or sign in to comment