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, ∼3945🔥, 0💬
Popular Posts:
What is "BitLocker Drive Encryption Service" in my Windows XP service list? And how is "BitLocker Dr...
Can I disable Windows service "McAfee Framework Service" to speedup my computer? Third party service...
How to install Windows 7 Service Pack 1 (SP1)? I have the SP1 file downloaded. If you have the Windo...
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...
What is QLBCTRL.exe - Process - QLB Controller? Process QLBCTRL.exe is the QLB (Quick Launch Button)...