oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MKDIR (MD)
Examples
────────────────────────────────────────────────────────────────────────────
 
                                 MKDIR (MD)
 
Creates a directory.
 
 
You can use the MKDIR or MD command to create a multilevel directory
structure.
 
Syntax
 
    MKDIR [drive:]path
 
    MD [drive:]path
 
Parameters
 
drive:
    Specifies the drive on which you want to create the new directory.
 
path
    Specifies the name and location of the new directory. The maximum length
    of any single path from the root directory to the new directory is 63
    characters, including backslashes (\).
 
Related Commands
 
For information about deleting a directory, see the <RMDIR> command. For
information about changing directories, see the <CHDIR> command.
 
                                      ♦