Skip navigation

JSI Tip 9713. When you attempt to run a VBScript, you receive 'CScript Error: Can't find Script Engine "VBScript" for script <Script Path>'?


When you attempt to run a VBScript, you receive:

CScript Error: Can't find Script Engine "VBScript" for script <Script Path>.

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%\System32\vbscript.dll



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish