Microsoft (R) Windows Script Host Version 5.1 for Windows
Copyright (C) Microsoft Corporation 1996-1999. All rights reserved.
Input Error: There is no script engine for file extension ".vbs".
What is going on here? .js files work without a problem.. any help is
appreciated.
-C.J. Sloan
You should be able to follow HKCR\.vbs to HKCR\VBSFile which has several subkeys.
Of those, HKEY_CLASSES_ROOT\VBSFile\ScriptEngine has a value of "VBScript" which is a pointer to
HKEY_CLASSES_ROOT\VBScript which has CLSID and OLEScript subkeys.
The CLSID key points to
HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32 whose value is the
path to vbscript.dll.
As you can tell, if anything in the chain of registry keys gets broken...
--
Michael Harris
Microsoft.MVP.Scripting
--
"C.J. Sloan" <c...@sbco.com> wrote in message news:OBkLJYU...@cppssbbsa02.microsoft.com...