Vous en avez un à vendre?

Windows 7 et Vista Guide de script, d'automatisation et de commande L

Free US Delivery | ISBN:0789737280
État :
Bon
Used book that is in clean, average condition without any missing pages. 100% Money-Back Guarantee.
Prix :
6,29 $US
Environ8,65 $C
Ayez l'esprit tranquille. Renvois acceptés.
Expédition :
Sans frais Economy Shipping. En savoir plussur l'expédition
Lieu : Mishawaka, Indiana, États-Unis
Livraison :
Livraison prévue entre le mar. 18 juin et le ven. 21 juin à 43230
Le délai de livraison est estimé en utilisant notre méthode exclusive, basée sur la proximité de l'acheteur du lieu où se trouve l'objet, le service d'expédition sélectionné, l'historique d'expédition du vendeur et d'autres facteurs. Les délais de livraison peuvent varier, particulièrement lors de périodes achalandées.
Renvois :
Renvoi sous 30jours. L'acheteur paie les frais de port du renvoi. En savoir plus- pour en savoir plus sur les renvois
Paiements :
     

Magasinez en toute confiance

Garantie de remboursement eBay
Recevez l'objet commandé ou obtenez un remboursement. 

Informations sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :315247617366
Dernière mise à jour : mai 02, 2024 11:02:23 HAEAfficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Bon
Un livre qui a été lu, mais qui est en bon état. La couverture présente des dommages infimes, par exemple des éraflures, mais aucun trou ni aucune déchirure. Dans le cas des livres à reliure, la jaquette peut ne pas être incluse. La reliure présente des traces d'usure minimes. La plupart des pages ne sont pas endommagées et les plis, les déchirures, les passages soulignés ou surlignés et les inscriptions en marge sont minimes. Il n'y a aucune page manquante. Afficher toutes les définitions d'état(s'ouvre dans une nouvelle fenêtre ou un nouvel onglet)
Remarques du vendeur
“Used book that is in clean, average condition without any missing pages. 100% Money-Back Guarantee.”
Book Title
Windows 7 and Vista Guide to Scripting, Automation, and Command L
ISBN
9780789737281
Subject Area
Computers
Publication Name
Windows 7 and Vista Guide to Scripting, Automation, and Command Line Tools
Item Length
9 in
Publisher
Pearson Education
Subject
Operating Systems / General, Operating Systems / Windows Desktop
Publication Year
2010
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.7 in
Author
Brian Knittel
Item Width
7.2 in
Item Weight
44.6 Oz
Number of Pages
840 Pages

À propos de ce produit

Product Information

THE ONLY HANDS-ON, UP-TO-DATE GUIDE TO VBSCRIPT, THE WINDOWS COMMAND LINE, AND WINDOWS POWERSHELL Windows 7 and Vista contain state-of-the-art tools for streamlining or automating virtually any system management task. If you're a power user, administrator, or developer, these tools can help you eliminate repetitive work and manage your systems far more reliably and effectively. Renowned Windows expert Brian Knittel brings together the practical knowledge you need to use all these tools, including VBScript and Windows Scripting Host (WSH), traditional batch files, the advanced PowerShell command console, and more. Using plenty of examples, Knittel explains how each tool works, and how to solve real-world problems with them. You'll master techniques ranging from accessing files to manipulating the Registry, sending automated emails to configuring new users. Knittel also provides concise, handy references to Windows 7/Vista's command line, GUI scripting, and object-based management tools. The only single-source guide to all leading methods of Windows scripting and automation, this book will help you get far more done-in far less time Understand Windows Scripting Host (WSH) and the modern Windows scripting environment Script objects with VBScript, JScript, ActivePerl, and ActivePython Read and write files, including XML and HTML files Manipulate programs and shortcuts Manage network, printer, and fax connections Make the most of PowerShell under Windows 7 and Vista Monitor and administer Windows systems with Windows Management Interface (WMI) Use ADSI to control Active Directory and Microsoft Exchange, and manage users more efficiently Avoid mistakes that can compromise script security Use Windows' debugging tools to test and troubleshoot scripts Develop batch files that take full advantage of the command line Send faxes and email messages from scripts with Windows Fax and Collaboration Data Objects (CDO) Deploy your scripts throughout your organization Brian Knittel has been a software developer for more than 30 years. He has coauthored five titles in Que's Special Edition Using series, covering Microsoft Windows Vista, XP, and 2000. He is also author of Windows XP Under the Hood , and coauthor of Upgrading and Repairing Windows (with Scott Mueller).

