Collections:
Other Resources:
"mkdir" Command Help Reference
How to get "mkdir" command help reference?
✍: FYIcenter.com
You can run the "mkdir /?" command to get "mkdir" command help reference
as shown below:
C:\fyicenter>mkdir /?
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.
⇒ "rmdir" Command Help Reference
2021-08-01, ∼3782🔥, 0💬
Popular Posts:
How to start Apache server manually on Windows systems? If you followed our Apache server installati...
How do I know which version of Internet Explorer (IE) is on my computer? If you want to know which v...
What is service "wudfsvc" and library "wudfsvc.dll" on Windows Vista? "wudfsvc" is a system service ...
What is a slide master? A slide master is a set of slide layouts defined to help you create differen...
What is "Wired AutoConfig" in my Windows XP service list? And how is "Wired AutoConfig" service rela...