IxxI
08-09-2004, 05:21 AM
I'm using this code:
Set wshShell = server.CreateObject("WScript.Shell")
wshShell.regread("HKEY_CURRENT_USER\Software\Serious Samurize\General\DirPath")
To read a registry key. When called in a vbs file (using Samurize) it works fine, however in asp it returns:
error '80070002'
The system cannot find the file specified.
/samurize.asp, line 8
What's wrong with it??
Cheers,
IxxI
Set wshShell = server.CreateObject("WScript.Shell")
wshShell.regread("HKEY_CURRENT_USER\Software\Serious Samurize\General\DirPath")
To read a registry key. When called in a vbs file (using Samurize) it works fine, however in asp it returns:
error '80070002'
The system cannot find the file specified.
/samurize.asp, line 8
What's wrong with it??
Cheers,
IxxI