Paxar Gold 6037EX Printer User Manual


 
ROM-DOS Internal Commands 4-51
MKDIR (MaKe DIRectory)
Internal Command
The MKDIR command creates a new subdirectory.
Syntax
MKDIR [drive:][path]subdir
MD [drive:][path]subdir
where
subdir
is the name of the new subdirectory to be created. Note
that MD may be used instead of MKDIR.
Remarks
If no drive or path is specified, the new subdirectory is created within
(one level below) the current default directory.
If drive and/or path is specified, everything specified must exist or the
command displays an error message.
Examples
MKDIR TEMPDIR1
Creates a new subdirectory named TEMPDIR1 within the current default
directory.
MD C:\UTIL\TOOLS
Creates a new subdirectory named TOOLS within UTIL, assuming the
subdirectory exists.