User Guide
ERD Commander 2002
Winternals Software LP Page 35
Figure 15-2
15.16 MKDIR/MD
Creates a directory.
Syntax MKDIR [drive:]path
MD [drive:]path
MKDIR creates any intermediate directories in the path, if needed. For
example, assume \a does not exist then:
Syntax MKDIR a\b\c is the same as
MKDIR \a
mkdir \a\b
mkdir \a\b\c
15.17 MOVE
Moves or renames a file or directory.
Syntax MOVE Source [Target]
Notes Source
Specifies the path and name of the file(s) to be
moved
Target
Specifies the path and name to move file(s) to
15.18 RMDIR/RD
Removes (deletes) a directory.
Syntax RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
Switches /S
Removes all directories and files in the specified in
addition to the directory itself. Used to remove a
directory tree
/Q
Quiet mode, do not ask if ok to remove a directory tree
with /S
15.19 SCREEN
Sets console screen information.