Share via


MKDIR, MD (Windows CE 5.0)

Send Feedback

This command creates a directory.

MKDIRpathMDpath

Parameters

  • path
    Specifies the name for the directory that you want to create.

Remarks

MKDIR creates any intermediate directories in the path that do not exist already. For example, if the \b directory does not exist, then mkdir \b\b\c\d is the same as:

mkdir \b
chdir \b
mkdir b
chdir b
mkdir c
chdir c
mkdir d

See Also

Command Processor Commands | Command Processor Shell

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.