" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">
MORE COMMAND
Purpose: Reads the data from the standard input device and routes them to
the standard output device one screen at a time. Displays the
message ---<< MORE >>--- at the bottom of each block and waits for
you to press a key.
Syntax: [d:] [path]MORE
Type: External command
Parameters:
[d:] [path] before the command, defines the drive and the path to the MORE
command.
Press any key to display the next block of information. Then, repeat
pressing the key when you want to read more.
Examples:
1. To transfer the contents of the TEST.ASM file to the standard output
device in blocks, type:
A>more test.asm
When the screen is full, you will see the message: ---MORE--- at the
bottom of it. Press any key to display the next screenful of information.
2. With the help of the MORE command the output data of the TREE command
will be displayed:
A>tree|more