home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / educatio / dosguide.zip / 11.DOC < prev    next >
Text File  |  1992-03-26  |  923b  |  47 lines

  1.  
  2. MD (Make Directory)
  3.  
  4.  
  5.       PURPOSE:
  6.               The "MD" command makes a subdirectory in the
  7.               directory that you are currently working in.
  8.  
  9.  
  10.       EXAMPLES:
  11.                If you want to create a new directory called
  12.                "expenses" under your working directory, type:
  13.  
  14.                             MD\expenses
  15.  
  16.  
  17.               If you wanted to create a directory called "bills"
  18.               under the "expenses" directory you have two options:
  19.  
  20.               1)  To do this from the root directory, simply type:
  21.  
  22.                           MD\expenses\bills
  23.  
  24.               2)  To create the same directory from the "expenses"
  25.                   directory, you could type either the previous
  26.                   command, or simply type:
  27.  
  28.                            MD\bills
  29.  
  30.  
  31.        ( FOR MORE INFO ON DIRECTORIES, SEE:  DIR, CD, AND RD )
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.