文档介绍:VBScript
Programmer’s Reference
Third Edition
Adrian Kingsley-Hughes
Kathie Kingsley-Hughes
Daniel Read
Wiley Publishing, Inc.
iii 8/28/07 9:41:21 AM
vi 8/28/07 9:41:22 AM
VBScript
Programmer’s Reference
Third Edition
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxv
Chapter 1: A Quick Introduction to Programming . . . . . . . . . . . . . . . . . . . . . . 1
Chapter 2: What VBScript Is — and Isn’t! . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
Chapter 3: Data Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
Chapter 4: Variables and Procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
Chapter 5: Control of Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
Chapter 6: Error Handling and Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . 129
Chapter 7: The Scripting Runtime Objects . . . . . . . . . . . . . . . . . . . . . . . . . 183
Chapter 8: Classes in VBScript (Writing Your Objects) . . . . . . . . 209
Chapter 9: Regular Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233
Chapter 10: Client-Side Web Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261
Chapter 11: Windows Sidebars and Gadgets . . . . . . . . . . . . . . . . . . . . . . . . 287
Chapter 12: Task Scheduler Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
Chapter 13: PowerShell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345
Chapter 14: Super-Charged Client-Side Scripting . . . . . . . . . . . . . . . . . . . . 375
Chapter 15: Windows Script Host . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 405
Chapter 16: Windows ponents . . . . . . . . . . . . . . . . . . . . . . . . . 465
Chapter 17: Script Encoding . . . . . . . . . . . . . . . .