home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / reread11.zip / ReadMe! < prev    next >
Text File  |  1996-03-20  |  2KB  |  59 lines

  1.  
  2. ------------------------------------------------------------- ReRead for OS/2
  3.                                                                         v0.0b
  4.                                                         (c)1996 Mike Lastucka
  5.  
  6. This program is freeware.  If you like it, mail the author at the
  7. address listed at the bottom of this document and let him know
  8. what you think!
  9.  
  10. Compiled with GNU C++ on an OS/2 Warp system.  Go 'Bama!
  11.  
  12. -----------------------------------------------------------------------------
  13.  
  14. REQUIREMENTS: OS/2 with EMX.DLL somewhere in your libpath.  I've included
  15. ~~~~~~~~~~~~~ a copy of EMX.DLL with the program, just in case.  For an
  16.               updated version of it, find it at hobbes.nmsu.edu/os2/unix.
  17.  
  18. COMMAND LINE>
  19.    
  20.         rr [filename]
  21.     
  22.     [filename] = Plain text file, long filenames are supported
  23.         
  24.  
  25. Blurb>
  26.           Pretty simple, eh?  Well, it's not much of a program to begin
  27.         with.  Right now all it does is read files and spit it on the
  28.         screen, allowing you to browse back and forth.
  29.         
  30. Why?>
  31.           I couldn't find a good simple text file viewer for OS/2, that's
  32.         all.  This one is easy to use, small, and fast.  It all began
  33.         as a school project.  More on this later.
  34.         
  35. Planned Improvements>
  36.  
  37.     o    dir listing to scroll and look for files
  38.         o    files can be entered via status bar at start instead of
  39.                 solely via command line
  40.         o    better looking screens :)
  41.         o    side scrolling for lines longer than 80 chars.  Right
  42.             now it just wraps to the line below it, making things
  43.                 look really butt ugly.
  44.                 
  45. Contacting Me / Where to find updates! >
  46.  
  47.     If you're looking to contact me for any reason, you can.  If
  48.         you find any bugs, or just wish to comment, go for it.
  49.         
  50.         Email: delerium@worldgate.com
  51.         
  52.         My homepage: http://www.worldgate.com/~delerium
  53.          - come to it with your screen set for 1024x768x256, and use
  54.            Netscape 2.0 for best results.  
  55.            
  56.         I will be putting new versions of RR on the hobbes.nmsu.edu ftp
  57.         site.  Later!
  58.            
  59. -END