cmd add directory md

md 

Create a directory.

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

If Command Extensions are enabled, MKDIR changes as follows:

If necessary, MKDIR creates any intermediate directories in the path. For example: Suppose \ a does not
exist, then:

mkdir \a\b\c\d

versus:

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

the same. If the extension is deactivated, the need to type mkdir \ a \ b \ c \ d.

 

 md can create directories (folders is), you can create more than once, you can create a directory in the directory, the last one, no tian directory on my computer, but I md, automatically create a tian> dalin directory

Path may be omitted,

 

Guess you like

Origin www.cnblogs.com/pangcat/p/11565903.html