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

