User Guide
ERD Commander 2005
User’s Guide
Winternals Software Page 54
4.10.18 Mkdir/Md
Creates a directory.
MKDIR [drive:]path
MD [drive:]path
MKDIR creates any intermediate directories in the path, if needed. For
example, assume \a does not exist then:
mkdir \a\b\c
is the same as:
mkdir \a
mkdir \a\b
mkdir \a\b\c
4.10.19 Move
Moves or renames a file or directory.
MOVE Source [Target]
Source Specifies the path and name of the file(s) to
move.
Target Specifies the path and name to move file(s)
to.