home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / md / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  896 b   |  20 lines

  1.                                 MKDIR
  2.  
  3. MKDIR is an internal command that creates new directories and subdirectories.
  4. A subdirectory is a directory that is inside another directory. See the DIR
  5. EXAMPLES SUBDIRECTORIES topic for more information about subdirectories.
  6.  
  7.     MKDIR [d:]pathname
  8.          or
  9.     MD [d:]pathname
  10.  
  11. d: is the drive letter that contains the disk you want to create the directory
  12.     on.  d: is also the name of the root directory of the disk in the same
  13.     drive.  Any directories you create will be subdirectories of the root 
  14.     directory.
  15.  
  16. pathname is the path you must specify to access the new directory. If you
  17.     specify a pathname of \PROGRAMS\OLDSTUFF then a new directory called
  18.     OLDSTUFF will be created under the existing directory PROGRAMS. The \
  19.     separates directory names in the pathname.
  20.