Product Identifiers

Publisher
Pearson Education
ISBN-10
0789737280
ISBN-13
9780789737281
eBay Product ID (ePID)
63352833

Product Key Features

Author
Brian Knittel
Publication Name
Windows 7 and Vista Guide to Scripting, Automation, and Command Line Tools
Format
Trade Paperback
Language
English
Subject
Operating Systems / General, Operating Systems / Windows Desktop
Publication Year
2010
Type
Textbook
Subject Area
Computers
Number of Pages
840 Pages

Dimensions

Item Length
9 in
Item Height
1.7 in
Item Width
7.2 in
Item Weight
44.6 Oz

Additional Product Features

LCCN
2010-043719
Lc Classification Number
Qa76.76.O63k6254
Table of Content
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 Constants 51 Named Constants 52 Operators and Expressions 53 Automatic Conversion 57 Flow Control 57 The If...Then Statement 58 The Select Case Statement 61 The Do While Loop 63 Terminating a Loop with Exit Do 65 Counting with the For...Next Statement 66 Processing Collections and Arrays with For...Each 67 VBScript Functions 68 Calling Functions and Subroutines 69 Documentation and Syntax 70 String-Manipulation Functions 71 Date and Time Functions 74 Interacting with the User 79 The MsgBox( ) Function 79 The InputBox( ) Function 82 Printing Simple Text Messages with Wscript.Echo 84 Advanced VBScript Topics 85 Error Handling 86 Procedures: Functions and Subroutines 87 Arrays 89 Variable Scope 91 Where to Go from Here 92 3 Scripting and Objects 93 Introduction to Objects 93 Classes and Instances 94 Containers and Collections 95 Object Naming 97 Using Objects with VBScript 98 Automation and Document Files 99 The Difference Between Properties and Methods 100 Nested Objects 101 Releasing Objects 102 Working with Collections 102 Using Objects with JScript 104 Case Sensitivity 104 Working with Collections 104 Using Objects with ActivePerl 106 Running Perl Scripts in WSH 106 The Perl Object Interface 107 Working with Collections 108 Using Objects with ActivePython 109 Working with Collections 110 Using the WScript Object 111 Retrieving Command-Line Arguments 113 Locating and Using Unusual Objects 115 4 File and Registry Access 123 Getting Real Work Done 123 Manipulating Files and Folders 124 Scripting.FileSystemObject 124 Working with File and Pathnames 130 The Scripting.Drive Object 135 The Scripting.Folder Object 139 The Scripting.File Object 144 Reading and Writing Files 149 The TextStream Object 150 Reading Text from Files 152 Writing Text to Files 154 Working with Stdin and Stdout 159 Reading Binary Files 163 Reading and Writing XML 167 Some XML Basics 168 Reading an XML File 176 &
Copyright Date
2011
Target Audience
Scholarly & Professional
Dewey Decimal
005.4/46
Dewey Edition
22
Illustrated
Yes

Description de l'objet du vendeur

Better World Books

Better World Books

98,7% d'évaluations positives
12,8M objets vendus
Visiter la BoutiqueContacter

Évaluations détaillées du vendeur

Moyenne au cours des 12 derniers mois

Qualité de la description
4.9
Justesse des frais d'expédition
5.0
Rapidité de l'expédition
5.0
Communication
5.0

Évaluations comme vendeur (4 099 601)

g***n (5212)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
Thank you!
i***n (21)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
A beautiful book! Thank you for fast and careful shipping! Thank you!! A+++++
g***d (768)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
Speedy shipping

Évaluations et avis sur le produit

Aucune évaluation ni aucun avis jusqu'à maintenant.
Soyez le premier à rédiger un avis.