home *** CD-ROM | disk | FTP | other *** search
- *******************************************************************************
- * RLIST *
- * Ron's List program. V1.0, (c) 1991 Loewy Ron. VERSION DATE : July, 1991 *
- * Last Update : Jul. 30, 1991. *
- *******************************************************************************
-
- Introduction
- ------------
-
- RLIST is a simple text file viewer, that supports multiple file views
- on the same screen, with the ability to open new files for browsing on the
- fly, use dos commands in a dos window, and hold 20 HUGE (multy-MB) text file
- windows open at once.
-
- Usage
- -----
-
- RLIST works in a CUA-like environment workspace with mouse support, pull
- down menus etc.
-
- To start RLIST at the command line enter :
-
- RLIST [optional file spec] [optional file spec] [optional file spec] ...
-
- where optional file spec is a valid DOS name of text files to be viewed,
- dos WILD-CARDS (*,?) are recognized and supported.
-
- For example : RLIST rlist.doc
- will start RLIST with this file document shown in a window on the screen.
-
- RLIST \*.bat
- will start RLIST with windows opened for any batch file in the root directory.
-
- To open a new file window on the fly - choose the directory entry from the
- system menu, and choose a file you want to browse. Choose the file to open
- it in a display window,
-
- Warranty
- --------
-
- There is no warranty what so ever, The program is supplied as is,
- The author (Loewy Ron), is not, and will not be responsible for any damages,
- lost profits, or inconveniences caused by the use, or inability to
- use this program. The use of the program is at your own risk.
- By using the program you agree to this.
-
- General
- -------
-
- RLIST is copyrighted by myself, (c) Loewy Ron, 1991.
-
- RLIST is free for personal non-commercial use, for commercial or corporate
- use, please register your copy. (ORDER.TXT file is supplied). Please notice
- - This is Ver. 1.0 of RLIST, it was used as a test bed for a buffered file
- browser, extentions to button technology etc.. for other WINDTEXT
- applications. Please forgive me for the small number of features provided
- by this release. I will try to add Value (and features) into the next
- releases of RLIST.
-
- Contact
- -------
-
- You can contact me on what-ever you want to at my address at :
-
- Loewy Ron, Loewy Ron,
- 9 Haneveem st. Apt. 1,
- Herzeliya, 46465 O R 20 Smolanskin st.
- ISRAEL. Haifa, ISRAEL.
-
- Other programming units available from me include :
-
- mouseLib5 - an event driven mouse unit library.
- tpDESQ11 - a DESQview interface library. (just some portions of the API).
- kbdHdr30 - a keyboard interface unit.
- parse10 - a math. expression parser.
- WWToolKit - OOPS GUI Turbo-Pascal library. (with Ishai Ben-Aroya).
-
- Other public-domain, freeware and shareware programs by the same author
- include :
-
- JM10 : Jumpin' math - a popup scientific calculator.
- TXS20 : TeXt Search program.
- 3D110 : WWToolKit 3D demo applocation. (with Ishai Ben-Aroya).
- MONITOR : Popup memory monitor.
- APP20 : Application Programable Pilot - menu system.
- WRPTP13 : RPTP for Windows 3.0
- RPTP13 : Ron's Print To Printer Text Formatter program.
- RFFSRT12 : Ron's Flexible Sort Program, for text and fixed record files.
- RSS10 : Ron's Smart Search, an extention of TXS to support keyed record.
- XCD20 : Command line version of TXS.
-
- Credits
- -------
-
- RLIST was written using Turbo-Pascal V6.0, a copyright of Borland International.
-
- Windows 3.0 is a copyright of Microsoft Corp. Inc.
-
- Noa Nitzan helped me with RLIST color selection.
-