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, ∼3554🔥, 0💬
Popular Posts:
How to remove msmsgs.exe from the startup application list to gain performance and reduce security r...
How to configure Mozilla FireFox to use Notepad to edit Web page source code? By default, when you u...
What is tfswctrl.exe process - Sonic Drive Letter Access Component? Process tfswctrl.exe is the Driv...
What is "SMS Task Sequence Agent" in my Windows 7 service list? And how is "SMS Task Sequence Agent"...
What is "McAfee Security Scan Component Host Service" in my Windows 7 service list? And how is "McAf...