U 9 1 2 (Faili, Nosaukuma Standarti, Darbības Ar Failiem, Command Prompt (Terminal), Power Shell, Komandu Lietošana U.Tml.)

Total Page:16

File Type:pdf, Size:1020Kb

U 9 1 2 (Faili, Nosaukuma Standarti, Darbības Ar Failiem, Command Prompt (Terminal), Power Shell, Komandu Lietošana U.Tml.) U_9_1_2 (faili, nosaukuma standarti, darbības ar failiem, command prompt (terminal), power shell, komandu lietošana u.tml.) file formats by file extensions .aif - AIF audio file .cda - CD audio track file .mid or .midi - MIDI audio file. .mp3 - MP3 audio file .mpa - MPEG-2 audio file .ogg - Ogg Vorbis audio file .wav - WAV file .wma - WMA audio file .wpl - Windows Media Player playlist .7z - 7-Zip compressed file .arj - ARJ compressed file .deb - Debian software package file .pkg - Package file .rar - RAR file .rpm - Red Hat Package Manager .tar.gz - Tarball compressed file .z - Z compressed file .zip - Zip compressed file .bin - Binary disc image .dmg - macOS X disk image .iso - ISO disc image .toast - Toast disc image .vcd - Virtual CD .csv - Comma separated value file .dat - Data file .db or .dbf - Database file .log - Log file .mdb - Microsoft Access database file .sav - Save file (e.g., game save file) .sql - SQL database file .tar - Linux / Unix tarball file archive .xml - XML file .apk - Android package file .bat - Batch file .bin - Binary file .cgi or .pl - Perl script file .com - MS-DOS command file .exe - Executable file .gadget - Windows gadget .jar - Java Archive file .py - Python file .wsf - Windows Script File .fnt - Windows font file .fon - Generic font file .otf - Open type font file .ttf - TrueType font file .ai - Adobe Illustrator file .bmp - Bitmap image .gif - GIF image .ico - Icon file .jpeg or .jpg - JPEG image .png - PNG image .ps - PostScript file .psd - PSD image .svg - Scalable Vector Graphics file .tif or .tiff - TIFF image .asp and .aspx - Active Server Page file .cer - Internet security certificate .cfm - ColdFusion Markup file .cgi or .pl - Perl script file .css - Cascading Style Sheet file .htm and .html - HTML file .js - JavaScript file .jsp - Java Server Page file .part - Partially downloaded file .php - PHP file .py - Python file .rss - RSS file .xhtml - XHTML file .key - Keynote presentation .odp - OpenOffice Impress presentation file .pps - PowerPoint slide show .ppt - PowerPoint presentation .pptx - PowerPoint Open XML presentation .c - C and C++ source code file .class - Java class file .cpp - C++ source code file .cs - Visual C# source code file .h - C, C++, and Objective-C header file .java - Java Source code file .sh - Bash shell script .swift - Swift source code file .vb - Visual Basic file .ods - OpenOffice Calc spreadsheet file .xlr - Microsoft Works spreadsheet file .xls - Microsoft Excel file .xlsx - Microsoft Excel Open XML spreadsheet file .bak - Backup file .cab - Windows Cabinet file .cfg - Configuration file .cpl - Windows Control panel file .cur - Windows cursor file .dll - DLL file .dmp - Dump file .drv - Device driver file .icns - macOS X icon resource file .ico - Icon file .ini - Initialization file .lnk - Windows shortcut file .msi - Windows installer package .sys - Windows system file .tmp - Temporary file .3g2 - 3GPP2 multimedia file .3gp - 3GPP multimedia file .avi - AVI file .flv - Adobe Flash file .h264 - H.264 video file .m4v - Apple MP4 video file .mkv - Matroska Multimedia Container .mov - Apple QuickTime movie file .mp4 - MPEG4 video file .mpg or .mpeg - MPEG video file .rm - RealMedia file .swf - Shockwave flash file .vob - DVD Video Object .wmv - Windows Media Video file .doc and .docx - Microsoft Word file .odt - OpenOffice Writer document file .pdf - PDF file .rtf - Rich Text Format .tex - A LaTeX document file .txt - Plain text file .wks and .wps- Microsoft Works file .wpd - WordPerfect document Command prompt commands bitsadmin Creates and monitors downloads and uploads. 10/8/7/Vista Interrupts Ctrl + C checking in DOS, allowing you break to stop processes in the old operating system. Only All Win/DOS available for compatibility reasons in Windows. Calls a batch file within another batch file. The call command has no effect if entered directly into All Win/DOS CMD instead of in a batch file. Displays the current directory and lets you switch to other directories. With the parameter /D plus cd drive and path specification, you can also switch All Win/DOS drives. Use cd.. to switch to a higher directory (has the same function as the chdir command). Changes the current code page (character set table) chcp All Win/DOS or shows the page count of the current code page. Displays the current directory and lets you switch to other directories. With the parameter /D plus chdir drive and path specification, you can also switch All Win/DOS drives. Use chdir.. to switch to a higher directory (has the same function as the cd command). Creates a selection list: typical example is the selection of yes (Y) or no (N), which is created All Win (not choice with /C YN. With the parameter /M you can add an XP)/DOS explanatory message for the user. clip) or the content Forwards the result of a command to the clipboard. of a file (clip < clip For example, you can copy the directory structure 10/8/7/Vista filename) to the (dir clipboard. cls Clears the content of the screen. All Win/DOS cmd Starts CMD.EXE. 10/8/7/Vista/XP Changes the background (first value) and text color color (second value) of the command prompt. The color 10/8/7/Vista/XP lies between 0 (black) and F (white). command Starts CMD.COM. 32-bit/DOS Displays the current date and allows you to change date it. With the parameter /T the date is shown without All Win/DOS the option to change. Starts debug, a program that can test and modify debug 32-bit/DOS programs within the command prompt. Displays all folders and files within the current directory. You can restrict the output by attributes dir All Win/DOS (/A), simplify the list (/B), or display all subdirectories and their files (/S). Creates macros, recalls commands, and edits doskey All Win/DOS command input. Opens the DOS shell, a graphical file management dosshell tool. In Windows, the DOS shell is replaced by 95/DOS Windows Explorer. Displays a message and is mainly used within echo All Win/DOS scripts and batch files. Starts the MS-DOS editor, with which you can edit 32-bit/DOS create text files. Creates and edits text files within the command edlin 32-bit/DOS prompt. exit Ends CMD.EXE or CMD.COM. All Win/DOS fasthelp Displays helpful information about commands. DOS Writes the position of a program into a specified fastopen list, which is in the working memory and should 32-bit/DOS accelerate the start of programs. Searches through a file or multiple files for a particular character sequence. If you only want to know how frequently the word or phrase occurs, find All Win/DOS use the /C parameter. With the extension /I the command ignores upper- and lower-case in the search. Finds character sequences in one or multiple files. findstr 10/8/7/Vista/XP It gives you more options when compared to the find command: you can search for files that contain various terms or with /C search for an exact word order. Starts a program in the MS-DOS partial system, in forcedos case it’s not directly recognized by Windows XP as XP (32-bit) a DOS program. Enables the option to use extended characters of a graftabl 32-bit/DOS specific code page in graphics mode. graphics Starts a program that can print graphics. 32-bit/DOS Displays help text for a specific command (you can help All Win/DOS also use the /? command). Changes the country settings of the keyboard for DOS programs (only included in Windows for kb16 32-bit compatibility reasons. Replaces the old command keyb). Changes the country settings of the keyboard for DOS programs (only included in Windows for keyb 98/95/DOS compatibility reasons. Replaced by kb16 in newer Windows versions). Logs the user out of Windows. Also allows you to logoff 10/8/7/Vista/XP end sessions on servers. Displays the status of a printer queue for computers that use a “line Printer Daemon” (LPD). (To use lpq the command in Windows 10, 8, 7, or Vista, the All Win LPD print service and the LPR port monitor have to be enabled first). Sends a file to a computer that uses a line printer daemon (LPD). To use the command in Windows lpr All Win 10, 8, 7, or Vista, the LPD print service and LPR port monitor have to be enabled first. Creates a new directory on the specified path. If directories don’t already exist on the path, md md All Win/DOS creates them automatically (you can also use the mkdir command). Creates a new directory on the specified path. If directories don’t already exist on the path, mkdir mkdir All Win/DOS creates them automatically (you can also use the md command). Outputs the content of a file (for example, a text more file) by the page. You can also use the command to All Win/DOS split the output of another command into pages. Sends a message to another user. You can write the msg 10/8/7/Vista/XP username into the command or create files in which usernames are saved. The files can then be included in the command with @filename. Provides country-specific information for language nlsfunc 32-bit/DOS support. Runs backup services directly from the command ntbackup XP line or as part of batch or script files. Creates and displays the path for searching path All Win/DOS executable files. Pauses execution in batch files and scripts. The pause user is then prompted in a message to continue by All Win/DOS pressing a key. Changes to the folder saved by the pushd popd command. The command is mainly part of batch 10/8/7/Vista files and scripts.
Recommended publications
  • Vbscript Programmer's Reference
    Table of Contents VBScript Programmer's Reference...................................................................................................................1 Introduction.........................................................................................................................................................6 Who is this Book For?............................................................................................................................6 How to Use this Book.............................................................................................................................6 What is VBScript?..................................................................................................................................7 What Can You Do With VBScript?......................................................................................................11 What Tools Do You Need to Use VBScript?.......................................................................................14 What's New in VBScript 5?..................................................................................................................15 Code Conventions.................................................................................................................................17 Tell Us What You Think.......................................................................................................................17 Customer Support.................................................................................................................................18
    [Show full text]
  • Getting Started with Windows Scripting
    Getting Started with Windows Scripting art I of the PowerShell, VBScript, and JScript Bible intro- IN THIS PART duces you to the powerful administrative tool that is Windows scripting. You’ll get an overview of Windows Chapter 1 P Introducing Windows Scripting scripting and its potential, and an introduction to three tech- nologies you can use for Windows scripting: VBScript, JScript, Chapter 2 and PowerShell. VBScript Essentials Chapter 3 JScript Essentials Chapter 4 PowerShell Fundamentals COPYRIGHTED MATERIAL 886804c01.indd6804c01.indd 1 11/21/09/21/09 11:16:17:16:17 PPMM 86804c01.indd 2 1/21/09 1:16:18 PM Introducing Windows Scripting indows scripting gives everyday users and administrators the ability to automate repetitive tasks, complete activities while IN THIS CHAPTER away from the computer, and perform many other time-saving W Introducing Windows scripting activities. Windows scripting accomplishes all of this by enabling you to create tools to automate tasks that would otherwise be handled manually, Why script Windows? such as creating user accounts, generating log files, managing print queues, or examining system information. By eliminating manual processes, you Getting to know can double, triple, or even quadruple your productivity and become more Windows Script Host effective and efficient at your job. Best of all, scripts are easy to create and Understanding the Windows you can rapidly develop prototypes of applications, procedures, and utili- scripting architecture ties; and then enhance these prototypes to get exactly what you need, or just throw them away and begin again. This ease of use gives you the flex- ibility to create the kinds of tools you need without a lot of fuss.
    [Show full text]
  • Tyson Kopczynski
    www.it-ebooks.info Tyson Kopczynski Windows® PowerShell UNLEASHED 800 East 96th Street, Indianapolis, Indiana 46240 USA www.it-ebooks.info Windows® PowerShell Unleashed Editor-in-Chief Copyright © 2007 by Sams Publishing Karen Gettman All rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical, photocopying, recording, Senior Acquisitions or otherwise, without written permission from the publisher. No patent liability is Editor assumed with respect to the use of the information contained herein. Although every Neil Rowe precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions. Nor is any liability assumed for Development Editor damages resulting from the use of the information contained herein. Mark Renfrow International Standard Book Number: 0-672-32953-0 Managing Editor Library of Congress Cataloging-in-Publication Data Gina Kanouse Kopczynski, Tyson. Project Editor Microsoft PowerShell unleashed / Tyson Kopczynski. George E. Nedeff p. cm. ISBN 0-672-32953-0 Copy Editor 1. Microsoft Windows (Computer file) 2. Operating systems (Computers) I. Title. Lisa M. Lord QA76.76.O63K66 2007 Senior Indexer 005.4’46—dc22 Cheryl Lenser 2007008894 Proofreader Printed in the United States of America Water Crest First Printing: Publishing 10090807 4321 Contributing Authors Trademarks Pete Handley, Mark All terms mentioned in this book that are known to be trademarks or service marks Weinhardt, and have been appropriately capitalized. Sams Publishing cannot attest to the accuracy of this information. Use of a term in this book should not be regarded as affecting the Josh Tolle validity of any trademark or service mark.
    [Show full text]
  • Blocked Attachments in Outlook Page 1 of 5
    Blocked attachments in Outlook Page 1 of 5 Outlook > Attachments Blocked attachments in Outlook To help protect your computer, Microsoft Office Outlook does not allow you to receive files of certain types (such as .exe files) as attachments, because of their potential for introducing a virus into your computer. Outlook blocks these files by default. If your organization uses Microsoft Exchange, only the e-mail server administrator can unblock these file types. End users of Outlook cannot unblock these file types. In this article Background - The Internet is a dangerous neighborhood How to share your files safely Attachment file types blocked by Outlook Background - The Internet is a dangerous neighborhood When Microsoft Outlook 97 first arrived on the market, the Internet still seemed like a relatively safe place, and sending attachments in e-mail seemed like a great idea. But then — beginning in March of 1999 when the Melissa virus struck, only to be followed by the ILOVEYOU virus — reality hit hard. These were the fastest-spreading viruses ever seen up to that time, and they forced a number of companies to shut down their e-mail systems, at significant cost. In order to spread, these attacks relied heavily on fooling people into believing that infected e-mail messages were coming from someone familiar, and even many computer experts fell victim to them and became infected. It is no secret that hackers like to attack the largest available target — and today, that is Microsoft Office Outlook. World wide, more than 300 million people use Outlook. Therefore, the industry and Microsoft customers look to Microsoft to provide protection against security threats.
    [Show full text]
  • Vpc6 Install Guides.Fm
    Installing Your Own Guest OS in Virtual PC 6 This document provides installation guides for the following OSes. Contents Installing Windows XP Professional - page 2 Installing Windows XP Home - page 7 Installing Windows 2000 Professional - page 12 Installing Windows 98 - page 15 Installing Red Hat Linux 8.0 - page 18 The following procedures require a full version of Windows XP, 2000, or Windows 98. The versions of Windows included with Virtual PC cannot be installed using the methods described here. Please see your Virtual PC User’s Guide for information on installing the Windows included with Virtual PC. Connectix provides limited support for Linux. Currently, there are no Additions for Linux which limits the functionality and performance of any version of Linux under Virtual PC. If you need additional support for Linux beyond installation, please contact the publisher for technical support. Virtual PC 6 User Reference 1 Installing Your Own Guest OS in Virtual PC 6 Installing Windows XP Professional Installation Notes: Virtual PC Toolbar: Located in the lower left corner of the guest’s window, the VPC Toolbar items provide information about the status of your guest PC, from left to right: Hard Drive, CD/DVD-ROM, Floppy Disk, Shared Folders, Network, USB, Printing Info, and Additions Installer/PC Info. The tool bar also provides a number of convenient features that are accessed by contextual menus (click the icon) or by dragging items onto the tool bar icons. A CD-ROM ISO image or floppy disk image can easily be mounted in the guest by dragging the disk image and dropping it on the respective VPC tool bar icon.See the Virtual PC help for more information.
    [Show full text]
  • [D:]Path[...] Data Files
    Command Syntax Comments APPEND APPEND ; Displays or sets the search path for APPEND [d:]path[;][d:]path[...] data files. DOS will search the specified APPEND [/X:on|off][/path:on|off] [/E] path(s) if the file is not found in the current path. ASSIGN ASSIGN x=y [...] /sta Redirects disk drive requests to a different drive. ATTRIB ATTRIB [d:][path]filename [/S] Sets or displays the read-only, archive, ATTRIB [+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S] system, and hidden attributes of a file or directory. BACKUP BACKUP d:[path][filename] d:[/S][/M][/A][/F:(size)] [/P][/D:date] [/T:time] Makes a backup copy of one or more [/L:[path]filename] files. (In DOS Version 6, this program is stored on the DOS supplemental disk.) BREAK BREAK =on|off Used from the DOS prompt or in a batch file or in the CONFIG.SYS file to set (or display) whether or not DOS should check for a Ctrl + Break key combination. BUFFERS BUFFERS=(number),(read-ahead number) Used in the CONFIG.SYS file to set the number of disk buffers (number) that will be available for use during data input. Also used to set a value for the number of sectors to be read in advance (read-ahead) during data input operations. CALL CALL [d:][path]batchfilename [options] Calls another batch file and then returns to current batch file to continue. CHCP CHCP (codepage) Displays the current code page or changes the code page that DOS will use. CHDIR CHDIR (CD) [d:]path Displays working (current) directory CHDIR (CD)[..] and/or changes to a different directory.
    [Show full text]
  • CF-45 Series OPERATING INSTRUCTIONS
    ® Personal Computer OPERATING INSTRUCTIONS CF-45 Series Contents Getting Started Read Me First .................................................. 6 First-time Operation ......................................... 7 95 Getting Started Operation Starting Up/Shutting Down............................ 11 Handling and Maintenance ........................... 15 Operation Troubleshooting [Additional Manual] List of Error Codes ......................................... 16 Reference Manual Dealing with Problems .................................. 18 This manual can be accessed on your computer. Please Reinstalling Software .................................... 20 refer to page 14 on how to access the Reference Manual. Contents • Key Combinations • Using an External Display • LED Indicators • Using USB Devices Troubleshooting • Suspend/Hibernation • Infrared Data Functions Communications Appendix • Security Measures • Hard Disk Drive • Computing On the Road • Setup Utility LIMITED USE LICENSE AGREEMENT ....... 23 • Battery Power • Technical Information Names and Functions of Parts...................... 26 • Using PC Cards • List of Error Codes • Adding Memory • DMI Viewer Specifications ................................................28 • Port Replicator • Dealing With Problems • Using a Printer Appendix Customer's Record Model Dealer's No.* Name Serial No. or Code Dealer's No. Address Date of Purchase For the Model No., insert the 11 digit number (for example, CF-45DJ48JAM) located on the bottom of the computer. Introduction Thank you for purchasing
    [Show full text]
  • NTFS from Wikipedia, the Free Encyclopedia Jump To: Navigation, Search NTFS Developer Microsoft Introduced July 1993 (Windows
    NTFS From Wikipedia, the free encyclopedia Jump to: navigation, search NTFS Developer Microsoft Introduced July 1993 (Windows NT 3.1) Partition identifier 0x07 (MBR) EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (GPT) Structures Directory contents B+ tree[1] File allocation Bitmap/Extents Bad blocks $badclus Limits Max file size 264 bytes (16 EiB) minus 1 KiB [2] Max number of files 4,294,967,295 (232-1)[2] Max filename length 255 UTF-16 code units[3] Max volume size 264 ? 1 clusters [2] Allowed characters in filenames In Posix namespace, any UTF-16 code unit (case sensitive) except U+0000 (NUL) and / (slash). In Win32 namespace, any UTF-16 code unit (case insensitive) except U+0000 (NUL) / (slash) \ (backslash) : (colon) * (asterisk) ? (Question mark) " (quote) < (less than) > (greater than) and | (pipe) [3] Features Dates recorded Creation, modification, POSIX change, access Date range 1 January 1601 ʹ 28 May 60056 (File times are 64-bit numbers counting 100- nanosecond intervals (ten million per second) since 1601, which is 58,000+ years) Date resolution 100ns Forks Yes (see Alternate data streams below) Attributes Read-only, hidden, system, archive, not content indexed, off-line, temporary File system permissions ACLs Transparent compression Per-file, LZ77 (Windows NT 3.51 onward) Transparent encryption Per-file, DESX (Windows 2000 onward), Triple DES (Windows XP onward), AES (Windows XP Service Pack 1, Windows Server 2003 onward) Single Instance Storage Yes Supported operating systems Windows NT family (Windows NT 3.1 to Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008) NTFS is the standard file system of Windows NT, including its later versions Windows 2000, Windows XP, Windows Server 2003, Windows Server 2008, and Windows Vista.[4] NTFS supersedes the FAT file system as the preferred file system for Microsoft͛s ͞Windows͟-branded operating systems.
    [Show full text]
  • Vmware Scripting API User's Manual
    VERSION 2.3 VMware Scripting API User’s Manual Please note that you can always find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/. VMware, Inc. The VMware Web site also provides the latest product updates Copyright © 1998-2006 VMware, Inc. All rights reserved. Protected by one or more of U.S. Patent Nos. 3145 Porter Drive 6,397,242, 6,496,847, 6,704,925, 6,711,672, 6,725,289, 6,735,601, 6,785,886, 6,789,156 6,795,966, 6, 880, 022, Palo Alto, CA 94304 6,961,941, 6,961,806 and 6,944,699; patents pending. VMware, the VMware “boxes” logo and design, Virtual www.vmware.com SMP and VMotion are registered trademarks or trademarks of VMware, Inc. in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies. Revision 20060925 Item: SDK-ENG-Q306-114 Table of Contents Introduction ___________________________________________________7 Introducing the VMware Scripting APIs _______________________________8 Supported Products ____________________________________________8 Intended Audience ____________________________________________9 Getting Support from VMware ___________________________________9 What’s New in This Release ________________________________________10 Using the VMware Scripting APIs ___________________________________13 Installing the VMware Scripting API _________________________________14 GSX Server __________________________________________________14 ESX Server __________________________________________________14
    [Show full text]
  • File Allocation Table - Wikipedia, the Free Encyclopedia Page 1 of 22
    File Allocation Table - Wikipedia, the free encyclopedia Page 1 of 22 File Allocation Table From Wikipedia, the free encyclopedia File Allocation Table (FAT) is a file system developed by Microsoft for MS-DOS and is the primary file system for consumer versions of Microsoft Windows up to and including Windows Me. FAT as it applies to flexible/floppy and optical disc cartridges (FAT12 and FAT16 without long filename support) has been standardized as ECMA-107 and ISO/IEC 9293. The file system is partially patented. The FAT file system is relatively uncomplicated, and is supported by virtually all existing operating systems for personal computers. This ubiquity makes it an ideal format for floppy disks and solid-state memory cards, and a convenient way of sharing data between disparate operating systems installed on the same computer (a dual boot environment). The most common implementations have a serious drawback in that when files are deleted and new files written to the media, directory fragments tend to become scattered over the entire disk, making reading and writing a slow process. Defragmentation is one solution to this, but is often a lengthy process in itself and has to be performed regularly to keep the FAT file system clean. Defragmentation should not be performed on solid-state memory cards since they wear down eventually. Contents 1 History 1.1 FAT12 1.2 Directories 1.3 Initial FAT16 1.4 Extended partition and logical drives 1.5 Final FAT16 1.6 Long File Names (VFAT, LFNs) 1.7 FAT32 1.8 Fragmentation 1.9 Third party
    [Show full text]
  • Computer Virus Tutorial
    Computer Virus Tutorial Computer Virus Tutorial License Copyright 1996-2005, Computer Knowledge. All Rights Reserved The Computer Knowledge Virus Tutorial is a copyright product of Computer Knowledge. It also contains copyrighted material from others (used with permission). Please honor the copyrights. Read the tutorial, learn from the tutorial, download and run the PDF version of the tutorial on your computer, link to the tutorial. But, please don't copy it and claim it as your own in whole or part. The PDF version of the Computer Knowledge Virus Tutorial is NOT in the public domain. It is copyrighted by Computer Knowledge and it and all accompanying materials are protected by United States copyright law and also by international treaty provisions. The tutorial requires no payment of license fees for its use as an educational tool. If you are paying to use the tutorial please advise Computer Knowledge (PO Box 5818,www.co-bw.com Santa Maria, CA 93456 USA). Please provide contact information for those charging the fee; even a distribution fee. License for Distribution of the PDF Version No royalties are required for distribution. No fees may be charged for distribution of the tutorial. You may not use, copy, rent, lease, sell, modify, decompile, disassemble, otherwise reverse engineer, or transfer the licensed program except as provided in this agreement. Any such unauthorized use shall result in immediate and automatic termination of this license. In no case may this product be bundled with hardware or other software without written permission from Computer Knowledge (PO Box 5818, Santa Maria, CA 93456 USA).
    [Show full text]
  • Advanced Vbscript for Microsoft Windows Administrators Ebook
    6-2244-2eBookFM.book Page 1 Thursday, December 15, 2005 5:22 PM 6-2244-2eBookFM.book Page ii Thursday, December 15, 2005 5:22 PM PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way Redmond, Washington 98052-6399 Copyright © 2006 by Don Jones and Jeffery Hicks All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. Library of Congress Control Number 2005937886 Printed and bound in the United States of America. 1 2 3 4 5 6 7 8 9 QWT 9 8 7 6 5 Distributed in Canada by H.B. Fenn and Company Ltd. A CIP catalogue record for this book is available from the British Library. Microsoft Press books are available through booksellers and distributors worldwide. For further information about international editions, contact your local Microsoft Corporation office or contact Microsoft Press Inter- national directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to [email protected]. Microsoft, Active Directory, ActiveX, Excel, FrontPage, JScript, Microsoft Press, MSDN, Tahoma, Verdana, Visio, Visual Basic, Win32, Windows, the Windows logo, Windows NT, and Windows Server are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.
    [Show full text]