User Guide

ERD Commander 2000
Winternals Software LP Page 34
6.20 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
6.21 MORE
Displays the ASCII contents of a file.
Syntax MORE filename
The MORE command automatically pauses after each screen of data. If you
wish to terminate the output of MORE before the entire contents of a file are
displayed, enter CTRL-C at the pause prompt.
Also see the TYPE command.
6.22 MOVE
Moves one or more files from one directory to another 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