home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / RMDIR.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  390 b   |  16 lines

  1. Explanation of the RMDIR (rd) command. 
  2. It is INTERNAL.
  3.  
  4. This command will remove a specified, 
  5. previously created directory.
  6. CAUTION: This will only work if the 
  7.          directory is completely 
  8.          empty, even the hidden files.
  9.  
  10. Example: 
  11.        To remove the games directory on 
  12.        drive C type:
  13.           rmdir c:\games
  14.                or
  15.           rd c:\games
  16.