02-03-2009, 03:44 PM
(This post was last modified: 02-03-2009, 07:01 PM by KonstantinF.)
Hi,
im trying to get the value off this reg path:
HKLM\SOFTWARE\ASDF_GHJKL\Data-Dir\system
via vb
@the line 2 i get an error.
object requiered `Wscript´
Someone has a solution?
best regards,
Konstantin
im trying to get the value off this reg path:
HKLM\SOFTWARE\ASDF_GHJKL\Data-Dir\system
via vb
Code:
Dim WshShell, bkey
set WshShell = WScript.CreateObject("WScript.Shell")
bKey = WshShell.RegRead("HKLM\SOFTWARE\ASDF_GHJKL\Data-Dir\system")
@the line 2 i get an error.
object requiered `Wscript´
Someone has a solution?
best regards,
Konstantin