MD, MKDIR

suggest change

MD and MKDIR are the same command.

Creates a new directory or directories.

Examples:

Links:

$ md /?
Creates a directory.

MKDIR [drive:]path
MD [drive:]path

If Command Extensions are enabled MKDIR changes as follows:

MKDIR creates any intermediate directories in the path, if needed.
For example, assume \a does not exist then:

    mkdir \a\b\c\d

is the same as:

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

which is what you would have to type if extensions were disabled.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Built-in commands:
* ASSOC
* BREAK
* CALL
* CLS
* COLOR
* COPY
* DIR
* DATE
* ECHO
* ELSE
* EXIT
* FOR
* FTYPE
* GOTO
* IF
* MD, MKDIR
* MKLINK
* MOVE
* PATH
* PAUSE
* POPD
* PROMPT
* PUSHD
* REM
* SET
* SHIFT
* START
* TIME
* TITLE
* TYPE
* VER
* VERIFY
* VOL

Table Of Contents