MD(1)                XR32 REFERENCE MANUAL                19/1/2013

COMMAND
        MD -- Make Directory. (PZTDOS)

SYNOPSIS
        MD [drive:][path\]<dirname>

AVAILABILITY
        Within PZTDOS mode only.  Non-sysops do not have access to
        this command.

DESCRIPTION
        MD creates a directory with the specified pathname.

        If drive or path are not specified, the current working drive
        and/or path are assumed.

        The specified path may be absolute, or relative to the current
        directory.

EXAMPLES
        MD fred                    Make subdirectory FRED
        MD d:\usr\pub\packet       Make directory on specified drive.

PORTABILITY
        This command is identical to the MSDOS version.

LIMITATIONS
        Has not yet been updated to deal with Windows-style filenames
        containing spaces. The directory name is currently not allowed
        to contains spaces. This will be fixed in a later version.

SEE ALSO
        RMDIR -- Remove Directory.

MD(1)                         END OF DOCUMENT