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, ∼3506🔥, 0💬
Popular Posts:
How to uninstall ActivePerl 5.8.8.820? If for some reason you want to uninstall ActivePerl from your...
How do I know what cookies a Website is sending to my computer? When you are visiting a Website, it ...
What is the "csrss.exe" process on windows 7? Is the "csrss.exe" process a virus? Can I terminate th...
What is WindowsLiveLogin.dll - DLL file - Windows Live Login module? DLL WindowsLiveLogin.dll is ins...
What is a startup application on your Windows system? A startup application is a software applicatio...