HS 1.7 script problem

Joe W

Member
I haven't been paying much attention to my HS installation for the last couple of months. I sat down yesturday to take a peek at the log and I am getting an error message in the log for every script that contains File System Object statements.

The statement
Set FSO = CreateObject("Scripting.FileSystemObject")
produces the following error in the HS log
Script error in file: StoreHighLowTempratures.txt: 429:ActiveX component can't create object: "Scripting.FileSystemObject" in line 180

I guess I turned off access to File System Objects somehow. Anyone know how to get this working again?
 
Joe,
Try using this command from a DOS prompt and see if it corrects you problem.

regsvr32 msscript.ocx
 
Sorry Rupp, I appreciate your help - the command ran successfuly but the errors are still showing up in my log.

I must have turned something off somehow. I was downloading CarPC front ends in early June (suspiciously when I started getting the errors????). I wonder if I overlaid a critical DLL or OCX with one of these downloads. Hmmm.

Any other ideas?
 
Joe,
A reinstall/repair of IE should repair your scripting engine as well if you want to try that.
 
Dan, all is well. Thanks for the links. I had to reinstall the scripting engine. I don't know what could have messed it up.

Rupp, Thanks again but I don't use IE anymore so I was hesitant to screw around with it. MS might think I want to use it again ;)
 
Back
Top