Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
September 6, 2005
When you attempt to run a VBScript, you receive:
CScript Error: Can't find Script Engine "VBScript" for script .This behavior indicates that the vbscript.dll library needs to be re-registered:1. Open a CMD.EXE window.2. Type the following command and press Enter:regsvr32 /s %SystemRoot%System32vbscript.dll
You May Also Like