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, ∼4083🔥, 0💬
Popular Posts:
How to install the latest Lenovo ThinkPad Bluetooth driver on my Windows 7 system? I have downloaded...
What is the "World Wide Web Publishing Service (W3SVC)" system service on Windows Server 2012? Can I...
What is smss.exe process - Windows NT Session Manager? Process smss.exe is part of Windows system. I...
Please can someone tell me which serial I need to use for WIndows 8 RC? Installation worked but now ...
Can I remove startup application "DVDLauncher.exe - CyberLink PowerCinema Resident Program" to speed...