S
slpei
I'm running on XP with SP2. After un-installing a software, a line of visual
basic codes cannot execute. The error message is:
Windows Script Host
Script: c:\...\backup and rename.vbs
Line: 17
Char: 1
Error: The specified module could not be found.
Code: 8007007E
Source: (null)
Code for line 17 is:
Set fso = CreateObject("Scripting.FileSystemObject")
Any help in fixing this is appreciated.
basic codes cannot execute. The error message is:
Windows Script Host
Script: c:\...\backup and rename.vbs
Line: 17
Char: 1
Error: The specified module could not be found.
Code: 8007007E
Source: (null)
Code for line 17 is:
Set fso = CreateObject("Scripting.FileSystemObject")
Any help in fixing this is appreciated.