home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DBT123S.ZIP / READ.ME < prev    next >
Text File  |  1990-07-17  |  2KB  |  55 lines

  1.     dBTools dBASE III+ Enhancement tools
  2.     Version 1.22   07/16/90
  3.     (c) 1990 BERNATH COMPUTER
  4.  
  5.     ABOUT THE DEMO
  6.  
  7.         Included in the dBTools package is a demonstration program that
  8.     illustrates the many features of dBTools. The source code is included,
  9.     so it also acts as a tutorial on how to use dBTools.
  10.  
  11.     NOTE: the demo is written for a color adapter, and will look real
  12.     wierd on monochrome (if it works at all)!!
  13.  
  14.         To run the demo you will require dBASE III+ or a dBASE compatible
  15.     compiler (I've tried dBTools with Foxbase+, FoxPro, dBXL, Quicksilver,
  16.     and dBASE IV. It doesn't work with Clipper). The files DBT*.PRG, the
  17.     *.DBF and *.NDX files and the .PRT printer definition files should be
  18.     in the same subdirectory.
  19.  
  20.         Set up three environment variables:
  21.  
  22.             SET DBPATH=<path where the .PRG and .PRT files can be found>
  23.             SET DBTOOLS=<path where the file DBTOOLS.BIN can be found>
  24.             SET DBTPRT=<printer definition file name>:
  25.                             IBMPRO
  26.                             PAN1091
  27.                             HPLASER
  28.                             OKI192
  29.                             EPSONFX
  30.  
  31.         select the subdirectory where dBASE is found:
  32.  
  33.             CD /DB3    (or wherever)
  34.             DBASE <path>\DBTDEMO    (path is where DBTDEMO.PRG is found)
  35.  
  36.         For example, let's say you have dBASE in a subdirectory C:\DB3,
  37.     and you copy all the necessary dBTools files into a subdirectory
  38.     called C:\DBTOOLS. You could execute the demo with the following
  39.     batch file:
  40.  
  41.                  DBPATH=C:\DBTOOLS
  42.                  DBTOOLS=C:\DBTOOLS
  43.                  DBTPRT=EPSONFX
  44.                  CD\DB3
  45.                  DBASE C:\DBTOOLS\DBTDEMO
  46.  
  47.         This batch file is included in the dBTools package as GODEMO.BAT.
  48.     If you are using subdirectories other than those in the example, you
  49.     may modify GODEMO.BAT with a text editor.
  50.  
  51.         To run the demo from a dual floppy system, you must have all the
  52.     *.PRG files, the *.IMG files, DBTOOLS.BIN, and at least one of the
  53.     *.PRT files on a floppy in your B: drive, and dBASE in your A: drive.
  54.     Then execute the batch file FLOPDEMO.
  55.