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, ∼4070🔥, 0💬
Popular Posts:
The overtype key seems to have been disabled since the last round of updates. I have tried following...
A collection of 8 tutorials on Internet connections with DSL modems covering: What are required to u...
What are wbxtra_*.wbt Temporary Files on my Windows 7 computer? Can I remove them? wbxtra_*.wbt Temp...
Can I disable Windows service "Network Location Awareness (NLA)" to speedup my computer? Microsoft a...
How to remove reader_sl.exe from the startup application list to gain performance and reduce securit...