I just got an email from BusMgr:
=============================================== Bill:
I am having a problem with my code very similar to the posting that you responded to above. I created a posting under Automation Error. Is my problem that the Windows Scripting is Diabled on my clients computer for virus reasons? My code will work on one computer sitting next to the clients that will not work. I use the
Set fs = CreateObject("Scripting.FileSystemObject" and I receive an error -
Automation Error
The specified module could not be found.
Thanks for any help.
Regards
Karl R. Spring
aka BusMgr
==================================================
I didn't think to ask myself, but how does a user Enable/Disable Windows Scripting Host and how do we as programmers test for it being Enabled/Disabled.
Enabling/disabbling WSH:
Control Panel-Add/Remove Programs/Windows Setup/Accessories/Details
Scroll down to Windows Scripting Host and check/uncheck the box.
Testing...Since CreateObject fails with error 429.
Trapping the error is simple.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.