An ActiveX scripting engine is registered for use with Windows Scripting Host by adding registry entries under the HKEY_CURRENT_USER (HKCU) key. Windows Scripting Host determines which scripting engine to use to execute a script by examining the ScriptEngine key. For example, if a user types the following command in a Command Prompt window:
cscript chart.vbs
To look up the scripting engine for the Chart.vbs file, Windows Scripting Host:
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.