home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / RLIST10.ZIP / RLIST.DOC < prev    next >
Encoding:
Text File  |  1991-07-30  |  3.8 KB  |  100 lines

  1. *******************************************************************************
  2. *                                    RLIST                                    *
  3. * Ron's List program. V1.0, (c) 1991 Loewy Ron. VERSION DATE : July, 1991     *
  4. * Last Update : Jul. 30, 1991.                                                *
  5. *******************************************************************************
  6.  
  7. Introduction
  8. ------------
  9.  
  10.   RLIST is a simple text file viewer, that supports multiple file views       
  11.  on the same screen, with the ability to open new files for browsing on the
  12.  fly, use dos commands in a dos window, and hold 20 HUGE (multy-MB) text file
  13.  windows open at once.
  14.  
  15. Usage
  16. -----
  17.  
  18.   RLIST works in a CUA-like environment workspace with mouse support, pull
  19.  down menus etc. 
  20.  
  21.   To start RLIST at the command line enter :
  22.  
  23.   RLIST [optional file spec] [optional file spec] [optional file spec] ...
  24.  
  25.   where optional file spec is a valid DOS name of text files to be viewed,
  26.  dos WILD-CARDS (*,?) are recognized and supported.
  27.  
  28.  For example : RLIST rlist.doc 
  29.  will start RLIST with this file document shown in a window on the screen. 
  30.  
  31.  RLIST \*.bat 
  32.  will start RLIST with windows opened for any batch file in the root directory.
  33.  
  34.   To open a new file window on the fly - choose the directory entry from the 
  35.  system menu, and choose a file you want to browse. Choose the file to open
  36.  it in a display window,
  37.  
  38. Warranty
  39. --------
  40.  
  41.   There is no warranty what so ever, The program is supplied as is,
  42.  The author (Loewy Ron), is not, and will not be responsible for any damages,
  43.  lost profits, or inconveniences caused by the use, or inability to
  44.  use this program. The use of the program is at your own risk. 
  45.  By using the program you agree to this.
  46.  
  47. General
  48. -------
  49.  
  50.   RLIST is copyrighted by myself, (c) Loewy Ron, 1991. 
  51.  
  52.   RLIST is free for personal non-commercial use, for commercial or corporate
  53.  use, please register your copy. (ORDER.TXT file is supplied). Please notice
  54.  - This is Ver. 1.0 of RLIST, it was used as a test bed for a buffered file
  55.    browser, extentions to button technology etc.. for other WINDTEXT 
  56.    applications. Please forgive me for the small number of features provided
  57.    by this release. I will try to add Value (and features) into the next 
  58.    releases of RLIST.
  59.  
  60. Contact
  61. -------
  62.  
  63.   You can contact me on what-ever you want to at my address at :
  64.  
  65.         Loewy Ron,                    Loewy Ron, 
  66.         9 Haneveem st.                Apt. 1,
  67.         Herzeliya, 46465     O R      20 Smolanskin st.
  68.         ISRAEL.                       Haifa, ISRAEL.
  69.  
  70.   Other programming units available from me include :
  71.  
  72.   mouseLib5 - an event driven mouse unit library.
  73.   tpDESQ11  - a DESQview interface library. (just some portions of the API).
  74.   kbdHdr30  - a keyboard interface unit.
  75.   parse10   - a math. expression parser.
  76.   WWToolKit - OOPS GUI Turbo-Pascal library. (with Ishai Ben-Aroya).
  77.             
  78.   Other public-domain, freeware and shareware programs by the same author
  79.  include :
  80.  
  81.   JM10          : Jumpin' math - a popup scientific calculator.
  82.   TXS20         : TeXt Search program.
  83.   3D110         : WWToolKit 3D demo applocation. (with Ishai Ben-Aroya).
  84.   MONITOR       : Popup memory monitor.
  85.   APP20         : Application Programable Pilot - menu system.
  86.   WRPTP13       : RPTP for Windows 3.0
  87.   RPTP13        : Ron's Print To Printer Text Formatter program.
  88.   RFFSRT12      : Ron's Flexible Sort Program, for text and fixed record files.
  89.   RSS10         : Ron's Smart Search, an extention of TXS to support keyed record.
  90.   XCD20         : Command line version of TXS.
  91.  
  92. Credits
  93. -------
  94.  
  95.   RLIST was written using Turbo-Pascal V6.0, a copyright of Borland International.
  96.  
  97.   Windows 3.0 is a copyright of Microsoft Corp. Inc.
  98.  
  99.   Noa Nitzan helped me with RLIST color selection.
  100.