| |
djjwp
Posts: 2
Score: 0
Joined: 8/16/2001
From:
Status: offline
|
Worked like a charm, thanks. quote: The syntax in line 2 of you code looks like the Jscript implementation. To read a regkey with VB script i use: Dim sh, MyPath Set Sh = CreateObject("WScript.Shell") MyPath = Sh.RegRead("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\path")
|
|