What is Windows Scripting Host Scripting?
Windows Scripting Host (WSH) is a language-independent scripting host that allows you to run any script engine on the Windows operating system. For example, one script can be run with the VBScript script engine, and another could be run with Jscript, and yet another could be run with perl. WSH also extends the functionality of the scripting engines it supports by providing access to the Windows Common Object Model (COM) and all of the COM objects built into or installed on a Windows System. Distributed COM (DCOM) provides WSH scripts access to COM objects residing on other systems on a network.