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

  1. File Manipulation 
  2.  
  3. The C:, COPY and DEL commands are used the most.
  4.  
  5.    DOS COMMAND    WHAT IT DOES
  6.  
  7.     ATTRIB        make a file read-only.
  8.     C:            tells DOS the default place to look for files 
  9.                   is disk drive C:
  10.     COMP          compare the contents of two (or more) files.
  11.     COPY          copy one file to another file or to the printer.
  12.     DEBUG      create, edit, and display any file.
  13.     DEL           delete any file other than a directory.
  14.     EDLIN      create, edit, and display a text file.
  15.     ERASE         same as DEL.
  16.     FC            compare the contents of two files.
  17.     FIND          search files looking for a specific value.
  18.     MOVE          move file(s) to another disk or directory.
  19.     REN           change the name of a file without changing
  20.                   its contents.
  21.     RENAME        same as REN.
  22.     SORT          rearrange text in a file into some order.
  23.     XCOPY*        copy groups of files.
  24.