Befehlsverzeichnis Zu MS-DOS 3.3 Ansi.Sys Assign Attrib Autoexec.Bat
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
How to Cheat at Windows System Administration Using Command Line Scripts
www.dbebooks.com - Free Books & magazines 405_Script_FM.qxd 9/5/06 11:37 AM Page i How to Cheat at Windows System Administration Using Command Line Scripts Pawan K. Bhardwaj 405_Script_FM.qxd 9/5/06 11:37 AM Page ii Syngress Publishing, Inc., the author(s), and any person or firm involved in the writing, editing, or produc- tion (collectively “Makers”) of this book (“the Work”) do not guarantee or warrant the results to be obtained from the Work. There is no guarantee of any kind, expressed or implied, regarding the Work or its contents.The Work is sold AS IS and WITHOUT WARRANTY.You may have other legal rights, which vary from state to state. In no event will Makers be liable to you for damages, including any loss of profits, lost savings, or other incidental or consequential damages arising out from the Work or its contents. Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you. You should always use reasonable care, including backup and other appropriate precautions, when working with computers, networks, data, and files. Syngress Media®, Syngress®,“Career Advancement Through Skill Enhancement®,”“Ask the Author UPDATE®,” and “Hack Proofing®,” are registered trademarks of Syngress Publishing, Inc.“Syngress:The Definition of a Serious Security Library”™,“Mission Critical™,” and “The Only Way to Stop a Hacker is to Think Like One™” are trademarks of Syngress Publishing, Inc. Brands and product names mentioned in this book are trademarks or service marks of their respective companies. -
[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. -
Datalight ROM-DOS User's Guide
Datalight ROM-DOS User’s Guide Created: April 2005 Datalight ROM-DOS User’s Guide Copyright © 1999-2005 by Datalight, Inc . Portions copyright © GpvNO 2005 All Rights Reserved. Datalight, Inc. assumes no liability for the use or misuse of this software. Liability for any warranties implied or stated is limited to the original purchaser only and to the recording medium (disk) only, not the information encoded on it. U.S. Government Restricted Rights. Use, duplication, reproduction, or transfer of this commercial product and accompanying documentation is restricted in accordance with FAR 12.212 and DFARS 227.7202 and by a license agreement. THE SOFTWARE DESCRIBED HEREIN, TOGETHER WITH THIS DOCUMENT, ARE FURNISHED UNDER A SEPARATE SOFTWARE OEM LICENSE AGREEMENT AND MAY BE USED OR COPIED ONLY IN ACCORDANCE WITH THE TERMS AND CONDITIONS OF THAT AGREEMENT. Datalight and ROM-DOS are registered trademarks of Datalight, Inc. FlashFX ® is a trademark of Datalight, Inc. All other product names are trademarks of their respective holders. Part Number: 3010-0200-0716 Contents Chapter 1, ROM-DOS Introduction..............................................................................................1 About ROM-DOS ......................................................................................................................1 Conventions Used in this Manual .......................................................................................1 Terminology Used in this Manual ......................................................................................1 -
Disk Operating System
- -------- ---- --- Personal Computer -------_.---- - - --- Computer Language Series Disk Operating System Second Edition (May 1982) Version 1.10 Changes are periodically made to the information herein; these changes will be incorporated in new editions of this publication. Products are not stocked at the address below. Requests for copies of this product and for technical information about the system should be made to your authorized IBM Personal Computer Dealer. A Product Comment Form is provided at the back of this publication. If this form has been removed, address comment to: IBM Corp., Personal Computer, P.O. Box 1328-C, Boca Raton, Florida 33432. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligations whatever. © Copyright International Business Machines Corporation 1981 Preface This reference manual explains how to use the IBM Personal Computer Disk Operating System (DOS). It provides information on how to issue commands to DOS to create, edit, link, debug, and execute programs. Prerequisite Publication Regardless of your background or previous programming experience, you should look at the Guide to Operations before reading this manual. The chapter on "Using DOS" should be especially helpful to you before you approach the more detailed information that appears in this manual. Organization of this manual This manual has six chapters and six appendixes. Chapter I has some introductory information about DOS and files. Chapter 2 contains information about starting DOS, as well as directions on how to use the control keys and DOS editing keys. Chapter 3 contains detailed descriptions of the commands you can issue to DOS. -
DOS 3.30 Package?
Disk Operating System Version 3.30 Technical Reference Programming Family - ------....-- - --- ---- -. --- ----------,.-- - --- - First Edition (April 1987) The following paragraph does not apply to the United Kingdom or any country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time. It is possible that this publication may contain reference to, or information about, IBM products (machines and programs), programming, or services that are not announced in your country. Such references or information must not be construed to mean that IBM intends to announce such IBM products, programming, or services in your country. Requests for copies of this publication and for technical information about IBM products should be made to your authorized IBM Dealer or your IBM Marketing Representative. © Copyright International Business Machines Corporation 1985, 1987 About This Book Information in this book applies to DOS versions 2.10 to 3.30 unless specified in each chapter under the heading "Version Specific Information." 111 How This Book is Organized This Technical Reference has two sections. -
Copyrighted Material
38400bindex.fm Page 643 Monday, December 17, 2007 10:22 PM Index Note to the reader: Throughout this index boldfaced page numbers indicate primary discussions of a topic. Ital- icized page numbers indicate illustrations. Symbols and Numbers obtaining user's logon name, 486 pipe for data transfer between utilities, 480 * (asterisk) test server for, 488 DSQuery utility for all objects, 484 Active Directory Application Mode, 4 in regular expressions, 407 Active Directory Lightweight Directory Services (AD in script for password, 488 LDS), 4 as wildcard character, 359 Active Directory Services Interface Editor (ADSIEdit), ^ (circumflex), in regular expressions, 407 468 $ (dollar sign), in regular expressions, 407 active route, 309 $username$ token, 471 Active Server Pages (ASP), 5, 551 > (greater than) sign, for output redirection, 380 installing support in IIS, 556, 556 < (less than) sign, for input redirection, 381 active session, disconnecting, with TSDiscon utility, . (period), in regular expressions, 407 436–437 ? (question mark) ActiveXObject() method, 185 in AppCmd utility, 561 activity indicator, 344 as wildcard character, 359 ADAP utility, 65 /? (command line switch), 587 ADD command (AppCmd), 571, 572 for help, 23–25, 616 add command (NetSH), 170 script code to handle, 185–186 ADD command (Route utility), 310 / (slash), for command line switch, 23–24 add disk command (DiskPart), 229 [ ] (square brackets) Add to Favorites dialog box (RegEdit), 71 for optional command input, 23 AddPrinterConnection() method, of WshNetwork object, -
Why DOS Was (And Is) a Thing Jim Hall the Freedos Project Image: Wikipedia Images: Wikipedia Image: Wikipedia
Why DOS Was (and Is) a Thing Jim Hall The FreeDOS Project image: Wikipedia images: Wikipedia image: Wikipedia DOS commands (1.x) COMMAND DIR BASIC/BASICA COMP DATE COPY TIME ERASE RENAME FORMAT TYPE SYS CHKDSK PAUSE DISKCOMP REM DISKCOPY EDLIN MODE DEBUG EXE2BIN (PC DOS 1.1) DOS commands (2.x) ASSIGN CD BACKUP/RESTORE MD/MKDIR RECOVER RD/RMDIR PATH BREAK TREE CTTY GRAPHICS CLS PRINT PROMPT VER FDISK VERIFY ECHO VOL EXIT FOR FIND GOTO MORE IF SORT SET FC (MS-DOS 2.01) SHIFT DOS commands (3.x) ATTRIB APPEND (MS-DOS 3.2) REPLACE (MS-DOS 3.2) GRAFTABL XCOPY (MS-DOS 3.2) KEYBxx / KEYB CALL (DOS 3.3) LABEL CHCP (DOS 3.3) SHARE FASTOPEN (DOS 3.3) NLSFUNC (DOS 3.3) JOIN (DOS 3.1) SUBST (DOS 3.1) DOS commands (4.x) MEM TRUENAME DOS commands (5.x) DOSKEY EMM386 LOADFIX EDLIN ⟶ EDIT LH/LOADHIGH BASIC ⟶ QBASIC HELP SETVER MOUSE (DOS 5.02) POWER (DOS 5.02) MIRROR INTERSVR/INTERLNK (DOS 5.02) UNDELETE UNFORMAT MS-DOS 5 Shell DOS commands (6.x) CHOICE DEFRAG MOVE DELTREE MSD MSCDEX SMARTDRV SCANDISK (MS-DOS 6.2) VisiCalc image: WinWorldPC As Easy As spreadsheet WordStar 4.0 image: Wikipedia DOOM Shareware DOOM Shareware 1984 image: Wikipedia Used with permission from Microsoft “New Windows!” “DOS is dead” PC Format (#34, July 1994) Date: 29 Jun 94 00:24:11 -0600 Keywords: public domain DOS Summary: I'd like to start a PD-DOS project if one not already exists ANNOUNCEMENT OF PD-DOS PROJECT: A few months ago, I posted articles relating to starting a public domain version of DOS. -
Microsoft® MS-DOS® 3.3 Reference
Microsoft® MS-DOS® 3.3 Reference HP 9000 Series 300/800 Computers HP Part Number 98870-90050 Flin- HEWLETT ~~ PACKARD Hewlett-Packard Company 3404 East Harmony Road, Fort Collins, Colorado 80525 NOTICE The information contained In this document is subject to change without notice HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MANUAL. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Hewlett-Packard shall not be liable for errors contained herein or direct. indirect. special, incidental or consequential damages in connection with the furnishing, performance, or use of this material WARRANTY A copy of the specific warranty terms applicable to your Hewlett-Packard product and replacement parts can be obtained from your local Sales and Service Office MS -DOS is a US registered trademark of Microsoft, Incorporated. LOTUS and 1-2-3 are registered trademarks of LOTUS Development Corporation. Copynght 1988. 1989 Hewlett-Packard Company This document contains proprietary information which is protected by copyright. All rights are reserved. No part of this document may be photocopied. reproduced or translated to another language without the prior written consent of Hewlett-Packard Company. The information contained in this document is subject to change without notice. Restricted Rights Legend Use. duplication or disclosure by the Government is subject to restrictions as set forth in paragraph (b)(3)(B) of the Rights in Technical Data and Software clause in DAR 7-104.9(a). Use of this manual and flexible disc(s) or tape cartridge(s) supplied for this pack is restricted to this product only. -
How to Load the DEBUG Program from DOS
The DEBUG, a Software Development Program for the PC In this section you will study how to load the DEBUG program from DOS, how to use it to examine or modify the contents of the MPU's internal registers, and how to return back to DOS from DEBUG. Using DEBUG, the programmer can issue commands to the microcomputer in the PC. How to load the DEBUG program from DOS. Prompt (-) is then displayed. All we need to do is type in the command and then press the enter () key. These debug commands are the tools a programmer needs to enter, execute, and debug programs. At the completion of the operation, results are displayed on the screen and the DEBUG prompt () is redisplayed. The PC waits in this state for a new entry. Table 1 gives the summery for each DEBUG command, its function, and its general syntax. The details of each of the commands will follow 1 Table 1 Command Syntax Function Register R [REGISTER NAME] Examine or modify the contents of an internal register Quit Q End use of the DEBUG program Dump D [ADDRESS] Dump the contents of memory to the display Enter E ADDRESS [LIST] Examine or modify the contents of memory F STARTING ADDRESS ENDING ADDRESS Fill Fill a block in memory with the data in list LIST M STARTING ADDRESS ENDING ADDRESS Move a block of data from a source location in Move DESTINATION ADDRESS memory to a destination location C STARTING ADDRESS ENDING ADDRESS Compare two blocks of data in memory and display the Compare DESTINATION ADDRESS locations that contain different data S STARTING ADDRESS ENDING ADDRESS Search through -
Microsoft Windows XP - Command-Line Reference A-Z
www.GetPedia.com *More than 150,000 articles in the search database *Learn how almost everything works Microsoft Windows XP - Command-line reference A-Z Windows XP Professional Product Documentation > Performance and maintenance Command-line reference A-Z To find information about a command, on the A-Z button menu at the top of this page, click the letter that the command starts with, and then click the command name. In addition to the tools installed with Windows XP, there are over 40 support tools included on the Windows XP CD. You can use these tools to diagnose and resolve computer problems. For more information about these support tools, see Windows Support Tools For information about installing support tools, see Install Windows Support Tools For more information about changes to the functionality of MS-DOS commands, new command-line tools, command shell functionality, configuring the command prompt, and automating commmand-line tasks, see Command-line reference Some command-line tools require the user to have administrator-level privileges on source and/or target computers. Command-line tools must be run at the prompt of the Cmd.exe command interpreter. To open Command Prompt, click Start, click Run, type cmd, and then click OK. To view help at the command-line, at the command prompt, type the following: CommandName /? A Arp Assoc At Atmadm Attrib Top of page B Batch files http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx?pf=true (1 of 11)5/22/2004 10:58:52 PM Microsoft Windows XP - Command-line -
Files Included in Single User ROM-DOS Kernals
Files included in Single User ROM-DOS Kernals Files included in Single User ROM-DOS 6.22 Kernel Utilities: ANSI.SYS ATA.SYS ATTRIB.EXE BACKUP.EXE CHKDSK.EXE CHOICE.COM COMM.EXE COMMAND.COM COMMAND.HLP COMPRESS.EXE COUNTRY.SYS DELTREE.EXE DISK2IMG.EXE DISKCOMP.COM DISKCOPY.COM DISPLAY.SYS DUMP.EXE EGA.CPI EGA3.CPI EMM386.EXE EXE2BIN.COM FDISK.EXE FIND.EXE FORMAT.COM HIMEM.SYS KEYB.COM KEYBOARD.SYS KEYBRD2.SYS LABEL.EXE MEM.EXE MODE.COM MORE.COM MOVE.EXE MSCDEX.EXE NED.EXE POWER.EXE PRINT.EXE REMDISK.EXE REMQUIT.COM REMSERV.EXE RESTORE.EXE ROM-DOS.SYS RSZ.EXE SERLINK.EXE SERSERV.EXE SHARE.EXE SMARTDRV.EXE SORT.EXE STACKDEV.SYS SUBST.EXE SYS.COM TRANSFER.EXE TREE.COM UMBLINK.EXE VDISK.SYS XCOPY.EXE DOS622.SYS Files included in Single User ROM-DOS 7.1 Kernel Utilities: ANSI.SYS ATA.SYS ATTRIB.EXE BACKUP.EXE CHKDSK.EXE CHOICE.COM COMM.EXE COMMAND.COM COMMAND.HLP COMPRESS.EXE COUNTRY.SYS DELTREE.EXE DISK2IMG.EXE DISKCOMP.COM DISKCOPY.COM DISPLAY.SYS DUMP.EXE EGA.CPI EGA3.CPI EMM386.EXE EXE2BIN.COM FDISK.EXE FIND.EXE FORMAT.COM HIMEM.SYS KEYB.COM KEYBOARD.SYS KEYBRD2.SYS LABEL.EXE MEM.EXE MODE.COM MORE.COM MOVE.EXE MSCDEX.EXE NED.EXE POWER.EXE PRINT.EXE REMDISK.EXE REMQUIT.COM REMSERV.EXE RESTORE.EXE ROM-DOS.SYS RSZ.EXE SERLINK.EXE SERSERV.EXE SHARE.EXE SMARTDRV.EXE SORT.EXE STACKDEV.SYS SUBST.EXE SYS.COM TRANSFER.EXE TREE.COM UMBLINK.EXE VDISK.SYS XCOPY.EXE DOS71.SYS ©2005 Datalight, Inc. -
Software Product Description DIGITAL CLASSIFIED Soflware
Software Product Description DIGITAL CLASSIFIED SOFlWARE PRODUCT NAME: MSTM-OOS Operating System, SPD SO.07.01 Version 2.11 DESCRIPTION: MSTM-DOS Operating System, Version 2.11 is a new version of Version 2.05 Operating System featuring support of "The International Call System" and the Mini Exchange as a Device Sharing microprocessor-controlled switch. The International Call System returns information such as the currency symbol, thou sands and decimal separators, and the time and date formats for a specific country. The DIR command prints out time and date formats for a specific country. The Mini Exchange uses commands from the Rainbow 100 computer to con nect a total of eight devices in a 60M (200 ft.) radius. These devices can be personal computers, printers, or modems. MS-DOS Operating System, Version 2.11 contains the utility SETPORT which is an external command allowing the user to change the serial port parameters as well as DIGITAL serial printer parameters. SETPORT allows the user to choose from six groups of parameters including printer, modem, auxiliary communication port and remote setup for LA50, LA100-PC and LQP02 printers. MS-DOS Operating System provides program execution, storage and editing capabilities. A list of the supplied system modules and descriptions is presented in the Components Section of this SPD. Components Basic I/O system (IO.SYS) - Provides operations necessary to access the diskette drives and standard peripherals Operating System Resource Manager (MSDOS.SYS) is the core of the MS-DOS Operat ing System where management of system resources takes place. This component is automatically loaded into memory when the system is booted up.