
Script don't run in Internet Explore
Hello,
I have writen a
VBScript running with Internet Explore 5.0. This is a
part of the script
<SCRIPT LANGUAGE="VBScript">
set fso = CreateObject("Scripting.FileSystemObject")
</SCRIPT>
Actually this script is working fine, but it only runs on my develop
mashine.
I tried to run the script on another PC. The configuration of this
mashines:
NT 4.0, IE 5.0 (with WSH), Service Pack 5. I alread reinstalled WSH 5.1
to make sure it is correctly installed. But all the time get the
following error message:
ActiveX component can't create object "Scripting.FileSystemObject"
Does anyone know what's the problem?
Michael Brugger