home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / READ.ME next >
Text File  |  1990-10-22  |  5KB  |  125 lines

  1.             Tom Rettig's Library: Dbase Edition
  2.    Advanced Programmer's Library, Version 1.20, October 22, 1990
  3.            For FoxBASE+, dBASE III PLUS, and dBXL
  4.                      __________________
  5.  
  6.                    PUBLIC DOMAIN SOFTWARE
  7.                      __________________
  8.  
  9. This is the same software (including source code) that sold
  10. thousands of copies at $99.95 since its release in October, 1986.
  11. All rights to all programs, except Tom Rettig's HELP software, were
  12. released into the Public Domain by Tom Rettig Associates on October
  13. 22, 1990.  You may use this code in any way you like.  You may make
  14. unlimited copies for any purpose, distribute them, and post them on
  15. Bulletin Board Systems.
  16.  
  17. This software was the first third-party library developed for
  18. Clipper, FoxBASE+, and dBASE III PLUS.  In 1988, it won Data
  19. Based Advisor magazine's award for "Best Dbase Add-on Library."
  20. In 1990, it won DBMS magazine's "Readers' Choice Award" in the
  21. Libraries category.
  22.  
  23. ======================== DOCUMENTATION =========================
  24.  
  25. Tom Rettig's Library comes with electronic documentation in a
  26. special edition of Tom Rettig's HELP, pop-up quick reference
  27. software designed specifically to document high-level languages
  28. like Dbase and language extensions like this Library.
  29.  
  30. Information in the TRLDB.TRH Data File is in the public
  31. domain.  The .TRH format and all parts of the TRLHELP.EXE Reader
  32. are copyrighted and licensed to permit unlimited distribution.
  33.  
  34. ========================= INSTALLATION =========================
  35.  
  36. Both the Library and its electronic documentation come on a single
  37. diskette or downloadable TRL4DB.ZIP file containing these files:
  38.  
  39.    Filename    --  Contents when decompressed
  40.    --------------------------------------------------------------
  41.    READ.ME     --  Same as this you are reading
  42.    TRLEXE.EXE  --  Documentation, utilities, and executable TRLIB
  43.    TRLPRG.EXE  --  Dbase programs (.BIN and .PRG files)
  44.    TRLSRC.EXE  --  C and assembly language source code
  45.  
  46. The three .EXE files are self-decompressing ZIP files that contain
  47. these programs:
  48.  
  49.   File          Programs      Size     Recommended Installation
  50.   ------------  ------------  -------  ----------------------------
  51.   TRLEXE.EXE    TRLHELP.EXE    46,190  Electronic documentation,
  52.                 TRLDBASE.TRH  199,388  stand-alone utilities, and
  53.                 TRLIB.EXE      86,296  the executable TRLIB belong
  54.                 BITSTRIP.COM   20,748  with your other executable
  55.                 FATTRIB.EXE    18,519  programs in a directory that
  56.                 INDEXKEY.EXE   13,177  is already in your DOS path.
  57.                 MEMHOG.COM        239  This way, you can call them
  58.                 MEMORY.COM        252  from anywhere.
  59.  
  60.   TRLPRG.EXE      3 BIN files      13  Dbase program files belong
  61.                 141 PRG files  76,446  in your Dbase SET PATH in a
  62.                                        directory called \trlib.
  63.  
  64.   TRLSRC.EXE     13 files      45,581  Source belongs in a separate
  65.                                        directory underneath \trlib
  66.                                        called \trlib\source.
  67.  
  68. To install these files, make your active default directory the one
  69. in which you want the TRLIB files.  Then type the .EXE file name at
  70. the DOS prompt, specifying the drive in which the .EXE file resides.
  71. For example, if the .EXE files are on a diskette in drive A: and you
  72. want to install the Dbase program files on drive C in the \TRLIB
  73. directory:
  74.  
  75.    C:\> md trlib
  76.    C:\> cd trlib
  77.    C:\TRLIB> a:trlprg
  78.  
  79. The executable files from TRLEXE.EXE should be installed in an
  80. existing directory that is in your DOS path.  If you do not have
  81. a directory you use for executable files, change your DOS path to
  82. include \trlib and install them there.
  83.  
  84. To view your current PATH setting, use:
  85.  
  86.    C:\> path
  87.  
  88. To change your current DOS PATH, use:
  89.  
  90.    C:\> set path=<old path setting>;\trlib
  91.  
  92. Where <old path setting> is what you see when you looked at your
  93. current PATH in the previous step.  The semicolon adds another path
  94. to the list, which in this case is \trlib.
  95.  
  96. If you do not want to lengthen your path list, simply install
  97. TRLEXE.EXE into a directory that is in your current path.  In this
  98. example, assume that your executable directory is called \bin:
  99.  
  100.    C:\> cd bin
  101.    C:\BIN> a:trlexe
  102.  
  103. ======================== GETTING STARTED ========================
  104.  
  105. Type TRLHELP at the DOS prompt to load the pop-up TRHELP software.
  106.  
  107. Press Alt-F1 to read the TRHELP and TRLIB documentation.
  108.  
  109. Select Using TRLIB from the Info menu and read this very important
  110. information before using TRLIB.
  111.  
  112. ========================= REGISTRATION =========================
  113.  
  114. No registration is necessary, but if you would like information
  115. about our commercial products and services, please send your
  116. mailing address to:
  117.  
  118.    Tom Rettig Associates
  119.    9300 Wilshire Boulevard, Suite 470
  120.    Beverly Hills, CA  90212
  121.  
  122. Happy programming,
  123. Tom Rettig
  124.  
  125.