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