home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_disk / filefi33.arj / FILEFIND.TXT < prev    next >
Encoding:
Text File  |  1991-01-11  |  83.5 KB  |  1,709 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                       Filefind
  8.  
  9.  
  10.  
  11.                                      Version 3.3
  12.  
  13.  
  14.  
  15.  
  16.                                          by
  17.  
  18.  
  19.  
  20.  
  21.                                 Snake River Software
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                 Program and Documentation Copyright 1989, 1990, 1991
  31.  
  32.  
  33.  
  34.  
  35.                                  All Rights Reserved
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.            Microsoft and MS-DOS are registered trademarks and Windows is a
  43.  
  44.                          trademark of Microsoft Corporation.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.      ___________________________________________________________________________
  70.  
  71.  
  72.           Date:  January 11, 1991                                  Page:  1
  73.  
  74.           Filefind 3.3                                         Introduction
  75.  
  76.  
  77.      ___________________________________________________________________________
  78.  
  79.  
  80.           Overview
  81.           Overview
  82.           Overview
  83.  
  84.  
  85.                Filefind is a Microsoft Windows based tool designed help you
  86.  
  87.                locate and manipulate files on your hard-drive or network
  88.  
  89.                drives.
  90.  
  91.  
  92.                To use Filefind, enter a file specification using
  93.  
  94.                conventional DOS wildcards, select a disk drive from a
  95.  
  96.                scrollable list, and let Filefind locate all matching files
  97.  
  98.                on the drive.
  99.  
  100.  
  101.                Alternately, you can select one or more directories from the
  102.  
  103.                current directory tree and list all the files (or all files
  104.  
  105.                matching the current search criteria) in the directories.
  106.  
  107.  
  108.                Once Filefind finds all matching files, you may perform a
  109.  
  110.                variety of pre-defined or user defined functions.
  111.  
  112.  
  113.                Filefind allows you to select one file, multiple files, a
  114.  
  115.                range of files, or combine multiple and range selection
  116.  
  117.                operations.  Once you have selected a list of files, you can
  118.  
  119.                print them, delete them, copy them to a specified drive and
  120.  
  121.                directory, or move them to a specified drive and directory.
  122.  
  123.  
  124.                Filefind will also allow you to run a selected file if it is
  125.  
  126.                a file that Windows recognizes as a program or if it has an
  127.  
  128.                association in the WIN.INI file (e.g. *.TXT files are
  129.  
  130.                associated with NOTEPAD.EXE in the WIN.INI file).
  131.  
  132.                Additionally, you can specify up to seven of your own menu
  133.  
  134.                items to run a specified program that will receive the
  135.  
  136.                selected file as a run parameter.
  137.  
  138.  
  139.           Acknowledgments
  140.           Acknowledgments
  141.           Acknowledgments
  142.  
  143.  
  144.                Several people provided suggestions, inspiration, critical
  145.  
  146.                assessments, etc. for writing Filefind.  I would like to
  147.  
  148.                particularly thank:
  149.  
  150.  
  151.                     Rob Davis who always provides valuable, if not always
  152.  
  153.                               easy to take insights.
  154.  
  155.  
  156.                     Ron Steiner    who can break almost any piece of code
  157.  
  158.                               that is supposed to have all the bugs out of
  159.  
  160.                               it.
  161.  
  162.  
  163.                     and Foofer     who still thinks it was all his idea
  164.  
  165.                               anyway.
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.      ___________________________________________________________________________
  175.  
  176.  
  177.           Date:  January 11, 1991                                  Page:  2
  178.  
  179.           Filefind 3.3                                         Introduction
  180.  
  181.  
  182.      ___________________________________________________________________________
  183.  
  184.  
  185.           Notations
  186.           Notations
  187.           Notations
  188.  
  189.  
  190.                The following notations are used in this manual:
  191.  
  192.  
  193.                [text]    is used to identify optional information.  If the
  194.  
  195.                          option is not specified, the default action will
  196.  
  197.                          be taken. An exception is in the discussion of the
  198.  
  199.                          WIN.INI file.  WIN.INI section headers are
  200.  
  201.                          identified as [text]
  202.                                        [text]
  203.                                        [text].  These sections are
  204.  
  205.                          boldfaced to assist in their identification
  206.  
  207.                          whereas [options] are not normally boldfaced.
  208.  
  209.                          Hopefully, context and the use of boldfacing will
  210.  
  211.                          distinguish these two uses.
  212.  
  213.  
  214.                <key><character>    is used to indicate a key to be pressed.
  215.  
  216.                          For example, <enter> is used to designate the
  217.  
  218.                          enter (or return) key.  It also is used to avoid
  219.  
  220.                          ambiguity in the documentation by specifying
  221.  
  222.                          <character>.   For example <space> may be used to
  223.  
  224.                          indicate that a space is required in some text.
  225.  
  226.  
  227.                bold
  228.                bold
  229.                bold      is used for several contexts as explained in the
  230.  
  231.                          appropriate sections.  Additionally, it is used to
  232.  
  233.                          identify section headings.
  234.  
  235.  
  236.                Italics   is used to identify menus and menu items.
  237.  
  238.  
  239.           System Requirements
  240.           System Requirements
  241.           System Requirements
  242.  
  243.  
  244.                Filefind runs within the Microsoft Windows.  Minimum System
  245.  
  246.                requirements include:
  247.  
  248.  
  249.                     Microsoft Windows 3.X or higher
  250.  
  251.  
  252.                     DOS 3.X or higher
  253.  
  254.  
  255.                     Approximately 75K memory*
  256.  
  257.  
  258.                     Approximately 60K disk space
  259.  
  260.  
  261.                     Windows compatible mouse
  262.  
  263.  
  264.                *    Memory available within the Windows environment.  The
  265.  
  266.                     memory required by Filefind varies with use.  The
  267.  
  268.                     minimum memory is approximately 75K and maximum is
  269.  
  270.                     approximately 120K.
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.      ___________________________________________________________________________
  281.  
  282.  
  283.           Date:  January 11, 1991                                  Page:  3
  284.  
  285.           Filefind 3.3                                         Installation
  286.  
  287.  
  288.      ___________________________________________________________________________
  289.  
  290.  
  291.           Installation
  292.           Installation
  293.           Installation
  294.  
  295.  
  296.                Filefind is easy to install. Simply copy all distribution
  297.  
  298.                files to the disk/directory where you want to run Filefind
  299.  
  300.                from.  This will usually be \windows or \win386.
  301.  
  302.  
  303.                All configuration options reside in your WIN.INI file.  Most
  304.  
  305.                of these can be set within Filefind.  See the Options menu
  306.  
  307.                for more information.
  308.  
  309.  
  310.                One configuration option that can not be set within Filefind
  311.  
  312.                is the set of user defined menu items.  User defined menu
  313.  
  314.                items are used to define other programs that you want to
  315.  
  316.                operate on files that Filefind finds.  For example, you can
  317.  
  318.                have a menu item that invokes Windows' NOTEPAD program to
  319.  
  320.                edit a file that Filefind finds.  These menu items must be
  321.  
  322.                set by editing the WIN.INI file directly.  The easiest way
  323.  
  324.                to set these up is to first invoke Filefind and set your
  325.  
  326.                default options.  This will create a Filefind section of
  327.  
  328.                WIN.INI where you can insert user defined menu items.
  329.  
  330.  
  331.                To change your WIN.INI, invoke NOTEPAD (or other text editor
  332.  
  333.                of your choice).  Scroll through the file until you find:
  334.  
  335.  
  336.                                   [SRS File Finder]
  337.                                   [SRS File Finder]
  338.                                   [SRS File Finder]
  339.  
  340.  
  341.                You may insert user defined Run menu items after this line
  342.  
  343.                and before the next section (identified by [text]
  344.                                                           [text]
  345.                                                           [text]) or the
  346.  
  347.                end of the file if Filefind is the last WIN.INI section.
  348.  
  349.                Each user defined Run menu item must be in the following
  350.  
  351.                format:
  352.  
  353.  
  354.                   Runx=menutext <space> [drive:][path]program_name
  355.  
  356.  
  357.                Where:
  358.  
  359.  
  360.                     Runx      is the menu item identifier. Replace the
  361.  
  362.                               letter x with a single digit, 2 through 9.
  363.  
  364.                               Thus the acceptable values are Run2, Run3,
  365.  
  366.                               Run4, ... Run9.  The menu items will appear
  367.  
  368.                               in ascending numeric order.  You do not have
  369.  
  370.                               use consecutive items.  For example you can
  371.  
  372.                               define Run2, Run5, and Run8 only.
  373.  
  374.  
  375.                     menutext  is the text that will appear in the windows
  376.  
  377.                               menu.  You may not use spaces.  You may
  378.  
  379.                               specify accelerator keys by placing an
  380.  
  381.                               ampersand (&) in front of the key that is to
  382.  
  383.                               become the accelerator.
  384.  
  385.  
  386.                     [drive:]  is a DOS drive.  It may be a network,
  387.  
  388.                               virtual, floppy, hard drive, etc.
  389.  
  390.  
  391.  
  392.      ___________________________________________________________________________
  393.  
  394.  
  395.           Date:  January 11, 1991                                  Page:  4
  396.  
  397.           Filefind 3.3                                         Installation
  398.  
  399.  
  400.      ___________________________________________________________________________
  401.  
  402.  
  403.                     [path]    is a standard DOS path identification.  This
  404.  
  405.                               parameter is optional.  If you do not specify
  406.  
  407.                               a path, the program must exist in the current
  408.  
  409.                               directory or available from the PATH
  410.  
  411.                               environment.
  412.  
  413.  
  414.                     program_name   is the fully qualified program name.
  415.  
  416.                               This is usually a name that ends with .EXE,
  417.  
  418.                               .COM, or .BAT.  Filefind uses the windows
  419.  
  420.                               WIN.INI [windows]
  421.                                       [windows]
  422.                                       [windows] programs variable to
  423.  
  424.                               determine whether a file is executable.  For
  425.  
  426.                               example, you may wish to run PIF files.  The
  427.  
  428.                               programs entry should then look something
  429.  
  430.                               like:
  431.  
  432.                                         programs=com exe bat PIF
  433.  
  434.                               For more information, consult your windows
  435.  
  436.                               manual.
  437.  
  438.  
  439.                Example:
  440.  
  441.  
  442.                     you might want to define the Run2 menu item to invoke
  443.  
  444.                     the windows notepad.  The entry will look something
  445.  
  446.                     like:
  447.  
  448.                          Run2=&Notes e:\windows\Notepad.exe
  449.  
  450.  
  451.                You may also wish to add to or change the associations
  452.  
  453.                defined to windows.  These associations are used by Filefind
  454.  
  455.                when you choose Selection under the Action menu and Filefind
  456.  
  457.                can not run the selection.  If Filefind can not run the
  458.  
  459.                selection directly, it looks for the file's extension in the
  460.  
  461.                [Extensions]
  462.                [Extensions]
  463.                [Extensions] section of the WIN.INI.  If Filefind can find
  464.  
  465.                the extension, it invokes the program specified passing the
  466.  
  467.                selection as a parameter.
  468.  
  469.  
  470.                The [Extensions]
  471.                    [Extensions]
  472.                    [Extensions] section contains entries that appear as:
  473.  
  474.                               txt
  475.                               txt
  476.                               txt=notepad.exe ^.txt
  477.  
  478.                where txt
  479.                      txt
  480.                      txt is the extension and notepad.exe ^.txt is run by
  481.  
  482.                Filefind after substituting the selection for ^.txt with the
  483.  
  484.                selection.
  485.  
  486.  
  487.                Simply edit the WIN.INI as described above to add any
  488.  
  489.                additional associations desired.
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.      ___________________________________________________________________________
  504.  
  505.  
  506.           Date:  January 11, 1991                                  Page:  5
  507.  
  508.           Filefind 3.3                                                Usage
  509.  
  510.  
  511.      ___________________________________________________________________________
  512.  
  513.  
  514.           Usage
  515.           Usage
  516.           Usage
  517.  
  518.  
  519.                Filefind is invoked like other windows programs.
  520.  
  521.  
  522.                1.   From the MS-DOS Executive, click on FILEFIND.EXE, the
  523.  
  524.                     File menu, and the Run menu item.
  525.  
  526.  
  527.                2.   Double click on FILEFIND.EXE.
  528.  
  529.  
  530.                3.   Select Filefind from the Filefind Run menu.
  531.  
  532.  
  533.           Modes of Operation.
  534.           Modes of Operation.
  535.           Modes of Operation.
  536.  
  537.  
  538.                Filefind operates in one of two basic modes.  In file list
  539.  
  540.                mode, Filefind displays a list of files based on a search
  541.  
  542.                specification.  You may select files in the list and then
  543.  
  544.                copy them, delete them, etc.
  545.  
  546.  
  547.                In directory list mode, Filefind displays a directory tree
  548.  
  549.                of the requested disk drive.  You may select one or more
  550.  
  551.                displayed directories, and instruct Filefind to switch into
  552.  
  553.                file list mode for that directory.  Filefind allows you to
  554.  
  555.                list all files in the selected directory or all files that
  556.  
  557.                match the current search specification that reside in the
  558.  
  559.                selected directory.
  560.  
  561.  
  562.                Filefind may be started in either one of these modes
  563.  
  564.                depending on how you set the initialization options in the
  565.  
  566.                default dialog.
  567.  
  568.  
  569.                You can also set Filefind to not automatically start in
  570.  
  571.                either mode.  If you do this, you will have to specifically
  572.  
  573.                request a file list or directory tree.
  574.  
  575.  
  576.                File List Mode.
  577.  
  578.  
  579.                     File list mode presents you with a list of files.  You
  580.  
  581.                     can also display file dates, times, attributes and
  582.  
  583.                     sizes.  In this mode, you can select one or more files
  584.  
  585.                     to copy, print, run, etc.
  586.  
  587.  
  588.                     There are several ways to enter file list mode.  You
  589.  
  590.                     can set the default startup to invoke the Filespec
  591.  
  592.                     dialog when Filefind is started.  You can also invoke
  593.  
  594.                     the Filespec dialog from the main menu at any time.
  595.  
  596.                     This dialog will allow you to enter a search
  597.  
  598.                     specification and set the disk drive to search on.
  599.  
  600.  
  601.                     You can also enter the file list mode from the
  602.  
  603.                     directory list mode.  When you invoke file list mode
  604.  
  605.                     from the directory mode, you will display a list of all
  606.  
  607.                     the files in a selected directory(s) or all the files
  608.  
  609.  
  610.  
  611.      ___________________________________________________________________________
  612.  
  613.  
  614.           Date:  January 11, 1991                                  Page:  6
  615.  
  616.           Filefind 3.3                                                Usage
  617.  
  618.  
  619.      ___________________________________________________________________________
  620.  
  621.  
  622.                     in the selected directory(s) that match the current
  623.  
  624.                     search specification.
  625.  
  626.  
  627.                     Finally, if you are in the directory list mode and a
  628.  
  629.                     file list is currently active, the main menu will
  630.  
  631.                     contain a List menu item.  If you select this menu
  632.  
  633.                     item, you will switch over to the current file list.
  634.  
  635.  
  636.                Directory List Mode.
  637.  
  638.  
  639.                     Directory list mode presents you with a tree of the
  640.  
  641.                     current drive's directories.  You can not do a whole
  642.  
  643.                     lot in directory list mode except examine the
  644.  
  645.                     organization of your disk's directory structure or
  646.  
  647.                     invoke the file list mode for one or more specific
  648.  
  649.                     directories rather than all files on the disk.
  650.  
  651.  
  652.                     Directory List mode can be entered in several ways.
  653.  
  654.                     You can set the default startup to invoke the Tree
  655.  
  656.                     dialog when Filefind is started, or you can press the
  657.  
  658.                     Bld Tree button in the Search dialog.  You may also
  659.  
  660.                     select the Tree menu item in the Select menu at any
  661.  
  662.                     time.
  663.  
  664.  
  665.                     Finally, if you are in the file list mode, the main
  666.  
  667.                     menu will contain a Tree menu.  If you select this menu
  668.  
  669.                     item, you will switch over to the directory tree.
  670.  
  671.  
  672.                     If one or more directories in the tree are selected,
  673.  
  674.                     you can choose the List Directory or the List Directory
  675.  
  676.                     w/Spec items under the Select menu.  List Directory
  677.  
  678.                     will invoke the file list mode and display all files in
  679.  
  680.                     the selected directories.  You may also double click on
  681.  
  682.                     the desired directory to select it and invoke the file
  683.  
  684.                     list mode.  List Directory w/Spec will invoke the file
  685.  
  686.                     list mode and display all files in the selected
  687.  
  688.                     directories that match the current search
  689.  
  690.                     specification.
  691.  
  692.  
  693.                Mouse Usage
  694.  
  695.  
  696.                     Filefind uses the mouse pretty much the same way as all
  697.  
  698.                     other windows programs.  You can size, move, scroll,
  699.  
  700.                     minimize, restore, maximize, ad nauseam.
  701.  
  702.  
  703.                     The only special Filefind mouse functions are in the
  704.  
  705.                     selection process.
  706.  
  707.  
  708.                     When you are in the directory list mode, you can double
  709.  
  710.                     click on a directory and switch to file list mode with
  711.  
  712.                     a display of all the files in that directory.
  713.  
  714.  
  715.  
  716.  
  717.      ___________________________________________________________________________
  718.  
  719.  
  720.           Date:  January 11, 1991                                  Page:  7
  721.  
  722.           Filefind 3.3                                                Usage
  723.  
  724.  
  725.      ___________________________________________________________________________
  726.  
  727.  
  728.                     When you are in the file list mode, you may select some
  729.  
  730.                     or all the files in the list.  Many of the other
  731.  
  732.                     functions require that you select one or more of the
  733.  
  734.                     files found. Filefind recognizes two different
  735.  
  736.                     selections.  The current selection is generally the
  737.  
  738.                     last file that has been clicked on (delete, move, and
  739.  
  740.                     copy functions can alter this).  A selection list is a
  741.  
  742.                     list of all currently selected files including the
  743.  
  744.                     current selection.  Files in the current selection list
  745.  
  746.                     are displayed by Filefind in reverse video (white
  747.  
  748.                     letters on black if you are using the default colors).
  749.  
  750.                     The current selection is further identified by a dotted
  751.  
  752.                     rectangle around the displayed file.
  753.  
  754.  
  755.                     All selections are made using the left mouse button.
  756.  
  757.                     To select a file, simply click in the desired file's
  758.  
  759.                     display line.  If you click on another file, Filefind
  760.  
  761.                     deselects the first file and selects the second file.
  762.  
  763.                     To deselect the current selection click on the
  764.  
  765.                     selection.  If you deselect the current selection, you
  766.  
  767.                     will not have a current selection.
  768.  
  769.  
  770.                     To select multiple files, first click on one of the
  771.  
  772.                     desired files.  Then, while holding the <Ctrl> key
  773.  
  774.                     down, click on the rest of the files desired for the
  775.  
  776.                     selection list.  Pressing the <Ctrl> key tells Filefind
  777.  
  778.                     to retain the current selections.
  779.  
  780.  
  781.                     To select file ranges, first click on the file at
  782.  
  783.                     either end of the range.  Then, while holding the
  784.  
  785.                     <Shift> key down, click on the file at the other end of
  786.  
  787.                     the range.  Pressing the <Shift> key tells Filefind to
  788.  
  789.                     select all files in the list from the current selection
  790.  
  791.                     to the file being clicked on.
  792.  
  793.  
  794.                     You may mix multiple file selection with range
  795.  
  796.                     selection.  Just press the appropriate key before you
  797.  
  798.                     click on the next file.  If you are pressing the <Ctrl>
  799.  
  800.                     key, you will select an additional file.  If you are
  801.  
  802.                     additionally pressing the <Shift> key, you will extend
  803.  
  804.                     the range from the current selection to the newly
  805.  
  806.                     selected file.  You will retain all files in the
  807.  
  808.                     current selection list until you click on a file when
  809.  
  810.                     you are not holding down either the <Ctrl> key, or you
  811.  
  812.                     deselect the files.
  813.  
  814.  
  815.                     When you have a selection list active, you may deselect
  816.  
  817.                     individual files in the list by clicking on the
  818.  
  819.                     highlighted file while pressing the <Ctrl> key.
  820.  
  821.  
  822.                     You may scroll through the file list and Filefind will
  823.  
  824.                     maintain the current selection or list until you select
  825.  
  826.                     another file or deselect all files.
  827.  
  828.  
  829.      ___________________________________________________________________________
  830.  
  831.  
  832.           Date:  January 11, 1991                                  Page:  8
  833.  
  834.           Filefind 3.3                                                Menus
  835.  
  836.  
  837.      ___________________________________________________________________________
  838.  
  839.  
  840.           Menus
  841.           Menus
  842.           Menus
  843.  
  844.  
  845.                Filefind contains the following high level menu:
  846.  
  847.  
  848.                Select  Edit      View      List     Search    Action   Options
  849.  
  850.  
  851.  
  852.                This section describes the contents of these menus.  Italic
  853.  
  854.                text describes menus and menu items.  ______
  855.                                                      Italic __________
  856.                                                             underlined
  857.  
  858.                characters denote accelerator keys.
  859.  
  860.  
  861.                Sele_
  862.                    ct         Select contains menu items that allow you to
  863.  
  864.                               select different file lists, search drives,
  865.  
  866.                               or directory trees.  Additionally, as the
  867.  
  868.                               first menu item, Sele_
  869.                                                    ct contains the About...
  870.  
  871.                               dialog and Exit command.
  872.  
  873.  
  874.                               Build _
  875.                                     Tree...  Build _
  876.                                                    Tree allows you display
  877.  
  878.                                              a directory tree for a new
  879.  
  880.                                              disk drive.
  881.  
  882.  
  883.                               List Dir(s)    List Dir(s)splays all files
  884.  
  885.                                              for the selected directories
  886.  
  887.                                              in the tree.
  888.  
  889.  
  890.                               List Dir(s) w/spec  List Dir(s) w/spec,
  891.  
  892.                                              displays all files for the
  893.  
  894.                                              selected directory in the tree
  895.  
  896.                                              that match the current search
  897.  
  898.                                              specification.
  899.  
  900.  
  901.                               E_
  902.                                xit           quits the Filefind program.
  903.  
  904.  
  905.                               A_
  906.                                bout...       displays a dialog box
  907.  
  908.                                              containing version, copyright,
  909.  
  910.                                              file counts and directory
  911.  
  912.                                              counts for the current search.
  913.  
  914.  
  915.                _
  916.                Edit           The _
  917.                                   Edit menu enables a displayed file list
  918.  
  919.                               or selection list to be copied to the
  920.  
  921.                               clipboard.
  922.  
  923.  
  924.                               Copy _
  925.                                    List      copies the entire file list to
  926.  
  927.                                              the clipboard.  The list is
  928.  
  929.                                              copied as shown.  File
  930.  
  931.                                              attributes such as date and
  932.  
  933.                                              size are written to the
  934.  
  935.                                              clipboard if they are
  936.  
  937.                                              currently being show.
  938.  
  939.  
  940.                               Copy _
  941.                                    Selections     copies files in the
  942.  
  943.                                              current selection list to the
  944.  
  945.                                              clipboard.  As above,
  946.  
  947.                                              whichever attributes are
  948.  
  949.      ___________________________________________________________________________
  950.  
  951.  
  952.           Date:  January 11, 1991                                  Page:  9
  953.  
  954.           Filefind 3.3                                                Menus
  955.  
  956.  
  957.      ___________________________________________________________________________
  958.  
  959.  
  960.                                              currently showing are copied
  961.  
  962.                                              to the clipboard also.
  963.  
  964.  
  965.                _
  966.                View           The _
  967.                                   View menu determines what is displayed in
  968.  
  969.                               the Filefind window and how the items are
  970.  
  971.                               displayed.
  972.  
  973.  
  974.                               _
  975.                               Date           is a toggle.  When checked,
  976.  
  977.                                              the each file's date is
  978.  
  979.                                              displayed.  When unchecked, it
  980.  
  981.                                              is not.  This item is only
  982.  
  983.                                              available in file list mode
  984.  
  985.  
  986.                               _
  987.                               Time           is a toggle.  When checked,
  988.  
  989.                                              the file's time is displayed.
  990.  
  991.                                              When unchecked, it is not.
  992.  
  993.                                              This item is only available in
  994.  
  995.                                              file list mode.
  996.  
  997.  
  998.                               _
  999.                               Size           is a toggle.  When checked,
  1000.  
  1001.                                              the file's size is displayed.
  1002.  
  1003.                                              When unchecked, it is not.
  1004.  
  1005.                                              This item is only available in
  1006.  
  1007.                                              file list mode.
  1008.  
  1009.  
  1010.                               _
  1011.                               Attribute      is a toggle.  When checked,
  1012.  
  1013.                                              the file's attributes are
  1014.  
  1015.                                              displayed.  When unchecked,
  1016.  
  1017.                                              they are not.  The attribute
  1018.  
  1019.                                              appears as rxdahsv where:
  1020.  
  1021.  
  1022.                                    rx        is 'rw' for a read-write file
  1023.  
  1024.                                              or 'ro' for a read-only file;
  1025.  
  1026.  
  1027.                                    d         is 'd' if the file is a
  1028.  
  1029.                                              directory, space if not;
  1030.  
  1031.  
  1032.                                    a         is 'a' if the archive bit has
  1033.  
  1034.                                              been set, space if it has not;
  1035.  
  1036.                                    h         is 'h' if the file is a hidden
  1037.  
  1038.                                              file, space if it is not;
  1039.  
  1040.  
  1041.                                    s         is 's' if the file is a system
  1042.  
  1043.                                              file, space if it is not;
  1044.  
  1045.                                    v         is 'v' if entry is a system
  1046.  
  1047.                                              volume id, space if it is not.
  1048.  
  1049.  
  1050.                                    This item is only available in file list
  1051.  
  1052.                                              mode.
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.      ___________________________________________________________________________
  1060.  
  1061.  
  1062.           Date:  January 11, 1991                                 Page:  10
  1063.  
  1064.           Filefind 3.3                                                Menus
  1065.  
  1066.  
  1067.      ___________________________________________________________________________
  1068.  
  1069.  
  1070.                               Concatenate Path    Concatenate Path causes
  1071.  
  1072.                               Separate Path       the file name and file
  1073.  
  1074.                                                   path to appear as one
  1075.  
  1076.                                                   long string.  Separate
  1077.  
  1078.                                                   Path causes the file
  1079.  
  1080.                                                   name and file path to
  1081.  
  1082.                                                   appear as two strings in
  1083.  
  1084.                                                   separate columns.  These
  1085.  
  1086.                                                   two items act as a
  1087.  
  1088.                                                   toggle.  This item is
  1089.  
  1090.                                                   only available in file
  1091.  
  1092.                                                   list mode.
  1093.  
  1094.  
  1095.  
  1096.  
  1097.                               Unsorted       displays the files (or
  1098.  
  1099.                                              directories) as they were
  1100.  
  1101.                                              found.  This item is available
  1102.  
  1103.                                              in both file list and
  1104.  
  1105.                                              directory list modes.
  1106.  
  1107.  
  1108.                               by Name        displays the files in filename
  1109.  
  1110.                                              (or directory name) order.
  1111.  
  1112.                                              The sort actually sorts
  1113.  
  1114.                                              filename then file extension
  1115.  
  1116.                                              so that x.a is guaranteed to
  1117.  
  1118.                                              appear before x.b.  For the
  1119.  
  1120.                                              directory tree  display,
  1121.  
  1122.                                              subdirectories in a directory
  1123.  
  1124.                                              are sorted with each other and
  1125.  
  1126.                                              separately from subdirectories
  1127.  
  1128.                                              in another directory.  This
  1129.  
  1130.                                              option is available in both
  1131.  
  1132.                                              file list and directory tree
  1133.  
  1134.                                              modes.
  1135.  
  1136.  
  1137.                               by Kind        displays the files in file
  1138.  
  1139.                                              extension order.  The sort
  1140.  
  1141.                                              actually sorts on the file
  1142.  
  1143.                                              extension and then the file
  1144.  
  1145.                                              name so that a.a is guaranteed
  1146.  
  1147.                                              to appear before b.a.  This
  1148.  
  1149.                                              option is only available in
  1150.  
  1151.                                              file list mode.
  1152.  
  1153.  
  1154.                               by Date/Time   displays the files in the
  1155.  
  1156.                                              order that they were created.
  1157.  
  1158.                                              The sort is a two part sort.
  1159.  
  1160.                                              The full date is the high
  1161.  
  1162.                                              order part of the sort key and
  1163.  
  1164.                                              the time, the low part of the
  1165.  
  1166.                                              sort key.  This option is only
  1167.  
  1168.                                              available in file list mode.
  1169.  
  1170.  
  1171.      ___________________________________________________________________________
  1172.  
  1173.  
  1174.           Date:  January 11, 1991                                 Page:  11
  1175.  
  1176.           Filefind 3.3                                                Menus
  1177.  
  1178.  
  1179.      ___________________________________________________________________________
  1180.  
  1181.  
  1182.                               by Size        displays the files according
  1183.  
  1184.                                              to their size.  The only
  1185.  
  1186.                                              option is an ascending sort
  1187.  
  1188.                                              with the smallest file
  1189.  
  1190.                                              appearing at the top of the
  1191.  
  1192.                                              window and the largest file at
  1193.  
  1194.                                              the bottom of the window.
  1195.  
  1196.                                              This option is only available
  1197.  
  1198.                                              in file list mode.
  1199.  
  1200.  
  1201.                _
  1202.                List           _
  1203.                               List 
  1204.                                    
  1205.                                    and _
  1206.                                        Tree are alternating menu Ids.
  1207.  
  1208.                _
  1209.                Tree           When Filefind is in directory list mode,
  1210.  
  1211.                               List will appear and clicking on it will
  1212.  
  1213.                               toggle you into file list mode.  Likewise,
  1214.  
  1215.                               if you are in file list mode, Tree is the
  1216.  
  1217.                               displayed menu Id, and selecting it will
  1218.  
  1219.                               toggle you into directory list mode.
  1220.  
  1221.  
  1222.  
  1223.  
  1224.                 _
  1225.                 Search        allows you enter the file specification for
  1226.  
  1227.                               Filefind to search on.  When _
  1228.                                                            Filespec is
  1229.  
  1230.                               chosen, a dialog that allows search pattern
  1231.  
  1232.                               specification and disk drive selection is
  1233.  
  1234.                               presented.
  1235.  
  1236.  
  1237.                _
  1238.                Action         contains menu items pertaining to actions
  1239.  
  1240.                               that can be taken with entire selection
  1241.  
  1242.                               lists.
  1243.  
  1244.  
  1245.                               _
  1246.                               Delete Selections...     allows you to delete
  1247.  
  1248.                                              all or some of the files in
  1249.  
  1250.                                              the current selection list.
  1251.  
  1252.  
  1253.                               _
  1254.                               Print Selections... allows you to print all
  1255.  
  1256.                                              or some of the files in the
  1257.  
  1258.                                              current selection list.
  1259.  
  1260.  
  1261.                               _
  1262.                               Copy Selections...  allows you to copy all or
  1263.  
  1264.                                              some of the files in the
  1265.  
  1266.                                              current selection list to a
  1267.  
  1268.                                              different directory on the
  1269.  
  1270.                                              same disk or a directory on a
  1271.  
  1272.                                              different disk.
  1273.  
  1274.  
  1275.                               _
  1276.                               Move Selections...  allows you to move all or
  1277.  
  1278.                                              some of the files in the
  1279.  
  1280.                                              current selection list to a
  1281.  
  1282.                                              different directory on the
  1283.  
  1284.                                              same disk or a directory on a
  1285.  
  1286.                                              different disk.  Move actually
  1287.  
  1288.                                              performs a copy to the
  1289.  
  1290.  
  1291.  
  1292.      ___________________________________________________________________________
  1293.  
  1294.  
  1295.           Date:  January 11, 1991                                 Page:  12
  1296.  
  1297.           Filefind 3.3                                                Menus
  1298.  
  1299.  
  1300.      ___________________________________________________________________________
  1301.  
  1302.  
  1303.                                              destination and then erases
  1304.  
  1305.                                              the source file.
  1306.  
  1307.  
  1308.                               _
  1309.                               Selection      attempts to run the current
  1310.  
  1311.                                              selection.  The file extension
  1312.  
  1313.                                              must be a program as defined
  1314.  
  1315.                                              in the WIN.INI file.  If the
  1316.  
  1317.                                              selection is not an
  1318.  
  1319.                                              executable, the extensions in
  1320.  
  1321.                                              the WIN.INI are checked for an
  1322.  
  1323.                                              associated program which is
  1324.  
  1325.                                              invoked using the selection as
  1326.  
  1327.                                              a parameter.
  1328.  
  1329.  
  1330.                               File_
  1331.                                   Find       runs another copy of Filefind.
  1332.  
  1333.  
  1334.                               The rest of this menu consists of user
  1335.  
  1336.                               defined menu items.  Each of these will run
  1337.  
  1338.                               the program defined for the menu item.  The
  1339.  
  1340.                               currently selected file concatenated to its
  1341.  
  1342.                               drive and path will be passed as a command
  1343.  
  1344.                               parameter.
  1345.  
  1346.  
  1347.                Options
  1348.  
  1349.  
  1350.                     Options allows setting of defaults, options,
  1351.  
  1352.                     initializations, etc.
  1353.  
  1354.  
  1355.                               Printer Setup...    displays the dialog box
  1356.  
  1357.                                              for the current printer
  1358.  
  1359.                                              driver.  The contents of this
  1360.  
  1361.                                              and the user interactions are
  1362.  
  1363.                                              device dependent.
  1364.  
  1365.  
  1366.                               Set _
  1367.                                   Defaults...     allows the setting of
  1368.  
  1369.                                              most initialization and
  1370.  
  1371.                                              default options.  See the
  1372.  
  1373.                                              WIN.INI appendix and the
  1374.  
  1375.                                              installation section for
  1376.  
  1377.                                              further information on options
  1378.  
  1379.                                              that can not set within this
  1380.  
  1381.                                              dialog.
  1382.  
  1383.  
  1384.                               Set Options to Defaults  resets display
  1385.  
  1386.                                              options to the defaults.
  1387.  
  1388.  
  1389.                               Register License    invokes the registration
  1390.  
  1391.                                              dialog box.  Once Filefind is
  1392.  
  1393.                                              registered, the supplied
  1394.  
  1395.                                              license id is entered through
  1396.  
  1397.                                              this dialog.
  1398.  
  1399.  
  1400.  
  1401.  
  1402.      ___________________________________________________________________________
  1403.  
  1404.  
  1405.           Date:  January 11, 1991                                 Page:  13
  1406.  
  1407.           Filefind 3.3                                              Dialogs
  1408.  
  1409.  
  1410.      ___________________________________________________________________________
  1411.  
  1412.  
  1413.           Dialogs
  1414.           Dialogs
  1415.           Dialogs
  1416.  
  1417.  
  1418.                This sections describes the various dialogs presented by
  1419.  
  1420.                Filefind.  These dialogs are presented alphabetically
  1421.  
  1422.                according to the invoking menu item.
  1423.  
  1424.  
  1425.                     _
  1426.                     About...       displays version, copyright, etc.
  1427.  
  1428.                                    information.  The current drive, number
  1429.  
  1430.                                    of directories, number of files, and the
  1431.  
  1432.                                    total size of the listed files are also
  1433.  
  1434.                                    displayed.  An OK push-button is
  1435.  
  1436.                                    provided to exit the dialog.
  1437.  
  1438.  
  1439.                     _
  1440.                     Copy Selections...  copies all or part of the current
  1441.  
  1442.                                    selection list to a new disk\directory.
  1443.  
  1444.                                    Two dialog boxes are used.  The first
  1445.  
  1446.                                    dialog allows you to specify the
  1447.  
  1448.                                    destination drive and directory.  Double
  1449.  
  1450.                                    click the list box in this dialog until
  1451.  
  1452.                                    the drive and directory are
  1453.  
  1454.                                    satisfactory.  Click on the OK push
  1455.  
  1456.                                    button to proceed.  If you wish to abort
  1457.  
  1458.                                    the copy operation, click on the Cancel
  1459.  
  1460.                                    push-button.  The second dialog displays
  1461.  
  1462.                                    a list of the selected files.  Below the
  1463.  
  1464.                                    list is the file that is about to be
  1465.  
  1466.                                    processed.  Click the OK push-button to
  1467.  
  1468.                                    copy the file, Ignore push-button to
  1469.  
  1470.                                    bypass copying this one file, and Cancel
  1471.  
  1472.                                    to bypass all the remaining files.
  1473.  
  1474.                                    There is also a check box that allows
  1475.  
  1476.                                    you to bypass clicking on the OK push
  1477.  
  1478.                                    button for each file.  If you un-check
  1479.  
  1480.                                    this box, all remaining files in the
  1481.  
  1482.                                    selection list will be copied without
  1483.  
  1484.                                    further intervention.  Be aware that if
  1485.  
  1486.                                    you do this, you will have no
  1487.  
  1488.                                    opportunity to intervene or stop the
  1489.  
  1490.                                    process once the automatic operation has
  1491.  
  1492.                                    started.
  1493.  
  1494.  
  1495.                                    If directories or volume entries are in
  1496.  
  1497.                                    the selection list, a message will be
  1498.  
  1499.                                    displayed and they will be left
  1500.  
  1501.                                    uncopied.
  1502.  
  1503.  
  1504.                     _
  1505.                     Delete Selections...     deletes all or part of the
  1506.  
  1507.                                    current selection list.  The dialog
  1508.  
  1509.                                    displays a list of the selected files.
  1510.  
  1511.                                    Below the list is the file about to be
  1512.  
  1513.                                    deleted.  Click the OK push-button to
  1514.  
  1515.                                    delete the file, Ignore push-button to
  1516.  
  1517.                                    bypass deleting this one file, and
  1518.  
  1519.  
  1520.      ___________________________________________________________________________
  1521.  
  1522.  
  1523.           Date:  January 11, 1991                                 Page:  14
  1524.  
  1525.           Filefind 3.3                                              Dialogs
  1526.  
  1527.  
  1528.      ___________________________________________________________________________
  1529.  
  1530.  
  1531.                                    Cancel to bypass all the remaining
  1532.  
  1533.                                    files.  There is also a check box that
  1534.  
  1535.                                    allows you to bypass clicking on the OK
  1536.  
  1537.                                    push button for each file.  If you un-
  1538.  
  1539.                                    check this box, all remaining files in
  1540.  
  1541.                                    the selection list will be deleted
  1542.  
  1543.                                    without further intervention.  Be very
  1544.  
  1545.                                    aware that if you do this, you will have
  1546.  
  1547.                                    no opportunity to intervene or stop the
  1548.  
  1549.                                    process once the automatic operation has
  1550.  
  1551.                                    started.
  1552.  
  1553.  
  1554.                                    If directories are in the selection
  1555.  
  1556.                                    list, they will be deleted if they are
  1557.  
  1558.                                    empty (contain no files or
  1559.  
  1560.                                    subdirectories).  Volume Id entries in
  1561.  
  1562.                                    the selection list will cause a message
  1563.  
  1564.                                    to be displayed and the entry left un-
  1565.  
  1566.                                    deleted.  The dialog displays a list of
  1567.  
  1568.                                    the selected files.  Below the list is
  1569.  
  1570.                                    the file about to be deleted.  Click the
  1571.  
  1572.                                    OK push-button to delete the file,
  1573.  
  1574.                                    Ignore push-button to bypass deleting
  1575.  
  1576.                                    this one file, and Cancel to bypass all
  1577.  
  1578.                                    the remaining files.  There is also a
  1579.  
  1580.                                    check box that allows you to bypass
  1581.  
  1582.                                    clicking on the OK push button for each
  1583.  
  1584.                                    file.  If you un-check this box, all
  1585.  
  1586.                                    remaining files in the selection list
  1587.  
  1588.                                    will be deleted without further
  1589.  
  1590.                                    intervention.  Be very aware that if you
  1591.  
  1592.                                    do this, you will have no opportunity to
  1593.  
  1594.                                    intervene or stop the process once the
  1595.  
  1596.                                    automatic operation has started.
  1597.  
  1598.  
  1599.                                    If directories are in the selection
  1600.  
  1601.                                    list, they will be deleted if they are
  1602.  
  1603.                                    empty (contain no files or
  1604.  
  1605.                                    subdirectories).  Volume Id entries in
  1606.  
  1607.                                    the selection list will cause a message
  1608.  
  1609.                                    to be displayed and the entry left un-
  1610.  
  1611.                                    deleted.
  1612.  
  1613.  
  1614.                     _
  1615.                     Move Selections...  moves all or part of the current
  1616.  
  1617.                                    selection list to a new disk\directory.
  1618.  
  1619.                                    Two dialog boxes are used.  The first
  1620.  
  1621.                                    dialog encountered allows you to specify
  1622.  
  1623.                                    the destination drive and directory.
  1624.  
  1625.                                    Double click in the list box until the
  1626.  
  1627.                                    drive and directory are satisfactory.
  1628.  
  1629.                                    Click on the OK push button to continue.
  1630.  
  1631.                                    If you wish to abort the move operation,
  1632.  
  1633.                                    click on the Cancel push-button.  The
  1634.  
  1635.  
  1636.      ___________________________________________________________________________
  1637.  
  1638.  
  1639.           Date:  January 11, 1991                                 Page:  15
  1640.  
  1641.           Filefind 3.3                                              Dialogs
  1642.  
  1643.  
  1644.      ___________________________________________________________________________
  1645.  
  1646.  
  1647.                                    second dialog displays a list of the
  1648.  
  1649.                                    selected files.  Below the list is the
  1650.  
  1651.                                    file about to be moved.  Click the OK
  1652.  
  1653.                                    push-button to move the file, Ignore
  1654.  
  1655.                                    push-button to bypass moving this one
  1656.  
  1657.                                    file, and Cancel to bypass all the
  1658.  
  1659.                                    remaining files.  There is also a check
  1660.  
  1661.                                    box that allows you to bypass clicking
  1662.  
  1663.                                    on the OK push button for each file.  If
  1664.  
  1665.                                    you un-check this box, all remaining
  1666.  
  1667.                                    files in the selection list will be
  1668.  
  1669.                                    copied without further intervention.  Be
  1670.  
  1671.                                    aware that if you do this, you will have
  1672.  
  1673.                                    no opportunity to intervene or stop the
  1674.  
  1675.                                    process once the automatic operation has
  1676.  
  1677.                                    started.
  1678.  
  1679.  
  1680.                                    If a directory or volume id entry is in
  1681.  
  1682.                                    the selection list, a message is
  1683.  
  1684.                                    displayed, and the entry left unmoved.
  1685.  
  1686.  
  1687.                     _
  1688.                     Print Selections... prints all or part of the current
  1689.  
  1690.                                    selection list.  The dialog displays a
  1691.  
  1692.                                    list of the selected files.  Below the
  1693.  
  1694.                                    list is the file that will be printed
  1695.  
  1696.                                    next.  Click the OK push-button to print
  1697.  
  1698.                                    the file, Ignore push-button to bypass
  1699.  
  1700.                                    printing this one file, and Cancel to
  1701.  
  1702.                                    bypass all the remaining files.  There
  1703.  
  1704.                                    is also a check box that allows you
  1705.  
  1706.                                    bypass clicking on the OK push button
  1707.  
  1708.                                    for each file.  If you un-check this
  1709.  
  1710.                                    box, all remaining files in the
  1711.  
  1712.                                    selection list will be printed without
  1713.  
  1714.                                    further intervention.  Be aware that if
  1715.  
  1716.                                    you do this, you will have no
  1717.  
  1718.                                    opportunity to intervene or stop the
  1719.  
  1720.                                    process once the automatic operation has
  1721.  
  1722.                                    started.
  1723.  
  1724.  
  1725.                                    If directory or volume id entry is in
  1726.  
  1727.                                    the selection list, it can not be
  1728.  
  1729.                                    printed.
  1730.  
  1731.  
  1732.                     Printer Setup...    invokes the dialog to set up the
  1733.  
  1734.                                    currently selected printer.  This dialog
  1735.  
  1736.                                    is device dependent and is the same
  1737.  
  1738.                                    dialog that you see when you select a
  1739.  
  1740.                                    printer from the Control program
  1741.  
  1742.                                    supplied with your Windows software.
  1743.  
  1744.  
  1745.                     Register License... Invokes a simple edit dialog box.
  1746.  
  1747.                                    This box allows you to type in the
  1748.  
  1749.  
  1750.      ___________________________________________________________________________
  1751.  
  1752.  
  1753.           Date:  January 11, 1991                                 Page:  16
  1754.  
  1755.           Filefind 3.3                                              Dialogs
  1756.  
  1757.  
  1758.      ___________________________________________________________________________
  1759.  
  1760.  
  1761.                                    license id that you receive when you
  1762.  
  1763.                                    register your copy of Filefind.  The
  1764.  
  1765.                                    case of letters is not important.
  1766.  
  1767.                                    Clicking the OK box causes Filefind to
  1768.  
  1769.                                    validate and store the id.  If it is
  1770.  
  1771.                                    valid, it will be stored in the WIN.INI
  1772.  
  1773.                                    file and you will exit the dialog.  If
  1774.  
  1775.                                    it is invalid, a message will be
  1776.  
  1777.                                    displayed, and you are left in the
  1778.  
  1779.                                    dialog.  You may click on Cancel to
  1780.  
  1781.                                    leave the dialog.  Filefind will not
  1782.  
  1783.                                    store an invalid license id.  Once you
  1784.  
  1785.                                    have entered your valid license id,
  1786.  
  1787.                                    there is no point in ever invoking this
  1788.  
  1789.                                    dialog again.
  1790.  
  1791.  
  1792.                     _
  1793.                     Search         The _
  1794.                                        Search dialog is where you enter the
  1795.  
  1796.                                    file specification used for the search
  1797.  
  1798.                                    or building a directory tree.  You also
  1799.  
  1800.                                    specify which drive to search on in this
  1801.  
  1802.                                    dialog box.  When the file and drive
  1803.  
  1804.                                    specification are satisfactory, you can
  1805.  
  1806.                                    take one of the following actions:
  1807.  
  1808.  
  1809.                                    _
  1810.                                    Search    Will search the selected disk
  1811.  
  1812.                                              drive for all files that match
  1813.  
  1814.                                              the file specifications.
  1815.  
  1816.                                    _
  1817.                                    Bld Tree  Will build a directory tree.
  1818.  
  1819.                                    Se_
  1820.                                      t       Sets the current file
  1821.  
  1822.                                              specification, exits the
  1823.  
  1824.                                              dialog, but does not search
  1825.  
  1826.                                              for any files or build a
  1827.  
  1828.                                              directory tree.  This is
  1829.  
  1830.                                              useful when you have a
  1831.  
  1832.                                              directory tree and wish to
  1833.  
  1834.                                              change what files List Dir(s)
  1835.  
  1836.                                              w/spec will list.
  1837.  
  1838.                                    Cancel    Exits the dialog without doing
  1839.  
  1840.                                              anything.
  1841.  
  1842.                                    _
  1843.                                    More >>   Expands the dialog for
  1844.  
  1845.                                              additional file search
  1846.  
  1847.                                              filtering based on file
  1848.  
  1849.                                              attribute or file date.
  1850.  
  1851.  
  1852.                                    If .EXT Directories
  1853.                                       .EXT Directories
  1854.                                       .EXT Directories is checked, FileFind
  1855.  
  1856.                                    will include directories with extensions
  1857.  
  1858.                                    in the tree building, otherwise
  1859.  
  1860.                                    directories with extensions are ignored.
  1861.  
  1862.                                    Check this option if you have
  1863.  
  1864.                                    directories with extensions.  Otherwise,
  1865.  
  1866.                                    leave it unchecked as FileFind will
  1867.  
  1868.                                    build the directory tree up to twice as
  1869.  
  1870.                                    fast.
  1871.  
  1872.  
  1873.      ___________________________________________________________________________
  1874.  
  1875.  
  1876.           Date:  January 11, 1991                                 Page:  17
  1877.  
  1878.           Filefind 3.3                                              Dialogs
  1879.  
  1880.  
  1881.      ___________________________________________________________________________
  1882.  
  1883.  
  1884.                                    The More>>
  1885.                                        More>>
  1886.                                        More>> button will display
  1887.  
  1888.                                    additional filtering of files during
  1889.  
  1890.                                    search opertaions.  Checkboxes for file
  1891.  
  1892.                                    attributes allow you to include certain
  1893.  
  1894.                                    file types.  Normal files are always
  1895.  
  1896.                                    included.  By checking one or more of
  1897.  
  1898.                                    the options, you may include other file
  1899.  
  1900.                                    attributes in the file list.  For
  1901.  
  1902.                                    example, checking Read Only will include
  1903.  
  1904.                                    read only files in addition to normal
  1905.  
  1906.                                    files.
  1907.  
  1908.  
  1909.                                    Checking the Within
  1910.                                                 Within
  1911.                                                 Within box opens the edit
  1912.  
  1913.                                    field to its right.  When Within
  1914.                                                              Within
  1915.                                                              Within is
  1916.  
  1917.                                    checked, Filefind will only include
  1918.  
  1919.                                    files with file dates within n
  1920.                                                                 n
  1921.                                                                 n days of
  1922.  
  1923.                                    the current date.
  1924.  
  1925.  
  1926.                                    The More>>
  1927.                                        More>>
  1928.                                        More>> button turns into a <<Less
  1929.                                                                   <<Less
  1930.                                                                   <<Less
  1931.  
  1932.                                    button which allows you to shrink the
  1933.  
  1934.                                    dialog box again.  Once the file
  1935.  
  1936.                                    specification and drive are set, they
  1937.  
  1938.                                    will remain in effect until you change
  1939.  
  1940.                                    them or exit Filefind.  See the Set
  1941.  
  1942.                                    Defaults... dialog for initializing the
  1943.  
  1944.                                    disk drive.  The initial search
  1945.  
  1946.                                    specification is always *.*.
  1947.  
  1948.  
  1949.                     Set _
  1950.                         Defaults...     Allows you to set most of the
  1951.  
  1952.                                    initial values and display options that
  1953.  
  1954.                                    Filefind will use when you run it.
  1955.  
  1956.                                    Check boxes are used for:
  1957.  
  1958.  
  1959.                                    Display Date
  1960.  
  1961.  
  1962.                                    Display Time
  1963.  
  1964.                                    Display Size
  1965.  
  1966.  
  1967.                                    Display Attributes
  1968.  
  1969.                                    Concatenate Path
  1970.  
  1971.  
  1972.                                    If the first four display boxes are
  1973.  
  1974.                                    checked, they will be initialized to be
  1975.  
  1976.                                    displayed.  If the concatenate path is
  1977.  
  1978.                                    checked, the filename will be initially
  1979.  
  1980.                                    concatenated to its path and displayed
  1981.  
  1982.                                    in one large column.
  1983.  
  1984.                                    The initial drive scroll bar allows you
  1985.  
  1986.                                    to specify the default drive that
  1987.  
  1988.                                    appears in the Filespec... dialog the
  1989.  
  1990.                                    first time it is invoked.  You may set
  1991.  
  1992.                                    this to any valid drive on your system.
  1993.  
  1994.                                    You may also set it to default drive
  1995.                                                           default drive
  1996.                                                           default drive.
  1997.  
  1998.  
  1999.      ___________________________________________________________________________
  2000.  
  2001.  
  2002.           Date:  January 11, 1991                                 Page:  18
  2003.  
  2004.           Filefind 3.3                                              Dialogs
  2005.  
  2006.  
  2007.      ___________________________________________________________________________
  2008.  
  2009.  
  2010.                                    In this setting, the default drive is
  2011.  
  2012.                                    the drive that you are on when Filefind
  2013.  
  2014.                                    is first invoked.
  2015.  
  2016.  
  2017.                                    The attribute checkboxes and radio
  2018.  
  2019.                                    buttons allow you to set a default set
  2020.  
  2021.                                    of filters.  These defaults can be
  2022.  
  2023.                                    changed later in the _
  2024.                                                         Search dialog.
  2025.  
  2026.                                    The File Spec box at startup radio
  2027.  
  2028.                                    button controls whether or not the
  2029.  
  2030.                                    Filespec... dialog is automatically
  2031.  
  2032.                                    invoked when you start Filefind.  If you
  2033.  
  2034.                                    set the File Spec at startup button, the
  2035.  
  2036.                                    Directory Tree at startup box will be
  2037.  
  2038.                                    reset.
  2039.  
  2040.  
  2041.                                    The Directory Tree at startup radio
  2042.  
  2043.                                    button controls whether or not the
  2044.  
  2045.                                    Tree... dialog is automatically invoked
  2046.  
  2047.                                    when you start Filefind.  If you set the
  2048.  
  2049.                                    Directory Tree at startup radio button,
  2050.  
  2051.                                    the File Spec box at startup will be
  2052.  
  2053.                                    reset.
  2054.  
  2055.                                    Save Window Size always appears
  2056.  
  2057.                                    unchecked in the dialog when it is
  2058.  
  2059.                                    invoked.  If you check it, the current
  2060.  
  2061.                                    size will be saved if the OK push-button
  2062.  
  2063.                                    is clicked. The next time you invoke
  2064.  
  2065.                                    Filefind, its window will initially be
  2066.  
  2067.                                    this saved size.
  2068.  
  2069.  
  2070.                     _
  2071.                     Tree ...       Invokes the dialog that allows you to
  2072.  
  2073.                                    change the current drive.  This dialog
  2074.  
  2075.                                    builds a list of the selected drive's
  2076.  
  2077.                                    directories and displays the tree.
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.      ___________________________________________________________________________
  2099.  
  2100.  
  2101.           Date:  January 11, 1991                                 Page:  19
  2102.  
  2103.           Filefind 3.3                                              Support
  2104.  
  2105.  
  2106.      ___________________________________________________________________________
  2107.  
  2108.  
  2109.           Support
  2110.           Support
  2111.           Support
  2112.  
  2113.  
  2114.               Technical assistance is available via Compuserve, Easyplex
  2115.  
  2116.               74076,1632.  Support will be cheerfully provided for
  2117.  
  2118.               registered users.  You may also write to the same address as
  2119.  
  2120.               you sent your registration, but presumably, you would rather
  2121.  
  2122.               have a quicker response, so you will probably want to use
  2123.  
  2124.               Compuserve.
  2125.  
  2126.  
  2127.               Any bug reports, while not welcome, will none the less be
  2128.  
  2129.               appreciated.  Please send any to the registration address or
  2130.  
  2131.               through Compuserve.
  2132.  
  2133.  
  2134.           WIN.INI formats
  2135.           WIN.INI formats
  2136.           WIN.INI formats
  2137.  
  2138.  
  2139.                Filefind maintains its default settings and other variable
  2140.  
  2141.                information in the WIN.INI file.  This section describes
  2142.  
  2143.                these variables.  Most of Filefind settings are in the [SRS
  2144.                                                                       [SRS
  2145.                                                                       [SRS
  2146.  
  2147.                File Finder]
  2148.                File Finder]
  2149.                File Finder] section.
  2150.  
  2151.  
  2152.                The variables are:
  2153.  
  2154.  
  2155.                Date Display   If 1, the file date is initially displayed.
  2156.  
  2157.                               If 0, the file date is not initially
  2158.  
  2159.                               displayed.
  2160.  
  2161.  
  2162.                Time Display   If 1, the file time is initially displayed.
  2163.  
  2164.                               If 0, the file date is not initially
  2165.  
  2166.                               displayed.
  2167.  
  2168.  
  2169.                Size Display   If 1, the file size is initially displayed.
  2170.  
  2171.                               If 0, the file size is not initially
  2172.  
  2173.                               displayed.
  2174.  
  2175.  
  2176.                Attribute Display   If 1, the file attributes are initially
  2177.  
  2178.                               displayed.  If 0, the file attributes are not
  2179.  
  2180.                               initially displayed.
  2181.  
  2182.  
  2183.                Concatenate Path    If 1, the initial display shows the file
  2184.  
  2185.                               name and path concatenated.  If 0, the
  2186.  
  2187.                               initial display shows the file name and path
  2188.  
  2189.                               in separate columns.
  2190.  
  2191.  
  2192.                Drive          If null (i.e. "DRIVE="), the initial disk
  2193.  
  2194.                               drive in the filespec dialog is the current
  2195.  
  2196.                               working directory.  Otherwise, Filefind uses
  2197.  
  2198.                               the initial disk letter (e.g. 'C' for drive
  2199.  
  2200.                               'C', etc.).
  2201.  
  2202.  
  2203.                Winx           defines the initial horizontal size of the
  2204.  
  2205.                               window.
  2206.  
  2207.  
  2208.  
  2209.  
  2210.      ___________________________________________________________________________
  2211.  
  2212.  
  2213.           Date:  January 11, 1991                                 Page:  20
  2214.  
  2215.           Filefind 3.3                                       WIN.INI Format
  2216.  
  2217.  
  2218.      ___________________________________________________________________________
  2219.  
  2220.  
  2221.                Winy           defines the initial vertical size of the
  2222.  
  2223.                               window.
  2224.  
  2225.  
  2226.                initial dir tree    If 1, Filefind will automatically invoke
  2227.  
  2228.                               the Tree dialog at startup.  If 0, you will
  2229.  
  2230.                               have to invoke the Tree dialog specifically.
  2231.  
  2232.  
  2233.                initial filespec    If 1, Filefind will automatically invoke
  2234.  
  2235.                               the filespec dialog at startup.  If 0, you
  2236.  
  2237.                               will have to invoke the filespec dialog
  2238.  
  2239.                               specifically.
  2240.  
  2241.  
  2242.                Run2-9         defines user defined menu items.  The
  2243.  
  2244.                               programs variable in [windows]
  2245.                                                    [windows]
  2246.                                                    [windows] defines the
  2247.  
  2248.                               file extensions that Filefind considers to be
  2249.  
  2250.                               executable files.
  2251.  
  2252.  
  2253.                Registration   Your registration identification.
  2254.  
  2255.  
  2256.                lAttr          defines what attribute filters Filefind will
  2257.  
  2258.                               default to.  It consists of a string of eight
  2259.  
  2260.                               zeroes or ones.
  2261.  
  2262.  
  2263.           Messages
  2264.           Messages
  2265.           Messages
  2266.  
  2267.  
  2268.                This appendix documents the various messages produced by
  2269.  
  2270.                Filefind.
  2271.  
  2272.  
  2273.                Can not copy a Subdirectory
  2274.  
  2275.  
  2276.                     A subdirectory is in the selection list and you have
  2277.  
  2278.                     invoked the copy command.  Filefind can not copy
  2279.  
  2280.                     subdirectories.
  2281.  
  2282.  
  2283.                Can not copy a Volume Id
  2284.  
  2285.  
  2286.                     A volume label is in the selection list and you have
  2287.  
  2288.                     invoked the copy command.  Filefind can not copy volume
  2289.  
  2290.                     labels.
  2291.  
  2292.  
  2293.                Can not delete Volume Id
  2294.  
  2295.  
  2296.                     A volume label is in the selection list and you have
  2297.  
  2298.                     invoked the delete command.  Filefind can not delete
  2299.  
  2300.                     volume labels.
  2301.  
  2302.  
  2303.                Can not move a Subdirectory
  2304.  
  2305.  
  2306.                     A subdirectory is in the selection list and you have
  2307.  
  2308.                     invoked the move command.  Filefind can not move
  2309.  
  2310.                     subdirectories.
  2311.  
  2312.  
  2313.  
  2314.  
  2315.      ___________________________________________________________________________
  2316.  
  2317.  
  2318.           Date:  January 11, 1991                                 Page:  21
  2319.  
  2320.           Filefind 3.3                                             Messages
  2321.  
  2322.  
  2323.      ___________________________________________________________________________
  2324.  
  2325.  
  2326.                Can not move a Volume Id
  2327.  
  2328.  
  2329.                     A volume label is in the selection list and you have
  2330.  
  2331.                     invoked the move command.  Filefind can not move volume
  2332.  
  2333.                     labels.
  2334.  
  2335.  
  2336.                Can not move to the same directory
  2337.  
  2338.  
  2339.                     An attempt to copy or move a file to the same directory
  2340.  
  2341.                     has been made.
  2342.  
  2343.  
  2344.                Can not run menu item xxxx
  2345.  
  2346.  
  2347.                     You have attempted to invoke a user defined menu item.
  2348.  
  2349.                     xxxx is the associated program id.  Filefind does not
  2350.  
  2351.                     consider the associated program id to be an executable
  2352.  
  2353.                     file.  If the associated program id is an executable
  2354.  
  2355.                     file, your win.ini file may be in error.  See the
  2356.  
  2357.                     section on installing Filefind for further information.
  2358.  
  2359.  
  2360.                Can not run selection xxxx
  2361.  
  2362.  
  2363.                     You have attempted to invoke a selection that Filefind
  2364.  
  2365.                     does not consider an executable file.  xxxx is the
  2366.  
  2367.                     associated program id.  If you have selected what you
  2368.  
  2369.                     think is an executable file, your win.ini file may be
  2370.  
  2371.                     in error.  See the section on installing Filefind for
  2372.  
  2373.                     further information.
  2374.  
  2375.  
  2376.                A Directory is not Currently Selected.
  2377.  
  2378.  
  2379.                     The list directory or list directory w/spec menu item
  2380.  
  2381.                     has been invoked.  However, you have not yet selected a
  2382.  
  2383.                     directory tree item.
  2384.  
  2385.  
  2386.                Do not ignore these messages.
  2387.  
  2388.  
  2389.                     You are running an unlicensed copy of Filefind and
  2390.  
  2391.                     clicked on the Ignore button.  You can not ignore these
  2392.  
  2393.                     messages.  You should also license you copy of
  2394.  
  2395.                     Filefind.
  2396.  
  2397.  
  2398.                - Error S1002 - File Limit Exceeded
  2399.  
  2400.  
  2401.                     Some versions of Filefind have a built-in limit to the
  2402.  
  2403.                     number of files that may be found.
  2404.  
  2405.  
  2406.                File not found
  2407.  
  2408.  
  2409.                     No files matching the entered file specification were
  2410.  
  2411.                     found.  Check the specification.  Also make sure that
  2412.  
  2413.                     you specified the correct disk drive.
  2414.  
  2415.  
  2416.  
  2417.      ___________________________________________________________________________
  2418.  
  2419.  
  2420.           Date:  January 11, 1991                                 Page:  22
  2421.  
  2422.           Filefind 3.3                                             Messages
  2423.  
  2424.  
  2425.      ___________________________________________________________________________
  2426.  
  2427.  
  2428.                No files selected
  2429.  
  2430.  
  2431.                     A delete, move, print, or one of the user defined menu
  2432.  
  2433.                     items has been requested, but no file has been
  2434.  
  2435.                     selected.
  2436.  
  2437.  
  2438.                No files to show
  2439.  
  2440.  
  2441.                     Filefind could not find any files to show.  This may
  2442.  
  2443.                     come from a file search, trying to list files in an
  2444.  
  2445.                     empty directory, etc.
  2446.  
  2447.  
  2448.                Not a valid license Id
  2449.  
  2450.  
  2451.                     You have entered the license registration id and
  2452.  
  2453.                     clicked the OK but the id is invalid.  Correct and re-
  2454.  
  2455.                     try.
  2456.  
  2457.  
  2458.                Not enough memory to construct selection string
  2459.  
  2460.  
  2461.                     Not enough memory exists construct a string of the
  2462.  
  2463.                     selections.  Free some memory by closing existing
  2464.  
  2465.                     applications.
  2466.  
  2467.  
  2468.                Not enough memory to continue
  2469.  
  2470.  
  2471.                     Filefind needs to allocate memory and there isn't
  2472.  
  2473.                     enough available.  This can occur while Filefind is
  2474.  
  2475.                     searching the disk and building lists of directories
  2476.  
  2477.                     and matching files, when copying a file, or moving a
  2478.  
  2479.                     file.  Freeing up memory from other windows
  2480.  
  2481.                     applications may help.  If this happens while Filefind
  2482.  
  2483.                     is building the file list based on a search
  2484.  
  2485.                     specification, you probably have hundreds of files that
  2486.  
  2487.                     match the search specification.  Try narrowing the
  2488.  
  2489.                     search specification.
  2490.  
  2491.  
  2492.                Not enough memory to create destination path
  2493.  
  2494.  
  2495.                     An attempt to copy or move a file is being made.  Not
  2496.  
  2497.                     enough memory exists to create destination directory
  2498.  
  2499.                     information.
  2500.  
  2501.  
  2502.                Overwrite xxxx
  2503.  
  2504.  
  2505.                     A copy operation has been specified and the file
  2506.  
  2507.                     already exists in the destination directory.  If you
  2508.  
  2509.                     want to write over the existing file, click on OK.
  2510.  
  2511.                     Click on Cancel to leave the existing file in the
  2512.  
  2513.                     destination directory intact.
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.      ___________________________________________________________________________
  2520.  
  2521.  
  2522.           Date:  January 11, 1991                                 Page:  23
  2523.  
  2524.           Filefind 3.3                                             Messages
  2525.  
  2526.  
  2527.      ___________________________________________________________________________
  2528.  
  2529.  
  2530.                Unable to delete Directory FILENAME.EXT
  2531.  
  2532.  
  2533.                     Filefind is unable to delete the directory
  2534.  
  2535.                     FILENAME.EXT.  The most likely cause is that the
  2536.  
  2537.                     subdirectory contains other subdirectories or files.
  2538.  
  2539.                     Filefind can only delete empty subdirectories.  Another
  2540.  
  2541.                     reason may be that it is a read-only file.
  2542.  
  2543.  
  2544.                Unable to delete File FILENAME.EXT
  2545.  
  2546.  
  2547.                     Filefind is unable to delete the file FILENAME.EXT.
  2548.  
  2549.                     The most likely cause is that the file is a read-only
  2550.  
  2551.                     file.
  2552.  
  2553.  
  2554.                Within days are invalid
  2555.  
  2556.  
  2557.                     The days to use for the Within filter is invalid.  This
  2558.  
  2559.                     value must be a positive number
  2560.  
  2561.  
  2562.                xxxx opening destination file
  2563.  
  2564.  
  2565.                     A DOS error has occurred trying to open the destination
  2566.  
  2567.                     file for a copy or move.  xxxx is the DOS error code.
  2568.  
  2569.  
  2570.                xxxx opening source file
  2571.  
  2572.  
  2573.                     A DOS error has occurred trying to open the source file
  2574.  
  2575.                     for a copy, move, or print. xxxx is the DOS error code.
  2576.  
  2577.  
  2578.                xxxx reading source file
  2579.  
  2580.  
  2581.                     A DOS error has occurred trying to read the source file
  2582.  
  2583.                     for a copy or move.  xxxx is the DOS error code.
  2584.  
  2585.  
  2586.                xxxx writing destination file
  2587.  
  2588.  
  2589.                     A DOS error has occurred trying to write the
  2590.  
  2591.                     destination file for a copy or move.  xxxx is the DOS
  2592.  
  2593.                     error code.
  2594.  
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600.  
  2601.  
  2602.  
  2603.  
  2604.  
  2605.  
  2606.  
  2607.  
  2608.  
  2609.  
  2610.      ___________________________________________________________________________
  2611.  
  2612.  
  2613.           Date:  January 11, 1991                                 Page:  24
  2614.  
  2615.           Filefind 3.3                                  License Information
  2616.  
  2617.  
  2618.      ___________________________________________________________________________
  2619.  
  2620.  
  2621.           License Information
  2622.           License Information
  2623.           License Information
  2624.  
  2625.  
  2626.                Filefind is distributed as a shareware product.  All rights
  2627.  
  2628.                have been reserved by the author.  Filefind has not been
  2629.  
  2630.                released into the public domain.  If you use Filefind beyond
  2631.  
  2632.                an initial evaluation period, you must purchase a license.
  2633.  
  2634.                Two license options are available. You may purchase one
  2635.  
  2636.                license for each user of Filefind.  Alternatively, you may
  2637.  
  2638.                purchase a site license.
  2639.  
  2640.  
  2641.                Duplication and Distribution Restrictions
  2642.  
  2643.  
  2644.                     Filefind is a shareware product.  It may be copied and
  2645.  
  2646.                     distributed for others to evaluate as long as the
  2647.  
  2648.                     following rules are followed.  They are:
  2649.  
  2650.  
  2651.                     1)   The Filefind program, this documentation, and any
  2652.  
  2653.                          other accompanying materials may not be modified
  2654.  
  2655.                          in any way.
  2656.  
  2657.  
  2658.                     2)   A copy of this documentation and all accompanying
  2659.  
  2660.                          materials must be distributed along with the
  2661.  
  2662.                          program.
  2663.  
  2664.  
  2665.                     3)   You may not charge for distributing this program,
  2666.  
  2667.                          except  for a nominal media and handling charge.
  2668.  
  2669.                          In any case, such a charge may not exceed $5.00.
  2670.  
  2671.  
  2672.                     4)   Users of Filefind must purchase a license for its
  2673.  
  2674.                          use.  One license per copy of Filefind, or the
  2675.  
  2676.                          alternative site license, is required.  Note that
  2677.  
  2678.                          this requirement allows you to make as many backup
  2679.  
  2680.                          copies as you wish as long as you have a license
  2681.  
  2682.                          per user or a site license.
  2683.  
  2684.  
  2685.                     5)   If you purchased a disk containing this software
  2686.  
  2687.                          from a public domain/shareware software
  2688.  
  2689.                          distributor, you have paid the media and handling
  2690.  
  2691.                          charges as permitted in 3 above.  You have not
  2692.  
  2693.                          purchased the required license for Filefind.
  2694.  
  2695.                          Purchasing a license is required for continued
  2696.  
  2697.                          use.
  2698.  
  2699.  
  2700.  
  2701.  
  2702.  
  2703.  
  2704.  
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.      ___________________________________________________________________________
  2712.  
  2713.  
  2714.           Date:  January 11, 1991                                 Page:  25
  2715.  
  2716.           Filefind 3.3                                  License Information
  2717.  
  2718.  
  2719.      ___________________________________________________________________________
  2720.  
  2721.  
  2722.                Rates
  2723.                Rates
  2724.                Rates
  2725.  
  2726.  
  2727.                     Two rate scales are available for licensing Filefind.
  2728.  
  2729.                     You may purchase a single user license or a site
  2730.  
  2731.                     license. For either, you may simply purchase a license,
  2732.  
  2733.                     or you may purchase a license, the current version on
  2734.  
  2735.                     disk, and/or a printed copy of the documentation.
  2736.  
  2737.  
  2738.                     Refer to the license applications following this
  2739.  
  2740.                     section for current rates.
  2741.  
  2742.  
  2743.                     The purchase of a license allows you to use Filefind
  2744.  
  2745.                     and receive support.  As new versions are released, you
  2746.  
  2747.                     may obtain them through the various shareware channels.
  2748.  
  2749.                     New versions will also be available directly from the
  2750.  
  2751.                     author for a nominal materials and shipping charge.
  2752.  
  2753.  
  2754.  
  2755.  
  2756.                     Make checks payable to and send payments to:
  2757.  
  2758.  
  2759.                     William L. Page
  2760.  
  2761.  
  2762.                     P.O. Box 266
  2763.  
  2764.  
  2765.                     Flagtown, New Jersey 08821-0266
  2766.  
  2767.  
  2768.                     Note
  2769.                     Note
  2770.                     Note Payments must be US funds.  Checks must be drawn
  2771.  
  2772.                          on or payable through a US bank.  If you wish to
  2773.  
  2774.                          remit a foreign check, we will attempt to have our
  2775.  
  2776.                          bank process it through their collection
  2777.  
  2778.                          department if you include a $7 fee.  Somehow that
  2779.  
  2780.                          doesn't seem worth it.  Foreign users are probably
  2781.  
  2782.                          better off sending cash.
  2783.  
  2784.  
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.  
  2791.  
  2792.  
  2793.  
  2794.  
  2795.  
  2796.  
  2797.  
  2798.  
  2799.  
  2800.  
  2801.  
  2802.  
  2803.  
  2804.      ___________________________________________________________________________
  2805.  
  2806.  
  2807.           Date:  January 11, 1991                                 Page:  26
  2808.  
  2809.           Filefind 3.3                      Single User License Application
  2810.  
  2811.  
  2812.      ___________________________________________________________________________
  2813.  
  2814.  
  2815.                   Application for Single User License Registration
  2816.  
  2817.                                     FileFind  3.3
  2818.  
  2819.  
  2820.           Date:   ______________________
  2821.  
  2822.  
  2823.           To:  William L. Page
  2824.  
  2825.  
  2826.                P.O. Box 266
  2827.  
  2828.  
  2829.                Flagtown, New Jersey 08821-0266
  2830.  
  2831.  
  2832.           Please register Filefind for:
  2833.  
  2834.  
  2835.                Name___________________________________________________
  2836.  
  2837.  
  2838.                (Company)______________________________________________
  2839.  
  2840.  
  2841.                (Title)________________________________________________
  2842.  
  2843.  
  2844.                Address________________________________________________
  2845.  
  2846.  
  2847.                City, State Zip   _____________________________________
  2848.  
  2849.  
  2850.                Windows version that I am currently using: ____________
  2851.  
  2852.  
  2853.                I got Filefind from (BBS & Phone #) ___________________
  2854.  
  2855.  
  2856.                _______________________________________________________
  2857.  
  2858.  
  2859.                +--------------------------------+--------+-------+---------+
  2860.  
  2861.                |  Item                          | Unit $ | Quant | Total $ |
  2862.  
  2863.                +--------------------------------+--------+-------+---------+
  2864.  
  2865.                |  FileFind                      |    $12 |       |         |
  2866.  
  2867.                +--------------------------------+--------+-------+---------+
  2868.  
  2869.                |  Current Version on 5 1/4 disk |     $6 |       |         |
  2870.  
  2871.                +--------------------------------+--------+-------+---------+
  2872.  
  2873.                |  Current Version on 3 1/2 disk |     $6 |       |         |
  2874.  
  2875.                +--------------------------------+--------+-------+---------+
  2876.  
  2877.                |  Printed Documentation         |     $9 |       |         |
  2878.  
  2879.                +--------------------------------+--------+-------+---------+
  2880.  
  2881.                |         Total                                   |         |
  2882.  
  2883.                +-------------------------------------------------+---------+
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.      ___________________________________________________________________________
  2898.  
  2899.  
  2900.           Date:  January 11, 1991                                 Page:  27
  2901.  
  2902.           Filefind 3.3                             Site License Application
  2903.  
  2904.  
  2905.      ___________________________________________________________________________
  2906.  
  2907.  
  2908.                       Application for Site License Registration
  2909.  
  2910.                                     FileFind  3.3
  2911.  
  2912.  
  2913.  
  2914.           Date:   ______________________
  2915.  
  2916.  
  2917.  
  2918.           To:  William L. Page
  2919.  
  2920.  
  2921.                P.O. Box 266
  2922.  
  2923.  
  2924.                Flagtown, New Jersey 08821-0266
  2925.  
  2926.  
  2927.           Please register Filefind for:
  2928.  
  2929.  
  2930.                Name___________________________________________________
  2931.  
  2932.  
  2933.                (Company)______________________________________________
  2934.  
  2935.  
  2936.                (Title)________________________________________________
  2937.  
  2938.  
  2939.                Address________________________________________________
  2940.  
  2941.  
  2942.                City, State Zip________________________________________
  2943.  
  2944.  
  2945.                Windows version that I am currently using: ____________
  2946.  
  2947.  
  2948.                I got Filefind from (BBS & Phone #) ___________________
  2949.  
  2950.  
  2951.                _______________________________________________________
  2952.  
  2953.  
  2954.                +--------------------------------+--------+-------+---------+
  2955.  
  2956.                |  Item                          | Unit $ | Quant | Total $ |
  2957.  
  2958.                +--------------------------------+--------+-------+---------+
  2959.  
  2960.                |  First 10 Users                |   $100 |     1 |    $100 |
  2961.  
  2962.                +--------------------------------+--------+-------+---------+
  2963.  
  2964.                |  Users 11-20                   |     $9 |       |         |
  2965.  
  2966.                +--------------------------------+--------+-------+---------+
  2967.  
  2968.                |  Users 21-50                   |     $8 |       |         |
  2969.  
  2970.                +--------------------------------+--------+-------+---------+
  2971.  
  2972.                |  Users 50+                     |     $7 |       |         |
  2973.  
  2974.                +--------------------------------+--------+-------+---------+
  2975.  
  2976.                |  Current Version on 5 1/4 disk |    $12 |       |         |
  2977.  
  2978.                +--------------------------------+--------+-------+---------+
  2979.  
  2980.                |  Current Version on 3 1/2 disk |    $12 |       |         |
  2981.  
  2982.                +--------------------------------+--------+-------+---------+
  2983.  
  2984.                |  Printed Documentation         |    $12 |       |         |
  2985.  
  2986.                +--------------------------------+--------+-------+---------+
  2987.  
  2988.                |         Total                                   |         |
  2989.  
  2990.                +-------------------------------------------------+---------+
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.      ___________________________________________________________________________
  2997.  
  2998.  
  2999.           Date:  January 11, 1991                                 Page:  28