oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MORE
Note  Examples
────────────────────────────────────────────────────────────────────────────
 
                                    MORE
 
Displays one screen of output at a time.
 
The MORE command reads standard input from a pipe or redirected file and
displays one screen of information at a time. This command is commonly used
to view long files.
 
Syntax
 
    MORE < [drive:][path]filename
 
    command-name | MORE
 
Parameters
 
[drive:][path]filename
    Specifies the location and name of a file that supplies data you want to
    display.
 
command-name
    Specifies the command that supplies data you want to display.
 
Related Commands
 
For information about displaying the contents of a directory, see the <DIR>
command.
 
For information about displaying the contents of a file, see the <TYPE>
command.
 
                                      ♦