home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / more / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  768 b   |  19 lines

  1. SAMPLE command           | Comments about the output
  2.  
  3.   TYPE LISTING.FIL|MORE The file LISTING.FIL is displayed, one screen at a
  4.             time.  Each time the screen is full the following
  5.             prompt appears:
  6.                     -- More --
  7.             Pressing any key at this point will cause the next
  8.             screen of data to appear. Pressing Ctrl-Break will
  9.             cause the MORE command to terminate.
  10.  
  11.   MORE < LISTING.FIL    This is another way to display the file LISTING.FIL
  12.             on the screen, one screen at a time.
  13.  
  14.   DIR \BIGONE | MORE    The directory entries would be displayed one screen
  15.             screen at a time, similar to the DIR /P command.
  16.  
  17.   DIR | SORT | MORE    The directory entries would be displayed one screen
  18.             at a time, in alphabetical order.
  19.