beautypg.com

Avery Dennison 6037 Rev. AA 3/04 Programmer Manual User Manual

Page 93

background image

ROM-DOS Internal Commands 4-51

M K D I R ( M a K e D I R e c t o r y )

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.

Example

s

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.