home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / educatio / dosguide.zip / 13.DOC < prev    next >
Text File  |  1992-04-02  |  881b  |  38 lines

  1.  
  2.  
  3. RD (Remove Directory)  or RMDIR
  4.  
  5.  
  6.       PURPOSE:
  7.               The "RD" command removes a directory from your disk.
  8.  
  9.  
  10.       USEAGE:
  11.               To Remove a directory, all files in the directory
  12.               must be erased.
  13.  
  14.               Then go back to the next higher level directory
  15.               to remove the directory desired.
  16.  
  17.  
  18.      EXAMPLES:
  19.                     To remove the directory called "paint"
  20.                     on you C drive, erase all the files in
  21.                     the c:\paint directory.
  22.  
  23.                     type the following commands:
  24.  
  25.                        Erase C:\paint\*.*
  26.  
  27.                     Now make sure your are in the next higher
  28.                     directory (in this case the root directory)...type,
  29.  
  30.                        CD\
  31.  
  32.                     Now type,
  33.  
  34.                        RD C:\PAINT
  35.  
  36.  
  37.  
  38.