Select the product you need help with
Description of Windows Script Host (WSH)Article ID: 188135 - View products that this article applies to. This article was previously published under Q188135 On This PageSUMMARY
This article describes the Windows Script Host (WSH) in Windows.
MORE INFORMATION
WSH is a language-independent scripting host for 32-bit Windows platforms.
Microsoft provides both Microsoft Visual Basic Script and Java Script
scripting engines with WSH. It serves as a controller of ActiveX scripting
engines, just as Microsoft Internet Explorer does. Because the scripting
host is not a full Internet browser, it has a smaller memory footprint
than Internet Explorer; therefore, WSH is appropriate for performing
simple, quick tasks. Scripts can be run directly from the desktop by
double-clicking a script file, or from a command prompt. WSH provides a
low-memory scripting host that is ideal for non-interactive scripting
needs such as logon scripting, administrative scripting, and so on. WSH
can be run from either the protected-mode Windows-based host
(Wscript.exe), or the real-mode command shell-based host (Cscript.exe).
Installing Windows Script HostTo install the Windows Script Host, please see the following Microsoft Web site:http://msdn2.microsoft.com/en-us/library/ms950396.aspx NOTE: Windows Script Host is included in Microsoft Internet Explorer 5.
(http://msdn2.microsoft.com/en-us/library/ms950396.aspx)
Running ScriptsTo run scripts from within Windows, you can use one of the following methods:
Internet Explorer 5:
Some software (ActiveX controls) on this page
might be unsafe. It is recommended that you not
run it. Do you want to allow it to run?
An ActiveX object on this page may be unsafe.
Do you want to allow it to initialize and be
accessed by scripts?
Note that Web sites can also create links to .vbs or .js files on a Web page. When you click such a link in Internet Explorer, a File Download dialog box appears prompting you (by default) to either open the file from its current location or save the file to disk. If you click Open, the file is downloaded and run from your local file system bypassing Internet Explorer's security settings. IMPORTANT: If you click Open in the File Download dialog box and click the Always ask before opening this type of file check box to clear it, Internet Explorer no longer prompts you with a File Download dialog box. To cause Internet Explorer to prompt you with a File Download dialog box again, follow these steps:
Minimum Requirements for WSHThe minimum requirement for WSH to function is Internet Explorer version 3.0 or later. WSH relies on the Visual Basic Script and Java Script engines provided in Internet Explorer.Troubleshooting WSHSeveral sample scripts are installed in the Windows\Samples\WSH folder. If these scripts run correctly, but others do not, contact the author of the script for support. Support and additional information is also available on the following Microsoft Web site:http://msdn2.microsoft.com/en-us/library/9bbdkx3k.aspx
(http://msdn2.microsoft.com/en-us/library/9bbdkx3k.aspx)
Properties | Article Translations
|


Back to the top








