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, ∼4152🔥, 0💬
Popular Posts:
Can I remove startup application "WZQKPICK.exe - WinZip Quick Pick" to speedup my computer and reduc...
Why my Windows XP generates a PIN code for Bluetooth connection? If you try to connect to a new Blue...
Can I disable Windows service "Network DDE DSDM" to speedup my computer? Microsoft application servi...
Can I disable Windows service "Spectrum24 Event Monitor" to speedup my computer? Windows service "Sp...
How to download and install JDK (Java SE Development Kit) 6? If you want to download and install JDK...