May 2008
Intermediate to advanced
1408 pages
44h 25m
English
Microsoft Windows Script Host (WSH) provides a way to perform more sophisticated tasks than the simple jobs that batch programs are able to handle. You can control virtually any component of Windows and of many Windows-based programs with WSH scripts.
To run a script, you can type a script name at a command prompt or double-click the script’s icon in Windows Explorer. WSH has two nearly equivalent programs—Wscript.exe and Cscript.exe—that, with the help of a language interpreter dynamic-link library such as Vbscript.dll, execute scripts written in VBScript or another scripting language. (Cscript.exe is a command-line program; Wscript.exe is its GUI counterpart.)
With WSH, the files can be written in several ...
Read now
Unlock full access