SKIP THE SHIPPING
Use code NOSHIP during checkout to save 40% on eligible eBooks, now through January 5. Shop now.
Register your product to gain access to bonus material or receive a coupon.
Automate Windows system administration, application control, file management, and more!
Microsoft's W indows Script Host (WSH) offers system administrators and users powerful opportunities to save time and improve efficiency. In Windows Script Host, expert developer and best-selling author Peter G. Aitken covers WSH from start to finish, giving you all the skills you need to automate a wide range of system, application, and file-related tasks on Windows ME/9x and Windows 2000/NT platforms.
Aitken offers in-depth coverage of both widely used WSH scripting languages VBScript and JSc ript. You'll start by mastering the Windows file system and scripting object models. Next, you'll learn the most effective ways to run, schedule, and distribute scripts. Once you've mastered the basics, Aitken presents practical techniques for scripting v irtually every aspect of the Windows environment, from messaging to file management, database access to system and Web administration.
Aitken presents step-by-step coverage of testing and debugging WSH scripts, demonstrates how to create fast, efficient Windows Script Components, and even shows how to extend Windows' power by scripting Microsoft Office components.
WSH gives you greater control over Windows than ever before. With Peter G. Aitken's help, you'll master that powerand dynamically improve your productivity every day you run Windows!
(NOTE: Each chapter ends with Overview.)
1. Windows Script Host Fundamentals.
Background. Unix Scripting. The DOS Batch Language. Windows Scripting. How WSH Works. What Can WSH Do? WSH Operation. Scripting Technology. Two Scripting Utilities. WSH Languages. WSH and Objects.
Objects. Object References. Object Properties. Object Methods. Collections. The WshCollection Object. The FileSystemObject. The Dictionary Object. The Wscript Object. Obtaining Host Information. Script Interactivity. Terminating a Script. Setting a Timeout. Working with Objects. The WshShell Object. The WshEnvironment Object. The WshSpecialFolders Object. Working with Shortcuts. Displaying Popup Messages. Working with the Registry. Running Programs. The WshNetwork Object. Obtaining User Information. Working with Printers. Managing Network Drives.
Creating Your Scripts. Online Documentation. Running Scripts. Script Shortcuts. Scheduling Scripts.
Scripting. Script Arguments. WSH Files. WSH and Web Scripting.
Catching Script Errors. Syntax Errors. Run-Time Errors. Bugs. Debugging Your Scripts. The Script Debugger. Using the Debugger.
Introduction to VBScript. Comparison with Visual Basic. Syntax Fundamentals. Comments. Line Continuations. Data Storage. Object References. Determining Data Type. Arrays. Static Arrays. Dynamic Arrays. Variant Arrays. Operators. Assignment Operator. Arithmetic Operators. String Operators. Comparison Operators. Logical Operators. Operator Precedence and Parentheses.
Conditional Statements. If… Then… Else. Select Case. Loop Statements. For…. Next. For Each… Next. Do…Loop. While…Wend. Infinite Loops. Procedures. Types of Procedures. Defining a Procedure. Passing Arguments to Procedures. Variables in Procedures. Calling Procedures.
Text Manipulation. Asc. Chr. Filter. InStr, InStrRev. InStrRev. Join. LCase, Ucase. Left, Mid, Right. Len. LTrim, RTrim, Trim. Mid (function). RegExp. Right. Rtrim. Space. Split. String. StrComp. Trim. Ucase. Working With Numbers. Using Dates and Times. Date and Time Representation. Getting the Current Date and Time. Creating Dates and Times. Adding and Subtracting Dates and Times. Getting Date and Time Information. Formatting Dates and Times.
Interacting with the User. The MsgBox Function. InputBox. Error Handling. Other Topics. Eval. Execute and ExecuteGlobal.
Introduction to Jscript. Comparison with Java. Syntax Fundamentals. Comments. Data Storage. Constants. Variables. Data Types and Coersion. Object References. Arrays. JScript Operators. The Assignment Operators. The Arithmetic Operators. The Increment and Decrement Operators. The Comparison Operators. The Logical Operators. String Operators. Conditional Expressions. Operator Precedence and Parentheses.
Conditional Statements. If…Else. Switch. Loop Statements. For. While. Do…While. The Continue Statement. The With Statement. Functions. Defining a Function. Variables in Functions. Calling a Function.
The String Object. The Split Method. Working with Regular Expressions. The Number Object. The Math Object. Dates and Times.
JScript Objects. The Boolean Object. The Enumerator Object. The Function Object. The VBArray Object. User Interaction. Error Handling. The Error Object. Try…Catch. The Throw Statement.
Using WSF Files. XML and WSF Files. The <script> Tag. The <job> and <package>Tags. The <object> Tag. The <reference> Tag. Importing Files. XML Compliance. XML Errors and Debugging.
The Scripting Run-time Library. File Management. Copying and Moving Files. Copying and Moving Folders. Creating Folders. Deleting Files and Folders. Seeing if a Drive, Folder, or File Exists. Obtaining Object References. Working with the Drives Collection and Drive Object. Working with the Folders Collection and Folder Object. Working with the Files Collection and File Object. Other FileSystemObject Methods. File Access. The TextStream Object. A TextStream Demonstration.
Defining a Class. Creating Class Instances. Defining Class Properties. Defining Class Methods. Defining Private Class Information. Procedural Class Properties. Defining a Default Class Property. Using a Class in Multiple Scripts. A Class Example.
Database Fundamentals. Database Technologies. Active Data Objects. Creating a Connection. Creating a Connection String. Recordsets. Creating a Recordset. Working with Recordsets. Accessing Field Data. Moving through a Recordset. Modifying Recordset Data.
The Office Object Model. The Word Object Model. The Document Object. Manipulating Document Content. Other Document Properties and Methods. The Excel Object Model. The Workbook Object. The Worksheet Object. Validating Object References.
Scripts and Messaging. Some E-mail Background. Scripting CDO. Sending a Message with CDO. Reading Mail with CDO. Scripting Microsoft Outlook. The NameSpace Object. Manipulating Folders and Items. Working with Mail Messages.
Mapping Network Drives. Automating LogOn Scripts. Updating Files. Creating Folders.
Installing Files from a CD. Obtaining Information about a Database. Printing from a Script.
Color Constants. Comparison Constants. Date and Time Constants. Date and Time Format Constants. Miscellaneous Constants. MsgBox Constants. String Constants.
Current Reserved Words. Future Reserved Words. Words to Avoid.
The Windows Script Host, or WSH, is a wonderful tool that is available to all users of the Windows operating system. In a nutshell, WSH is used to create scripts that automate operating system-related tasks. Which tasks are these? Anything you do with the Windows operating system, as opposed to an application program, falls into this category. Examples include copying and deleting files, logging onto network drives and printers, and executing programs. But WSH is not limited to operating system tasks - thanks to Microsoft's Component Object Model, scripts can also control many applications programs, such as Word and Excel. Almost anything you can do sitting at your computer's keyboard, you can also program a script to do for you.
So, what's the big deal? There are two factors:
Either of these factors by itself would make a strong argument for scripting. Together, they are overpowering. Any Windows user who has gone beyond casual computing is a candidate to benefit from using WSH. Network administrators and other computer professionals can derive even more benefit.
Who This Book Is ForThe intended audience for this book is anyone who wants to automate repetitive or time-consuming tasks under the Windows operating system. This includes both computer users, for whom the computer is a tool, as well as network professionals and systems administrators, who are responsibile for maintaining computer systems used by others. I assume no prior knowledge on the part of the reader beyond a reasonable familiarity with Windows. Specifically, no programming experience is needed. If, however, you do have some programming experience, certain parts of the book will likely go faster for you.
What You NeedThe requirements for using this book are quite simple: a computer running Windows 95, 98, ME, NT 4.0, or 2000. As you will learn in Chapter 1, WSH is installed along with some of these operating systems, but must be installed separately with others (Windows 95 and NT). Details on obtaining the free install are also included in Chapter 1.
ResourcesYou will find my Web page for this book at this URL:
http://www.pgacon.com/scripthost.htm
This page lets you download a compressed archive containing all of the book's scripts, and there is also a link for reporting any errors, problems, or suggestion. I will also post a list of corrections and updates as they become available. Additional Internet resources for the Windows Script Host programmer can be found in Appendix 7.
Peter G. Aitken
Chapel Hill, North Carolina
January 2001