I'm running a simple vbscript on WinXP SP2:
const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."
Set StdOut = WScript.StdOut
.......
On the 3rd line an error occurred
Script: c:\temp\read.vbs
Line: 3
Char: 1
Error: ActiveX component can't create object
Code: 800A01AD
Source: Microsoft VBScript Runtimeerror
Many examples on the internet use "WScript.StdOut" in there script. What's going wrong.
Please help!!!
const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."
Set StdOut = WScript.StdOut
.......
On the 3rd line an error occurred
Script: c:\temp\read.vbs
Line: 3
Char: 1
Error: ActiveX component can't create object
Code: 800A01AD
Source: Microsoft VBScript Runtimeerror
Many examples on the internet use "WScript.StdOut" in there script. What's going wrong.
Please help!!!