home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / summary / commands.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  5.4 KB  |  124 lines

  1.             DOS Command Summary
  2.  
  3. These are all the commands, in alphabetical order. Not every version of DOS
  4. will have every one of these commands. Those marked with "*" will usually
  5. not be present in versions of DOS prior to 3.3. Those marked with "**" will
  6. usually not be present in versions of DOS prior to 4.0. 
  7.  
  8.     DOS    COMMAND    WHAT IT DOES
  9.  
  10.     APPEND*    lets you tell DOS and your programs where to look for an
  11.         input file when it can't be found.
  12.     ASSIGN    lets you use treat a disk drive as though 
  13.         it were another disk drive with a different
  14.         letter.
  15.     ATTRIB    make a file read-only.
  16.     BACKUP    makes a copy of precious files on your hard
  17.         disk on diskettes or another hard disk.
  18.     BREAK    lets you decide how often you can interrupt programs on your
  19.         computer.
  20.     C:    tells DOS the default place to look for files 
  21.         is disk drive C:
  22.     CALL*    execute a BATCH file as a subroutine.
  23.     CD    change which directory is the current directory.
  24.     CHCP*    changes the code page.
  25.     CHDIR    same as CD.
  26.     CHKDSK    reads some of the directory information on a
  27.         disk to see if it looks OK. Can also recover
  28.         limited amounts of lost data. Can provide an
  29.         early warning of pending disk problems.
  30.     CLS    erase everything on the screen and display a
  31.         prompt.
  32.     COMMAND    execute the COMMAND.COM program, possibly
  33.         to execute a BATCH file as a subroutine.
  34.     COMP    compare the contents of two (or more) files.
  35.     COPY    copy one file to another file or to the printer.
  36.     CTTY    does part of the job of letting you access your
  37.         computer remotely (from another computer). It 
  38.         doesn't do the whole job.
  39.     DATE    lets you reset the date of your computer's clock.
  40.     DEBUG    create, edit, and display any file.
  41.     DEL    delete any file other than a directory.
  42.     DIR    display the filenames in a directory.
  43.     DISKCOMP lets you compare one whole disk to another.
  44.     DISKCOPY lets you copy one whole disk to another.
  45.     DOSSHELL** provides a menu of DOS commands on the screen.
  46.     ECHO    displays something on the screen or the printer.
  47.     EDLIN    create, edit, and display a text file.
  48.     ERASE    same as DEL.
  49.     ESC    send some control characters to the screen or
  50.         to the printer.
  51.     EXE2BIN    lets programmers change .EXE files to .BIN files.
  52.     EXIT    terminates processing.
  53.     FASTOPEN* lets DOS find some files faster.
  54.     FC    compare the contents of two files.
  55.     FDISK    partition the hard disk so that DOS can be booted
  56.         from it.
  57.     FIND    search files looking for a specific value.
  58.     FOR    repeats a command for a set of values.
  59.     FORMAT    writes some fixed format data in a partition or 
  60.         on a diskette so that DOS can set up directories
  61.         and have files on the disk.
  62.     GOTO    transfers control to a BATCH label.
  63.     GRAFTABL lets you see languages outside the USA on your screen 
  64.     GRAPHICS lets you print graphics images on the printer.
  65.     IF    conditionally executes a command.
  66.     JOIN    lets you treat a disk drive as though it were a part of 
  67.         another disk drive.
  68.     KEYB    lets you type languages outside the USA on your keyboard.
  69.     LABEL    lets you put a label on a disk.
  70.     MEM**    displays information about programs currently in memory.
  71.     MD    create a new directory that didn't exist before.
  72.     MKDIR    same as CD.
  73.     MODE    lets you control some characteristics of the monitor,
  74.         communications and printer ports, and code pages.
  75.         PROMPT does some of the same, plus controls colors.
  76.     MORE    display the contents of a file on the screen
  77.         one screen at a time.
  78.     MOVE    move file(s) to another disk or directory.
  79.     NLSFUNC* provides a national language support function.
  80.     PART     partition the hard disk so that DOS can be booted
  81.         from it.
  82.     PATH    lets you tell DOS where it should look when it can't find
  83.         a command you give it.
  84.     PAUSE    halts the computer until you respond.
  85.     PREP    this is not usually a DOS command, but a program 
  86.         that comes with your computer. It does a low-level
  87.         format of a hard disk. See the NEW_TERMS FORMAT topic.
  88.     PRINT    print a file on the printer while the computer
  89.         is busy doing other things.
  90.     PROMPT    lets you design your own prompt to be printed by DOS
  91.         whenever it awaits your next command. Also does MODEish
  92.         things and controls colors displayed by monitor.
  93.     RD    delete a directory.
  94.     RECOVER    reads a file, and tries to save the parts of 
  95.         it that are still good.
  96.     REM    records notes and comments in a BATCH file.
  97.     REN    change the name of a file without changing
  98.         its contents.
  99.     RENAME    same as REN.
  100.     REPLACE* makes a copy of precious files on another disk,
  101.         but any program can read them, not just BACKUP.
  102.     RESTORE    reads those precious copies of your files from
  103.         the disks BACKUP wrote.
  104.     RMDIR    same as RD.
  105.     SELECT    adds information to a disk going to a country
  106.         outside the USA.
  107.     SET    assigns a value to an environment variable.
  108.     SHARE    lets you tell DOS that you are part of a network.
  109.     SHIFT    reduces the number of BATCH values in use.
  110.     SORT    rearrange text in a file into some order.
  111.     SPOOL    controls files queued for printing.
  112.     SUBST    lets you call a long directory name by a short disk drive
  113.         letter.
  114.     SYS    writes two hidden files (you can't see them) on 
  115.         a disk so that DOS can be booted from the disk.
  116.     TIME    lets you reset the time of your computer's clock.
  117.     TREE    displays a nearly useless list of the directories
  118.         and files on a disk.
  119.     TYPE    display the contents of a file on the screen.
  120.     VER    displays the version of DOS that you are are using.
  121.     VERIFY    change the DOS VERIFY switch setting.
  122.     VOL    displays the label on a disk.
  123.     XCOPY*    copy groups of files.
  124.