home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / QFND22.ZIP / QFINDDOC.TXT < prev    next >
Text File  |  1993-08-19  |  27KB  |  835 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                         Qfind
  14.  
  15.  
  16.                                VERSION 2.2 - 08/19/93
  17.  
  18.  
  19.  
  20.  
  21.  
  22.             Qfind Copyright 1991,1992, 1993 by JebSoft and James E. Bell
  23.  
  24.  
  25.                                   135 Gunlock Trace
  26.                                Roswell, Georgia  30076
  27.  
  28.  
  29.                       Electronic Mail on Compuserve: 70270,534
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.             QFIND (Quick Find) is a set of utility programs that perform
  40.             the function of finding the location of a file or files on
  41.             your system. QFIND uses a different approach than most of
  42.             the file-finding programs available today.
  43.  
  44.               FEATURES:
  45.  
  46.                *  Extremely fast file name search.
  47.  
  48.                *  Very easy to use.
  49.  
  50.                *  DOS Command line version of programs.
  51.  
  52.                *  Microsoft Windows 3.1 version of programs.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.                               Qfind Version 2.0 - Page 2
  92.  
  93.  
  94.  
  95.  
  96.  
  97.             Files included in QFND20.ZIP:
  98.  
  99.                QFBUILD.EXE    Builds file name database. DOS version
  100.  
  101.                QFIND.EXE      File finder utility. Command line version
  102.  
  103.                QFBDLWIN.EXE   Builds file name database. Windows version
  104.  
  105.                QFINDWIN.EXE   File finder utility - Windows version
  106.  
  107.                THREE_D.DLL    DLL file used in Qfindwin.  This file
  108.                               should be located in your Windows
  109.                               directory
  110.  
  111.                QFINDWIN.INI   Initialization file for QFINDWIN
  112.  
  113.                QFINDDOC.TXT   Text version of documentation
  114.  
  115.                QFINDDOC.WRI   Windows Write version of documentation
  116.  
  117.                QFINDHST.WRI   History of changes for Qfind in Write
  118.                format
  119.  
  120.                QFINDHST.TXT   History of changes for Qfind in text
  121.                format
  122.  
  123.                REGISTER.FRM   Registration form
  124.  
  125.                REGISTER.WRI   Registration form in Windows Write format.
  126.  
  127.                The following files are used by the Windows Install
  128.                program. They are only needed for the installation.
  129.  
  130.                SETUPQF.EXE
  131.                SETUPKIT.DLL
  132.                VER.DLL
  133.                FILES.DAT
  134.                STARTUP.INI
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.                               Qfind Version 2.0 - Page 3
  154.  
  155.  
  156.  
  157.  
  158.  
  159.             Qfind, like many DOS utilities, was born of necessity.  I
  160.             needed to find "that file".  I did not know which directory
  161.             contained the file, much less which disk contained the file.
  162.             I pulled out one of the existing file find utilities and
  163.             used it to search all my drives for "that file".  After much
  164.             disk activity, I found the file.  I needed to find another
  165.             file later and did the same thing. Most of my files (99.99%)
  166.             had not changed their location on my system between
  167.             searches.  Why do all that disk activity each time I need to
  168.             find a file when most of the files are still in the same
  169.             location since the last time?  Why not "remember" where all
  170.             the files are located and use that information for later
  171.             searches.  If the file system has changed considerably since
  172.             the last search, just build the file database again and use
  173.             the new one to search.
  174.  
  175.             Qfind is a file finding system that does just that.  Qfbuild
  176.             builds a database that contains all files on all selected
  177.             drives on your system. The search programs (Qfind and
  178.             Qfindwin) then use that file to do their searches.  This
  179.             results in extremely fast search times since the actual file
  180.             names in the disk directories are not needed again.  On one
  181.             of my machines that has a 200 meg and a 120 meg drive and
  182.             10,000+ files, the search time is less than 3 seconds.  On
  183.             another machine that has 2 32 meg logical drives, 8 network
  184.             drives and over 15,000 files, the search time is less than 4
  185.             seconds.
  186.  
  187.             ************************************************************
  188.  
  189.             Installation:
  190.  
  191.             All the files, except THREE_D.DLL and QFINDWIN.INI can be
  192.             located in any directory of your choice. QFINDWIN.INI must
  193.             be in the same directory as WIN.INI.  THREE_D.DLL can be in
  194.             any directory specified in the path statement. The
  195.             recommended place is in the WINDOWS directory.
  196.  
  197.  
  198.             ************************************************************
  199.  
  200.             QFBUILD.EXE
  201.  
  202.             Qfbuild is the DOS program that builds the database that
  203.             contains all the file names and directory names on selected
  204.             drives along with the optional switches for including Arc
  205.             and Zip files. .  It is executed from the command line with
  206.             the following syntax....
  207.  
  208.                QFBUILD [-z] [-a] first_drive next_drive etc....
  209.  
  210.             The Arc and Zip switches must precede the drive letters.
  211.             The "[ ]" are not included on the actual command line.  They
  212.             are here to show that these parameters are optional.
  213.  
  214.  
  215.                               Qfind Version 2.0 - Page 4
  216.  
  217.  
  218.  
  219.  
  220.  
  221.             If the -z switch is included, all ZIP files on the selected
  222.             drives are searched to include their files names in
  223.             Qfind.dat.  The -a switch is for ARC files.
  224.  
  225.                Examples:
  226.  
  227.                QFBUILD  -a c d e f g
  228.  
  229.                This would build a Qfind.dat containing all files in
  230.                drives c, d, e, f, g and the internal directories of any
  231.                ARC files found on these drives.
  232.  
  233.                QFBUILD  -z  e f g
  234.  
  235.                This would build a Qfind.dat containing all files in
  236.                drives e, f, g and the internal directories of any  ZIP
  237.                files found on these drives.
  238.  
  239.                QFBUILD  -a -z c: d: e: f: g:
  240.  
  241.                This would build a Qfind.dat containing all files in
  242.                drives c, d, e, f, g and the internal directories of any
  243.                ARC and ZIP files found on these drives.
  244.  
  245.             Qfbuild will take drive letters with or without the trailing
  246.             ":"  after the drive letter.  The data file is built in the
  247.             order of the drives on the command line.  If you need to
  248.             alter the order for some reason, just order the drives on
  249.             the command line as you wish.
  250.  
  251.             Qfbuild sorts the file names in each subdirectory in
  252.             ascending order.  This was done to make it easier to
  253.             visually read the output in Qfind or Qfindwin.
  254.  
  255.             The inclusion of the -z and -a switch is recommended.
  256.             Qfind.dat would then contain all files on the selected disks
  257.             including the files contained in the ARC and ZIP files.
  258.  
  259.             The only reason for leaving out the -z and -a switch on the
  260.             command line would be to make Qfind.dat smaller.  Qfind and
  261.             QfindWin both have the ability to search for files either
  262.             including or excluding ARC and ZIP files.
  263.  
  264.             Changing the location of the data file....
  265.  
  266.                Normally, the data file is written to the root directory
  267.                of the C drive.  If you need to change the location, add
  268.                the variable QFIND to the environment. The variable QFIND
  269.                is set to the drive and directory where you want the data
  270.                file to be located.  Example....
  271.  
  272.                     Set QFIND=E:\QFIND
  273.  
  274.  
  275.  
  276.  
  277.                               Qfind Version 2.0 - Page 5
  278.  
  279.  
  280.  
  281.  
  282.  
  283.                QFBUILD will write the data file in the QFIND directory
  284.                on the E drive and QFIND will look there to find the
  285.                file.
  286.  
  287.             ***********************************************************
  288.  
  289.             QFIND.EXE
  290.  
  291.             Qfind is the command line version of the search program.  It
  292.             is executed with the very simple syntax as follows....
  293.  
  294.                QFIND [-x] [-g] search_mask
  295.  
  296.                Example:
  297.  
  298.                Qfind *.c
  299.  
  300.             The above command will find all the .C files on all selected
  301.             drives and list them to the screen.  I did not allow for
  302.             multiple search masks because the search is so fast and the
  303.             actual directory structure is not re-read for each search.
  304.             If you need to find files with another search mask, just re-
  305.             execute Qfind with the new search mask.
  306.  
  307.             The -x switch must precede the search mask parameter, and is
  308.             used to exclude the search of the contents of any ARC or ZIP
  309.             files.  If the -x switch is added to the command line, Qfind
  310.             will NOT search the contents of ARC or ZIP files.
  311.  
  312.             NOTE - If QFIND.DAT was not created with the contents of ARC
  313.             or ZIP files selected, then Qfind cannot access the names in
  314.             those files.  Therefore the -x switch would have no effect.
  315.  
  316.             The -g switch provides a "GOTO" function to Qfind.  If the -
  317.             g switch is selected, it will change the current drive and
  318.             the current directory to the drive and directory containing
  319.             the matched file name.
  320.  
  321.                Example:
  322.  
  323.                QFind -g xyz.exe
  324.  
  325.  
  326.             The current drive and current directory will be changed to
  327.             the drive and directory that contains the FIRST occurrence
  328.             of XYZ.EXE.  If there are multiple copies of XYZ.EXE on your
  329.             system QFind selects the first one matched in the data file
  330.             built by QFBUILD.  In this example, Qfind would also search
  331.             the contents of any ZIP or ARC files since the -x parameter
  332.             is omitted.  If a file match were found in a ZIP file, Qfind
  333.             would change the drive and directory to the drive and
  334.             directory containing the ZIP file.  If you don't want to
  335.             match names in the ZIP or ARC files, just place the -x
  336.  
  337.  
  338.  
  339.                               Qfind Version 2.0 - Page 6
  340.  
  341.  
  342.  
  343.  
  344.  
  345.             switch along with the -g switch on the command line like
  346.             so....
  347.  
  348.                Qfind -x -g xyz.exe
  349.  
  350.  
  351.             The search mask conforms to the standard DOS wildcard naming
  352.             convention.
  353.  
  354.               Examples:
  355.  
  356.              QFIND ???e???.*  Will find all files with an "E" in the
  357.                               4th character of the file name.
  358.  
  359.              QFIND *.?X?      Will find all files with an "X" in the
  360.                               2nd character of the file type.
  361.  
  362.              QFIND ?abc*.exe  Will find all .EXE files with "ABC" in
  363.                               the 2nd through the 4th position.
  364.  
  365.  
  366.             QFIND looks for the data file in the root directory of the C
  367.             drive unless the environment variable QFIND is set. See
  368.             QFBUILD for example.
  369.  
  370.             QFIND will copy the selected files to the Windows clipboard.
  371.             Just select Copy from the menu, and the main window contents
  372.             will be copied to the clipboard.
  373.  
  374.             The Find dialog box can be automatically brought up when
  375.             Qfindwin is launched. To select this feature, place a -f
  376.             parameter in the Qfindwin command line like so...
  377.  
  378.             Go to Program manager and select the Qfind icon.  Go to
  379.             File, Properties and add -f to the execution line.
  380.  
  381.             Old execution line  - QFINDWIN.EXE
  382.             New execution line - QFINDWIN.EXE -F
  383.  
  384.             Qfindwin will now bring up the find dialog box when
  385.             launched.
  386.             ************************************************************
  387.  
  388.             QFBLDWIN.EXE
  389.  
  390.             This is the Windows 3.1 version of the build program.  It
  391.             can be launched by itself or from QFINDWIN.
  392.  
  393.             To use QFBLDWIN, launch it from the program manager, file
  394.             manager, or QFINDWIN.  It will present a shareware notice
  395.             (bypassed in the registered version) and then present you
  396.             with the main window.  The windows controls are as follows:
  397.  
  398.  
  399.  
  400.  
  401.                               Qfind Version 2.0 - Page 7
  402.  
  403.  
  404.  
  405.  
  406.  
  407.             Drives - QFBLDWIN will display drives C thru Z and will grey
  408.             out any drives with higher than are present in your system.
  409.             If you have saved settings in the past, QFBLDWIN will check
  410.             the same boxes that you selected last time.  Otherwise
  411.             QFBLDWIN will select all drives.
  412.  
  413.                 Search Arc Files
  414.                 Search Zip Files
  415.  
  416.             The settings control the inclusion of ARC or ZIP
  417.             directories.  If they are checked, the respective ARC or ZIP
  418.             directories will be included in QFIND.DAT.
  419.  
  420.             The inclusion of the ARC and ZIP directories is recommended.
  421.             Qfind.dat would then contain all files on the selected disks
  422.             including the files contained in the ARC and ZIP files. The
  423.             only reason for not selecting them would be to make
  424.             Qfind.dat smaller.  Qfind and QfindWin both have the ability
  425.             to search for files either including or excluding ARC and
  426.             ZIP files.
  427.  
  428.                 Save Settings
  429.  
  430.             If this box is checked the present settings (drive
  431.             selections, ARC and ZIP selections) are save in
  432.             QFINDWIN.INI.
  433.  
  434.                 OK
  435.  
  436.             This will start the building of the new file database.
  437.  
  438.                 Cancel
  439.  
  440.             Terminates the program without building a new database.
  441.  
  442.             When you press OK, QFBLDWIN will present you with a dialog
  443.             box that  shows you the running count of various files,
  444.             etc..  At this point, you can minimize QFBLDWIN and let it
  445.             do it's thing in the background.
  446.  
  447.             If you click on the CANCEL button, QFBLDWIN will terminate
  448.             and leave the previous QFIND.DAT intact.
  449.  
  450.  
  451.             QFINDWIN.EXE
  452.             This is the Microsoft Windows 3.0/3.1 version of the search
  453.             program.  It uses the same search mask conventions as QFIND
  454.             with an additonal feature.
  455.  
  456.             There is a special syntax that will find a string anywhere
  457.             in the file name/file type. It is selected by not entering a
  458.             period in the search mask. It is as follows:
  459.  
  460.               QFIND ab
  461.  
  462.  
  463.                               Qfind Version 2.0 - Page 8
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.             The above will find any file beginning with "ab". This is
  471.             the same as entering a mask of "ab*.*".
  472.  
  473.             QFIND *ab
  474.  
  475.             The above will find any file with "ab" anywhere in the file
  476.             name/file type. The above example would find files like
  477.             abxxxx.xxx or xab.xxx.xxx or xxxxxab.xxx or xxxxxxxx.abx.
  478.  
  479.             To use QFINDWIN, execute it from Windows with either the
  480.             program manager or the file manager.  It will display a
  481.             screen with "FIND", "BUILD",  "COLOR", and HELP on the menu.
  482.  
  483.             Click on FIND and a drop down menu will appear.  It has the
  484.             following items:
  485.  
  486.  
  487.                Find   This selection will display a dialog box asking
  488.                      for the search mask.
  489.  
  490.                About  This selection will display the "About" dialog
  491.                      box.
  492.  
  493.                Exit   This selection will exit the program.
  494.  
  495.             Click on BUILD to launch QFBLDWIN and build a new file
  496.             database.
  497.  
  498.             Click on COLOR the set the color settings of QFINDWIN.  The
  499.             color menu consists of 2 items....
  500.  
  501.                USE COLOR - This is a toggle.  If a checkmark appears by
  502.                 the USE COLOR, QFINDWIN will use color to display the
  503.                 directory, file and zip entries.  Otherwise bolding,
  504.                 normal, and italic BLACK is used.  To change the USE
  505.                 COLOR setting, just click on the menu item.  The check
  506.                 will reverse state with each click.
  507.  
  508.                SET COLOR - Clicking on this item will display the set
  509.                 color dialog box.  If USE COLOR is not checked, this
  510.                 item will be grayed out and will not be selectable.
  511.                 When this item is selected, it will present a set color
  512.                 dialog box.  To use the dialog box do the following....
  513.  
  514.             Select the DIRECTORY, FILE, ZIPS/ARCS by clicking on the
  515.             appropiate button.  This will set the 3 scroll bars to the
  516.             present value of this selection.  Drag the scroll bars to
  517.             set the colors that you want.  NOTE - On a 16 color system,
  518.             the colors will not change smoothly.  On a 256 color system,
  519.             the change will be much smoother.  Continue selecting each
  520.             file type and selecting the color combination for each.
  521.  
  522.  
  523.  
  524.  
  525.                               Qfind Version 2.0 - Page 9
  526.  
  527.  
  528.  
  529.  
  530.  
  531.             If the SAVE SETTINGS box is checked, these settings will be
  532.             saved in QFINDWIN.INI.
  533.  
  534.             To search for files......
  535.  
  536.                Click on Find and enter the search mask in the text box.
  537.                click on OK and the matched file names will appear in the
  538.                main box. If there are more matches than will fit in the
  539.                window, vertical scroll bars will appear.  You can use
  540.                these vertical scroll bars to move the text around.
  541.  
  542.             You can use the following scroll bar items.....
  543.  
  544.                Scroll UP (UP arrow) -    Each click will scroll the file
  545.                                          names UP one line.
  546.  
  547.                Scroll DOWN (DOWN arrow)  Each click will scroll the file
  548.                                     names DOWN one line
  549.  
  550.                Scroll Page UP  -         Each click will scroll the file
  551.                                          UP one page.
  552.  
  553.                Scroll Page DOWN -        Each click will scroll the file
  554.                                 DOWN one page.
  555.  
  556.                Move with Thumb -         You can move the display of
  557.                                 file names back and forth with the thumb
  558.                                 control.  The thumb control is the
  559.                                 little square box in the vertical scroll
  560.                                 bar. If you move the thumb to the half-
  561.                                 way location, the display of file names
  562.                                 will move down to the middle, etc.
  563.  
  564.             Click on the ARC or ZIP checkbox to toggle the ARC and ZIP
  565.             file setting.  If an "X" appears in the checkbox, QfindWin
  566.             will search for file name matches within ARC and ZIP files.
  567.  
  568.             NOTE - If QFIND.DAT was not created with the contents of ARC
  569.             or ZIP files selected, then Qfindwin cannot access the names
  570.             in those files.  Therefore the state of the checkboxes will
  571.             have no effect.
  572.  
  573.             If the color option is not selected, the text is shown as
  574.             follows. DIRECTORY names are shown in bold font.  FILE names
  575.             are shown in normal font.  File names that are found within
  576.             ARC or ZIP files are shown in italic type with the ARC or
  577.             ZIP name shown surrounded by "**".
  578.  
  579.             If the color option is selected,  the text is shown in the
  580.             colors selected by the color setting selected in the SET
  581.             COLOR dialog box.
  582.  
  583.             QFINDWIN.INI
  584.  
  585.  
  586.  
  587.                               Qfind Version 2.0 - Page 10
  588.  
  589.  
  590.  
  591.  
  592.  
  593.             All parameters for QFINDWIN are located in this file.
  594.             QFINDWIN no longer looks in WIN.INI for anything.
  595.             QFINDWIN.INI must be located in the same directory as
  596.             WIN.INI.
  597.  
  598.             There are 2 different sets of parameters contained in
  599.             QFINDWIN.INI. A set of parameters for QFINDWIN, and a set
  600.             for QFBLDWIN.  All parameter, except for 1 (QFDIR) are
  601.             automatically set by the save settings function of QFINDWIN
  602.             and QFBLDWIN.
  603.  
  604.             A sample QFINDWIN.INI file is included.
  605.  
  606.             QFINDWIN uses the QFINDWIN.INI entry to find the data file
  607.             instead of the environment method.  To tell QFINDWIN where
  608.             the data file is located, place the following 2 lines in the
  609.             QFINDWIN.INI file....
  610.  
  611.             [qfind]
  612.                 FILE = d:\temp     OR wherever the data file is
  613.             located.
  614.  
  615.  
  616.             If there is no entry in the QFINDWIN.INI file, QFINDWIN will
  617.             look for the data file in the root directory of drive C.
  618.  
  619.             Note........
  620.             THREE_D.DLL must be located in a directory that is defined
  621.             in your path for QFINDWIN to display in the 3D look.  The
  622.             preferred location is in your Windows directory.
  623.  
  624.             ************************************************************
  625.  
  626.             Support....
  627.  
  628.                 I can be reached on Compuserve.  My ID is 70270,534
  629.  
  630.  
  631.             This is Version 2.0 of Qfind.  I would appreciate feedback
  632.             on suggested additional features in the next version,
  633.             problems with this version, etc....
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.                               Qfind Version 2.0 - Page 11
  650.  
  651.  
  652.  
  653.  
  654.  
  655.             Installation.......
  656.  
  657.             With version 2.0 a new installation program is included.
  658.             This is only used if an automatic installation is desired.
  659.  
  660.             There are basically 3 ways to install the Qfind
  661.             programs.......
  662.  
  663.             If the DOS versions are the only things that are going to be
  664.             used, simply copy the required files to a directory of your
  665.             choice.
  666.  
  667.             The files are:
  668.  
  669.             Qfind.exe
  670.             Qfbuild.exe
  671.             Qfinddoc.txt
  672.             Qfindhst.txt
  673.  
  674.             If you want to manually copy all files (including the
  675.             Windows stuff), do the following....
  676.  
  677.             Copy the following files to a directory of your choice.
  678.  
  679.                Qfind.exe
  680.                Qfbuild.exe
  681.                Qfindwin.exe
  682.                Qfbldwin.exe
  683.                Qfinddoc.txt
  684.                Qfinddoc.wri
  685.                Qfindhst.txt
  686.                Qfindhst.wri
  687.  
  688.             Copy the following file to the \Windows\System directory
  689.  
  690.                Three_D.Dll
  691.  
  692.             Copy the following file to the \Windows directory
  693.  
  694.                Qfindwin.ini
  695.  
  696.             Automatic installation.....
  697.  
  698.               Execute the SETUPQF.EXE from the program manager or file
  699.               manager.  Setupqf will automatically install the various
  700.               file in the proper directories.
  701.  
  702.               NOTE---  SETUPQF.EXE requires VISUAL BASIC's run-time
  703.               module (VBRUN100.DLL).  If you don't have it, you can get
  704.               it from Compuserve.
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.                               Qfind Version 2.0 - Page 12
  712.  
  713.  
  714.  
  715.  
  716.  
  717.             Registration
  718.  
  719.             Registering QFIND will get you the latest version of the
  720.             programs along with a utility that will personalize your
  721.             copy and remove the start-up message in QFINDWIN.
  722.  
  723.  
  724.             Where to find QFIND:
  725.  
  726.             The latest version of Qfind.zip can always be found on The
  727.             Atlanta Windows BBS. The BBS phone numbers are:
  728.  
  729.             (404) 516-0048 (public)  USR Dual Std w/fax   16,800 bps
  730.             (404) 516-9845 (private) USR Dual Standard    16,800 bps
  731.             (404) 516-9898 (private) USR Dual Standard    16,800 bps
  732.             (404) 516-9385 (public)  USR Dual Std w/fax   16,800 bps
  733.             (404) 516-1773 (private) USR Dual Std w/fax   16,800 bps
  734.             (404) 516-1588 (public)  USR Dual Std w/fax   16,800 bps
  735.             (404) 516-1883 (public)  USR v.32 bis         14,400 bps
  736.  
  737.             Also Qfind.zip can be found in the WINSHARE forum on
  738.             Compuserve.
  739.  
  740.             Disclaimer:
  741.  
  742.             Users of QFIND, QFINDWIN, QFBLDWIN, and QFBUILD must accept
  743.             this disclaimer of warranty: "QFIND, QFINDWIN, QFBLDWIN, and
  744.             QFBUILD are supplied as is.  The author disclaims all
  745.             warranties, expressed or implied, including, without
  746.             limitation,the warranties of merchantability and of fitness
  747.             for any purpose.  The author assumes no liability for
  748.             damages, direct or consequential, which may result from the
  749.             use of these programs."
  750.  
  751.             LICENSING AGREEMENT:
  752.  
  753.             QFIND, QFINDWIN,  QFBLDWIN, AND QFBUILD are Copyright 1991,
  754.             1992 by JebSoft and James E. Bell 135 Gunlock Trace,
  755.             Roswell, Georgia  30076
  756.  
  757.             This program is made available through Shareware for
  758.             personal use on non-business PC's only.  If you find these
  759.             programs useful and find that you are using them and
  760.             continue to use them after a reasonable trial period, you
  761.             must make a registration payment of $10.00 to James E. Bell.
  762.  
  763.             Use of this program by any business, corporation, government
  764.             agency, or any other institution is prohibited without
  765.             payment of $10.00 to James E. Bell for each installed PC.
  766.  
  767.             In accordance with the Shareware distribution method, all
  768.             users are granted a limited license to copy QFIND, QFINDWIN,
  769.             QFBLDWIN ,and QFBUILD for the trial use of others providing
  770.             that there programs are:
  771.  
  772.  
  773.                               Qfind Version 2.0 - Page 13
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.                  Copied in their original archive form.
  781.  
  782.                  Not modified in any way and are distributed with the
  783.                  full and unmodified documentation.
  784.  
  785.                  Are not sold or traded for money or any other
  786.                  consideration by any party other than JebSoft and James
  787.                  E. Bell
  788.  
  789.                  Not distributed in conjunction with any other product
  790.                  or software without the written consent of James E.
  791.                  Bell.
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.                               Qfind Version 2.0 - Page 14