MORE + Displaying One Screen at a TimeDisplays data one screen at a time.
VERSION
PC-DOS 2.0+
MS-DOS equivalent: MORE (2.0+)
TYPE
External
SYNTAX
[d:][path] MORE
OPTIONS
[d:][path] Specifies the drive letter and path that
contain the MORE command file.
MORE is used to display data one screen at a time to give
you a chance to review the contents of each screen before
proceeding.
EXAMPLES
DIR|MORE
displays the output from the DIR command one screen at a time.
MORE OCT.RPT
displays the file OCT.RPT one screen at a time. (The less-than
sign tells DOS you are using input redirection.)
UNDO
Press Ctrl-C to cancel the MORE command.
NOTE
After MORE displays 23 lines (if you have a 25-line screen),
it displays
-- MORE --
and waits for you to press any key before it displays the next
screen. If you do not use the before a file name, MORE echoes
each line you type.
------------------------------------------------------------------
[For related topics, press R]
SEE ALSO
FIND Command
SORT Command