To create a subdirectory.
MKDIR pathname
pathname is a string expression, not exceeding 63 characters, identifying the subdirectory to be created.
MKDIR "C:SALES\JOHN"
Creates the subdirectory JOHN within the directory of SALES.