Windows 7 and Vista Guide to Scripting, Automation, and Command Line Tools (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
817
Utgivningsdatum
2010-12-20
Upplaga
1
Förlag
QUE
Illustratör/Fotograf
Illustrations
Illustrationer
illustrations
Dimensioner
228 x 176 x 40 mm
Vikt
1239 g
Antal komponenter
1
ISBN
9780789737281

Windows 7 and Vista Guide to Scripting, Automation, and Command Line Tools

Win 7 & Vista Gd Scrp Au CL

Häftad,  Engelska, 2010-12-20
348
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
The addition of the mouse and the Graphical User Interface made the computer accessible to many more people than would have been possible otherwise. Still, "pointing and clicking" can be tedious when performing routine or repetitive tasks. Just as people learn to use menu shortcuts (the Alt key) to save time, savvy users and administrators learn to write batch files and scripts to avoid having to type the same commands over and over. Scripts save time, increase accuracy, and serve as documentation to boot. Windows 7 and Windows Vista come with scripting, batch file, and command line tools that can make a power user or administrator's life easier - if she or he knows what they are and how to use them. However, a general lack of information and awareness prevent their widespread use. Most current Windows users have no idea how powerful and effective these tools can be. The new scripting languages are a mystery to most Windows users. And, in Windows 7, most command line tools aren't even discussed in the Windows Help system. Microsoft has released a completely new scripting and command line environment called the Windows PowerShell, but few users are aware of its existence, let alone its power and potential.

Passar bra ihop

  1. Windows 7 and Vista Guide to Scripting, Automation, and Command Line Tools
  2. +
  3. Careless People

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 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Brian Knittel

Övrig information

Brian 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.

Innehållsförteckning

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...