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, ∼3728🔥, 0💬
Popular Posts:
.VOB File Name Extension - DVD Video Object Files .vob is the file name extension for DVD-Video Obje...
What is "Lenovo Hotkey Client Loader" in my Windows 7 service list? And how is "Lenovo Hotkey Client...
Where to find tutorials on using Windows 7 Installed Programs and software? Here is a collection of ...
How to remove reader_sl.exe from the startup application list to gain performance and reduce securit...
What is MUWebControl Class - Download Program Files (DPF)? MUWebControl Class is a Download Program ...