The Windows Script Host object model gives you a logical, systematic way to perform many administrative tasks. The set of COM interfaces that it provides has two main categories.
Script execution and troubleshooting
Properties and methods directly related to script execution. This set of interfaces allows scripts to perform basic manipulation of the Windows Script Host, display messages on the screen, and perform basic COM functions such as CreateObject and GetObject.
Helper functions
Properties and methods for performing actions such as mapping network drives, connecting to printers, retrieving and modifying environment variables, and manipulating registry keys. Administrators can also use the Windows Script Host helper functions to create simple logon scripts
Object | What you can do with this object | ||||||||||||||||
WScript |
| ||||||||||||||||
WshArguments |
| ||||||||||||||||
WshNamed |
| ||||||||||||||||
WshUnnamed |
| ||||||||||||||||
WshNetwork |
| ||||||||||||||||
WshController |
| ||||||||||||||||
WshRemote |
| ||||||||||||||||
WshRemote Error |
| ||||||||||||||||
WshShell |
| ||||||||||||||||
WshShortcut |
| ||||||||||||||||
WshSpecialfolders |
| ||||||||||||||||
WshURLShortcut |
| ||||||||||||||||
WshEnvironment |
| ||||||||||||||||
WshScriptExec |
|
In addition to the object interfaces provided by Windows Script Host, administrators can use any ActiveX control, that exposes automation interfaces, to perform various tasks on the Windows platform. For example, administrators can write scripts to manage the Active Directory directory services.
For more information, see the Windows Script Technologies Web site at the Microsoft Web site.
Set properties for individual scripts that are run with the Windows-based script host (Wscript.exe)
Set global properties for all scripts that are run with the Windows-based script host (Wscript.exe)
Run Windows Script Host samples
Run scripts using the Windows-based script host (Wscript.exe)
Run scripts using the command-line-based script host (cscript.exe)
Windows Script Host object model
Download Windows Script Host samples