beautypg.com

Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 141

background image

7/9/98

ROM-DOS 6.22 Command Descriptions 3-83

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

Internal

Purpose

Creates a new subdirectory.

Syntax

MKDIR [d:][path]subdir

or

MD [d:][path]subdir

Where subdir is the name of the new subdirectory to be created. Note
that MD may be used instead of the full MKDIR.

Remarks

If no drive or path is specified, the new subdirectory is created 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 called TEMPDIR1 within the current default
directory.

MKDIR c:\UTIL\TOOLS

Creates a new subdirectory called TOOLS within the UTIL subdirectory,
assuming UTIL already exists.