
You will learn how to use VBScript, WMI, and ADSI to gain administrative control over nearly every aspect of every recent Windows server or client, including Windows Server 2003, Vista, XP, 2000, and NT. As you gain experience, Jones introduces more advanced techniques, ranging from modular scripting and script encryption to integrating VBScript with HTML code.
Jones concludes with a full section of ready-to-run, real-world examples¨Cfrom logon/logoff scripts to automated domain and network administration, from querying WMI to creating Active Directory groups. Every script is explained line-by-line, with challenging techniques described in even greater detail.
Detailed information on how to:-
*Decide what you can script: a framework for getting started fast
*Understand how scripts are designed, assembled, and run
*Master VBScript from start to finish: functions, I/O, data manipulation, program flow, and much more
*Use scripting objects for tasks ranging from retrieving network information to mapping drives
*Utilize FileSystemObject to manipulate the Windows filesystem
*Write ADSI scripts to manipulate any directory service your company uses, from Active Directory to Novell NDS
*Modify domain information, users, groups, and policies
*Query WMI information¨Cfrom basic to advanced
*Plan for errors, and test and debug your scripts
*Build your own ،°resource kit،± of reusable script components
Download Link
http://rapidshare.com/files/35272928/0321501713.zip
VBScript, WMI, and ADSI Unleashed
Posted by english-music-online | 5:15 PM | e-Books, VbScript | 0 comments »VBScript Professional Projects (with source code)
Posted by english-music-online | 5:12 PM | e-Books, VbScript | 0 comments »
Author(s): Jerry Lee Ford Jr.
Publisher: Course Technology
Year: 2003
ISBN: 1592000568
Language: English
Pages: 916
File type: CHM
Size (for download): 15 MB
The goal of this book is to provide programmers, power users, and system administrators who have a previous programming background with a project-oriented approach to learning the VBScript (Visual Basic Scripting) language. VBScript is a member of the Visual Basic family of programming languages that includes both Visual Basic and VBA (Visual Basic for Applications).
VBScript is a scripting language that acts as a tool for rapid application development in a host of different operating environments. VBScript provides the ability to automate tasks on Windows operating systems using the WSH (Windows Script Host). The WSH provides VBScripts with access to Windows resources, such as the Windows file system, the desktop, the registry, and network resources. In addition, when combined with HTML and executed within Internet Explorer, VBScript allows the user to create interactive client-side Web content.
The book's opening chapters provide a complete review of VBScript, covering all the elements that make up this scripting language. The bulk of the book focuses on exploring the implementation of four scripting projects, each of which is based on a real-life scenario. In the first project, VBScript and the WSH are used to assist a small team of desktop engineers with the customization and deployment of new computers. The second project demonstrates how VBScript and the WSH can be used to assist a team of programmers analyzing reports generated by a collection of applications for which they are responsible.
The third project builds upon the work performed in the second project by demonstrating how to establish a centralized management reporting station where the programmers can view summary reports based on data retrieved from distributed computers. The final project demonstrates how to use VBScript, the WSH, and Internet Explorer to create dynamic Web content that displays information extracted from data generated by the third project.
TABLE OF CONTENT:
Part 1 - Introducing Microsoft VBScriptBasics
Part 2 - Desktop Administration Using VBScript and the WSH
Part 3 - Analyzing Application Logs
Part 4 - Creating a Centralized Report Management Station
Part 5 - Reporting Application Summary Data via the Web
Part 6 - Introducing Microsoft VBScriptBasics
Download Link
http://rapidshare.com/files/57067669/vbspp.rar
Password:
ganelon
VBScript Programmer's Reference, 2nd Edition
Posted by english-music-online | 5:08 PM | e-Books, VbScript | 0 comments »
Author(s) : Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read
Publisher : Wrox
Year : Jul 2004
ISBN 10 : 0764559931
ISBN 13 : 9780764559938
Language : English
Pages : 720
File type : CHM
Size : 6.1 MB (book + source code)
The VBScript standard has changed over time, and several new things have been introduced since this book first published in 1999. The current standard for VBScript is 5.6. The script debugger, script control, and script encoder have all changed and the Windows Script Component Wizard, regular expressions, and remote scripting have been introduced. Windows Script Host technology has also matured over time and gained in both effectiveness and popularity.
VBScript Programmer's Reference, 2nd Edition begins with discussion of the general syntax, functions, keywords, style, error handling, and similar language-specific topics and then moves into an expanded reference section covering the object models in detail. The book combines a comprehensive overview of the VBScript technology and associated technologies with practical examples at every stage from beginner to advanced user.
TABLE OF CONTENT:
Chapter 01 - A Quick Introduction to Programming
Chapter 02 - What VBScript Is—and Isn’t!
Chapter 03 - Data Types
Chapter 04 - Variables and Procedures
Chapter 05 - Control of Flow
Chapter 06 - Error Handling and Debugging
Chapter 07 - The Scripting Runtime Objects
Chapter 08 - Classes in VBScript (Writing Your Own COM Objects)
Chapter 09 - Regular Expressions
Chapter 10 - Client-Side Web Scripting
Chapter 11 - Super-Charged Client-Side Scripting
Chapter 12 - Windows Script Host
Chapter 13 - Windows Script Components
Chapter 14 - Script Encoding
Chapter 15 - Remote Scripting
Chapter 16 - HTML Applications
Chapter 17 - Server-Side Web Scripting
Chapter 18 - Adding VBScript to Your VB Applications
Download Link
http://rapidshare.com/files/83329393/vspr.rar
Password:ganelon
Essential ASP.NET with Examples in Visual Basic .NET
Posted by english-music-online | 7:38 PM | ASP.NET, e-Books | 0 comments »
# Paperback: 432 pages
# Publisher: Addison-Wesley Professional (February 21, 2003)
# ISBN: 0201760398
Quote:
With coverage not found in other titles and endorsed by the architects of ASP.NET, this book is essential for any serious ASP.NET developer. Covers Visual Basic.NET.
Download Link
http://rapidshare.com/files/97329168/0201760398.chm
Database Access with Visual Basic(R) .NET (3rd Edition)
Posted by english-music-online | 7:32 PM | e-Books, VB.NET | 0 comments »Whether you are using WinForms, WebForms, or Web Services, Database Access with Visual Basic® .NET, Third Edition, is your practical guide to developing database applications with Visual Basic .NET and ADO.NET. The authors provide real-world solutions to the data-access issues Visual Basic .NET developers face every day and share their secrets for becoming a more effective database programmer using .NET technologies.
The book begins by reviewing the fundamentals of database development, Structured Query Language (SQL), and Microsoft SQL Server™ 2000. It then examines how to use the major ADO.NET objects to access data stored in relational databases. Through detailed examples, readers learn how to use properties and methods, as well as more advanced features and techniques. Extensive code listings in Visual Basic .NET illustrate each concept, while business cases apply concepts to real-world applications. The final chapters provide a solid examination of how XML and ASP.NET integrate with ADO.NET to create various types of database applications. A companion Web site provides the code used in the book's myriad examples, all of which is compatible with Visual Basic .NET 2003.
Key topic coverage includes:
# SQL queries and commands
# Using SQL Server 2000
# ADO.NET objects
# Advanced ADO.NET features and techniques
# SQL Server and OLEDB, as well as ODBC .NET Data Providers
# Using Visual Studio .NET Data Projects for managing SQL Scripts
# Integrating XML with ADO.NET
# Developing Web-based database applications with ASP.NET
# Web services and middle-tier objects
Download Link
http://rapidshare.com/files/95013703/0672323435.rar
Beginning Visual Basic 2005 Databases
Posted by english-music-online | 12:38 PM | e-Books, VB.NET | 0 comments »
Product Details
* Paperback: 768 pages
* Publisher: Wrox (November 21, 2005)
* Language: English
* ISBN-10: 076458894X
* ISBN-13: 978-0764588945
This book teaches Visual Basic 2005 developers the concepts and skills necessary to write VB 2005 database applications that can be used throughout their enterprises. Although the book touches on database design concepts, its focus is on using ADO.NET to access and manipulate data in relational databases. This book covers all data providers in ADO.NET briefly, but focuses on using the OleDb Data Provider for accessing Access databases, the SQLData Provider for accessing SQLServer databases, and the Oracle Data Provider for accessing Oracle databases. Most of the examples in this book involve writing database applications for SQLServer and Oracle.
This book was designed for the developer who wants to learn how to write database applications using Visual Basic 2005 and back-end databases such as Microsoft Access, Microsoft SQLServer, and Oracle.
TABLE OF CONTENT:
Chapter 01 - Databases
Chapter 02 - An Introduction to ADO.NET
Chapter 03 - Visual Studio 2005 Data Wizards
Chapter 04 - Basic SQL
Chapter 05 - SQL and Queries for Access
Chapter 06 - Selecting Data in Access
Chapter 07 - Inserting,Updating,and Deleting Data in Access
Chapter 08 - Migrating Data from Access
Chapter 09 - Stored Procedures and Views for SQL Server and Oracle
Chapter 10 - Building Business Logic and Data Access Components
Chapter 11 - Inserting Data
Chapter 12 - Selecting Data
Chapter 13 - Updating Data
Chapter 14 - Accessing Data in ASP.NET
Chapter 15 - Creating a Web Service
Chapter 16 - Accessing a Web Service
Download Link
http://rapidshare.com/files/33472153/beginvb2005cb.rar
Password: ganelon
Visual Basic 2008 Programmers Reference
Posted by english-music-online | 12:31 PM | e-Books, VB.NET | 0 comments »
Visual Basic Orcas Programmer's Reference is a language tutorial and a reference guide to the upcoming Orcas release of Visual Basic. The tutorial provides basic material suitable for beginners but also includes in-depth content for more advanced developers.
The second part of the book is a reference that quickly allows programmers to locate information for specific language features. The entries in these appendices allow the reader to quickly review the details of important programming, objects, properties, methods, and events.
Download Links
http://rapidshare.com/files/105087818/WroxVisuaBasic08.rar
Visual Basic 2008 Recipes: A Problem-Solution Approach
Posted by english-music-online | 12:28 PM | e-Books, VB.NET | 0 comments »TITLE : Visual Basic 2008 Recipes: A Problem-Solution Approach (Recipes: a Problem-Solution Approach)
TYPE : Computer/
AUTHOR : Todd Herman / Allen Jones / Matthew MacDonald / Rakesh Rajan
PUBLISHER : Apress
ISBN : 1590599705
PAGES : 704 pages
EDITION : 1st
LANGUAGE : ENGLISH
RELEASE DATE: 04/22/2008
Download Link
http://rapidshare.com/files/109775332/1590599705.rar