home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / MKDIR.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  488 b   |  13 lines

  1. COMMAND:  MKDIR (Make Directory)
  2.  
  3. FUNCTION: Creates a sub-directory on the specified disk.
  4.  
  5. FORMAT:   MKDIR [d:]path  or  MD [d:]path
  6.  
  7. TYPE:     DOS internal command.
  8.  
  9. REMARKS:  Omitting the drive specification utilizes the default drive. If
  10.           the specified path does not begin with the root directory, the sub-
  11.           directory is created in the current directory. The maximum length
  12.           of any single path is 63 characters, including embedded backslashes.
  13.