home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pmmore.zip / PMMORE.DOC next >
Text File  |  1994-04-21  |  743b  |  23 lines

  1. *  28 Aug 1991 14:14:58 (EST)
  2. - added Paste from Clipboard support.
  3. - added the ability to write to Standard output.
  4.    (This is useful when combined with the PIPEDLL PACKAGE on OS2TOOLS.)
  5.  
  6. *  30 Jan 1991 18:18:54 (EST)
  7. - added support for 8514 monitors to
  8.   handle the size of listbox when scrolling.
  9. *  29 Jan 1991 11:47:59 (EST)
  10. - added modifications to support the page up and page down keys.
  11. - added modification to grab the focus when PMMORE starts.
  12.  
  13. * This program reads from the standard input device
  14. * and displays what it reads in a PM listbox.
  15. * This is similar to the Unix MORE program.
  16. *
  17. * Examples of usage are:
  18. *     dir | pmmore
  19. *     tree| pmmore
  20. *     cmd | pmmore
  21. *     rsize c:\ | sort /r | pmmore
  22. *
  23.