home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / educatio / dosguide.zip / 18.DOC < prev    next >
Text File  |  1992-04-02  |  2KB  |  60 lines

  1.  
  2. OTHER IMPORTANT DOS TERMS AND COMMANDS
  3.  
  4. I.
  5.       TERMS:            DEFINITIONS:
  6.       
  7.  
  8.       *.*               An abbreviation meaning all the files in
  9.                         the directory.
  10.  
  11.       Character         Any letter, symbol, or number that you
  12.                         see on the screen or type on the keyboard.
  13.  
  14.       Command           A short program that tells DOS to do a
  15.                         certain task.
  16.  
  17.       Default Drive     The drive where DOS looks for any filenames
  18.                         that you may type.  DOS searches for files
  19.                         in the default drive unless you specify a
  20.                         different drive.  The standard DOS prompt
  21.                         contains the default drive letter.  For
  22.                         example, if the prompt is A:>, then "A"
  23.                         is the default drive.
  24.  
  25.       Program           A set of instructions that is written in
  26.                         computer language and tells the computer
  27.                         how to perform a certain task.
  28.  
  29.       Prompt            A symbol that usually consists of a default
  30.                         drive letter (usually A, B, or C) and a
  31.                         greater than sign (>).
  32.  
  33.  
  34.  
  35. II.
  36.       COMMANDS:         USAGE:
  37.  
  38.       backup            Backs up one or more files from one disk
  39.                         to another.
  40.  
  41.       chkdsk            Scans over the disk in the specified drive
  42.                         and checks it for errors.
  43.  
  44.       more              Displays a file or other output one screen
  45.                         at a time.
  46.  
  47.       path              Sets a command search path.
  48.  
  49.       print             Prints files.
  50.  
  51.       prompt            Changes DOS command prompt.
  52.  
  53.       sort              Sorts data forward or backward.
  54.  
  55.       ver               Prints DOS version number.
  56.  
  57. Note: Backup, Chkdsk, More, Print and Sort are DOS programs.
  58.       In order to use them, they must be in your "PATH" 
  59.       or in the same directory that you are working in.
  60.