DOS Command mkdirmd
Type: Internal (2.0 and later)Syntax:
MKDIR (MD) [d:]path
Purpose: Creates a new subdirectory.
Discussion
If you do not specifically enter a path designation, the directory will be created as a subdirectory within the current directory.There is no limit to the number of directories you can create. However, the maximum length of any single path specification is 63 characters, including backslashes.
Examples
To create the new subdirectory LETTERS within the existing directory NEWSALES on drive A, entermd a:\newsales\letters
If you are already working in the NEWSALES directory, you can create the new subdirectory LETTERS within that directory by entering
md letters
This page is from http://www.easydos.com. I pasted it on my website to avoid possible broken links. For further help with DOS commands, Check easydos.com out.