Win 7 & Vista Gd Scrp Au CL
De som köpt den här boken har ofta också köpt Careless People av Sarah Wynn-Williams (häftad).
Köp båda 2 för 554 krBrian Knittel has been a software developer for more than 20 years. He has coauthored five titles in Que's Special Edition Using series, covering Microsoft Windows Vista, XP 2000. He also co-authored Upgrading and Repairing Windows with Scott Mueller, and is the author of Windows XP Under the Hood. Brian lives in Oakland, California, and spends his free time restoring antique computers, snowboarding and trying to perfect his wood-fired pizza recipes.
Introduction 1
I Scripting with Windows Script Host
1 Windows Script Host 9
What Is a Windows Script? 9
The Script Part 9
The Windows Part 10
The Host Part 11
How Is This Different from Writing Batch Files? 13
Scripting Languages 13
VBScript 14
JScript 14
Perl 15
Python 15
Open Object REXX 15
Ruby 15
Choosing a Language 16
A Simple Script 16
Types of Script Files 19
JSE and VBE: Encoded Scripts 20
Windows Script Files (WSF) 21
Windows Script Components (WSC) 23
WSH Settings 23
Creating Your First Script File 24
Making and Securing a Script Folder 24
Creating a Script 26
Script Editing Tools 27
How Windows Runs Scripts 28
Wscript and Cscript 28
Ways to Run a Script 29
Passing Information to Scripts 31
Saving the Results from Scripts 32
Wscript and Cscript Command Options 33
Running Your Own Scripts 36
Adding Scripts to the Path 37
Running Scripts with a Shortcut Icon 38
Making a Script Shortcut 39
Running Scripts from Batch Files 39
Running Scripts Automatically 40
Security Concerns 40
Trust Policy and Script Signing 42
Debugging Scripts 42
Where to Get More Information 47
2 VBScript Tutorial 49
Introduction to VBScript 49
Variables 50
&nbs...