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

  1. Assume that some of the directories on hard disk C: were as 
  2. follows:
  3.  
  4.                      C:                  ROOT DIRECTORY
  5.                  ---------
  6.                 /    |    \
  7.                /     |     \
  8.               /      |      \
  9.              /       |       \
  10.          PROJECTS  TESTS   BUDGETS       SUBDIRECTORIES
  11.                    -----
  12.                   /     \
  13.                  /       \                 additional
  14.               DONE      PENDING          SUBDIRECTORIES
  15.  
  16.  
  17.      In the sample disk structure above we have subdirectories 
  18. PROJECTS, TESTS, BUDGETS, DONE, and PENDING.  Assume that before
  19. beginning with these examples, the subdirectory TESTS is the current  
  20. directory. 
  21.  
  22.  
  23. SAMPLE command to use MD            | Comments about the output
  24.  
  25. MD C:\PROBLEMS                        This command will make the 
  26.                                       new subdirectory on C:, no
  27.                                       matter what the current 
  28.                                       directory was when this 
  29.                                       command was typed.
  30.  
  31. MD CURRENT                            To make a new subdirectory 
  32.                                       directory under TESTS.
  33.  
  34. MD  ..\CURRENT                        This example shows yet
  35.                                       another method to make 
  36.                                       the new subdirectory, using 
  37.                                       a relative path name. 
  38.  
  39. MD \                                  This command will get an 
  40.                                       error message. The root
  41.                                       directory always automatically
  42.                                       exists. 
  43.