home *** CD-ROM | disk | FTP | other *** search
- ------------------------ MORE - External DOS Command -------------------------
-
- MORE halts display scrolling when the screen is full.
-
- FORMAT: MORE
-
- REMARKS:
-
- MORE is used with "piping" or "redirection" to achieve its function. The
- message "--More--" appears on the bottom line when the screen is full, and
- the system is halted until any key is pressed.
-
- NOTE: In DOS Version 3 you may preface MORE with the drive letter and directory
- path, [d:][path], where the command file can be found.
-
- EXAMPLES:
-
- Display the contents of the current directory on the current drive one full
- screen at a time:
-
- DIR | MORE
-
-
- Display the contents of MYFILE.TXT one full screen at a time:
-
- MORE < MYFILE.TXT or TYPE MYFILE.TXT | MORE