|
| |
|
K
E
Y |
Common Commands |
INTERNAL |
External |
/SWITCH |
Parameter |
Help text |
AddonTool |
|
Mounted Commands |
.Mount/\Command |
CmdShorthand |
#Constant |
$FUNCTION |
:Procedure |
!GuardNote |
|
Operating Systems |
NT/2K/XP/K3 |
NT Only |
NT/2K |
2K Only |
2K/XP |
XP Only |
XP/K3 |
K3 Only |
2K/XP/K3 |
Related Resources from the NT/2K/XP/K3 Command Library
|
Resource |
|
Short Description |
| |
|
|
Go straight to !GuardNotes. (updated
2004-07-13)
This is the Mounted Help Text. We also archive the Common Help Text
for NT,
2K, XP
and K3
Description
Creates a directory.
Syntax
|
MKDIR |
|
[drive:]path |
|
MD |
|
[drive:]path |
Parameters and Switches
Examples, Notes and Instructions
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.
GuardNotes
Things that are different (by design, by accident or otherwise)
None documented (yet).
|