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, ∼3783🔥, 0💬
Popular Posts:
How to add a hyperlink to connect a keyword to another slide? I want to have clickable links to help...
How to remove BTTray.exe from startup program list? If you are not using any bluetooth devices, you ...
windows.fyicenter.com offers a large collection of tutorials and frequently asked questions on Windo...
What is "Remote Access Auto Connection Manager" in my Windows XP service list? And how is "Remote Ac...
How do I copy customized media information for my files to my new computer? When you add or edit med...