home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / rd / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  31 lines

  1. Assume that some of the directories on hard disk C: were as follows:
  2.  
  3.              C:            ROOT DIRECTORY
  4.          ---------
  5.         /    |    \
  6.            /     |     \
  7.           /      |      \
  8.      PROJECTS  TESTS   BUDGETS    SUBDIRECTORIES
  9.            -----
  10.           /     \
  11.          /       \          additional
  12.           DONE      PENDING        SUBDIRECTORIES
  13.  
  14.  
  15.      In the sample disk structure above we have subdirectories PROJECTS, 
  16. TESTS, BUDGETS, DONE, and PENDING.  Assume that before beginning with 
  17. these examples, the subdirectory TESTS is the current directory. 
  18.  
  19. SAMPLE command to use RD      | Comments about the output
  20.  
  21. RD PENDING            To remove the subdirectory PENDING
  22.                 under TESTS.
  23.  
  24. RD C:\PROJECTS            This command will remove the subdirectory
  25.                 PROJECTS on C:, no matter what the current
  26.                 directory was when this command was typed.
  27.  
  28. RD \                This command will get an error message. The
  29.                 root directory always exists and cannot be
  30.                 deleted.
  31.