home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / utils / f1276 / filefind.txt < prev    next >
Text File  |  1991-01-10  |  86KB  |  1,709 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                       Filefind
  7.  
  8.  
  9.                                      Version 3.3
  10.  
  11.  
  12.  
  13.                                          by
  14.  
  15.  
  16.  
  17.                                 Snake River Software
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                 Program and Documentation Copyright 1989, 1990, 1991
  26.  
  27.  
  28.  
  29.                                  All Rights Reserved
  30.  
  31.  
  32.  
  33.  
  34.  
  35.            Microsoft and MS-DOS are registered trademarks and Windows is a
  36.                          trademark of Microsoft Corporation.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.      ___________________________________________________________________________
  61.  
  62.           Date:  January 11, 1991                                  Page:  1
  63.           Filefind 3.3                                         Introduction
  64.  
  65.      ___________________________________________________________________________
  66.  
  67.           Overview          Overview          Overview
  68.  
  69.                Filefind is a Microsoft Windows based tool designed help you
  70.                locate and manipulate files on your hard-drive or network
  71.                drives.
  72.  
  73.                To use Filefind, enter a file specification using
  74.                conventional DOS wildcards, select a disk drive from a
  75.                scrollable list, and let Filefind locate all matching files
  76.                on the drive.
  77.  
  78.                Alternately, you can select one or more directories from the
  79.                current directory tree and list all the files (or all files
  80.                matching the current search criteria) in the directories.
  81.  
  82.                Once Filefind finds all matching files, you may perform a
  83.                variety of pre-defined or user defined functions.
  84.  
  85.                Filefind allows you to select one file, multiple files, a
  86.                range of files, or combine multiple and range selection
  87.                operations.  Once you have selected a list of files, you can
  88.                print them, delete them, copy them to a specified drive and
  89.                directory, or move them to a specified drive and directory.
  90.  
  91.                Filefind will also allow you to run a selected file if it is
  92.                a file that Windows recognizes as a program or if it has an
  93.                association in the WIN.INI file (e.g. *.TXT files are
  94.                associated with NOTEPAD.EXE in the WIN.INI file).
  95.                Additionally, you can specify up to seven of your own menu
  96.                items to run a specified program that will receive the
  97.                selected file as a run parameter.
  98.  
  99.           Acknowledgments          Acknowledgments          Acknowledgments
  100.  
  101.                Several people provided suggestions, inspiration, critical
  102.                assessments, etc. for writing Filefind.  I would like to
  103.                particularly thank:
  104.  
  105.                     Rob Davis who always provides valuable, if not always
  106.                               easy to take insights.
  107.  
  108.                     Ron Steiner    who can break almost any piece of code
  109.                               that is supposed to have all the bugs out of
  110.                               it.
  111.  
  112.                     and Foofer     who still thinks it was all his idea
  113.                               anyway.
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.      ___________________________________________________________________________
  122.  
  123.           Date:  January 11, 1991                                  Page:  2
  124.           Filefind 3.3                                         Introduction
  125.  
  126.      ___________________________________________________________________________
  127.  
  128.           Notations          Notations          Notations
  129.  
  130.                The following notations are used in this manual:
  131.  
  132.                [text]    is used to identify optional information.  If the
  133.                          option is not specified, the default action will
  134.                          be taken. An exception is in the discussion of the
  135.                          WIN.INI file.  WIN.INI section headers are
  136.                          identified as [text]                                       [text]                                       [text].  These sections are
  137.                          boldfaced to assist in their identification
  138.                          whereas [options] are not normally boldfaced.
  139.                          Hopefully, context and the use of boldfacing will
  140.                          distinguish these two uses.
  141.  
  142.                <key><character>    is used to indicate a key to be pressed.
  143.                          For example, <enter> is used to designate the
  144.                          enter (or return) key.  It also is used to avoid
  145.                          ambiguity in the documentation by specifying
  146.                          <character>.   For example <space> may be used to
  147.                          indicate that a space is required in some text.
  148.  
  149.                bold               bold               bold      is used for several contexts as explained in the
  150.                          appropriate sections.  Additionally, it is used to
  151.                          identify section headings.
  152.  
  153.                Italics   is used to identify menus and menu items.
  154.  
  155.           System Requirements          System Requirements          System Requirements
  156.  
  157.                Filefind runs within the Microsoft Windows.  Minimum System
  158.                requirements include:
  159.  
  160.                     Microsoft Windows 3.X or higher
  161.  
  162.                     DOS 3.X or higher
  163.  
  164.                     Approximately 75K memory*
  165.  
  166.                     Approximately 60K disk space
  167.  
  168.                     Windows compatible mouse
  169.  
  170.                *    Memory available within the Windows environment.  The
  171.                     memory required by Filefind varies with use.  The
  172.                     minimum memory is approximately 75K and maximum is
  173.                     approximately 120K.
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.      ___________________________________________________________________________
  183.  
  184.           Date:  January 11, 1991                                  Page:  3
  185.           Filefind 3.3                                         Installation
  186.  
  187.      ___________________________________________________________________________
  188.  
  189.           Installation          Installation          Installation
  190.  
  191.                Filefind is easy to install. Simply copy all distribution
  192.                files to the disk/directory where you want to run Filefind
  193.                from.  This will usually be \windows or \win386.
  194.  
  195.                All configuration options reside in your WIN.INI file.  Most
  196.                of these can be set within Filefind.  See the Options menu
  197.                for more information.
  198.  
  199.                One configuration option that can not be set within Filefind
  200.                is the set of user defined menu items.  User defined menu
  201.                items are used to define other programs that you want to
  202.                operate on files that Filefind finds.  For example, you can
  203.                have a menu item that invokes Windows' NOTEPAD program to
  204.                edit a file that Filefind finds.  These menu items must be
  205.                set by editing the WIN.INI file directly.  The easiest way
  206.                to set these up is to first invoke Filefind and set your
  207.                default options.  This will create a Filefind section of
  208.                WIN.INI where you can insert user defined menu items.
  209.  
  210.                To change your WIN.INI, invoke NOTEPAD (or other text editor
  211.                of your choice).  Scroll through the file until you find:
  212.  
  213.                                   [SRS File Finder]                                  [SRS File Finder]                                  [SRS File Finder]
  214.  
  215.                You may insert user defined Run menu items after this line
  216.                and before the next section (identified by [text]                                                          [text]                                                          [text]) or the
  217.                end of the file if Filefind is the last WIN.INI section.
  218.                Each user defined Run menu item must be in the following
  219.                format:
  220.  
  221.                   Runx=menutext <space> [drive:][path]program_name
  222.  
  223.                Where:
  224.  
  225.                     Runx      is the menu item identifier. Replace the
  226.                               letter x with a single digit, 2 through 9.
  227.                               Thus the acceptable values are Run2, Run3,
  228.                               Run4, ... Run9.  The menu items will appear
  229.                               in ascending numeric order.  You do not have
  230.                               use consecutive items.  For example you can
  231.                               define Run2, Run5, and Run8 only.
  232.  
  233.                     menutext  is the text that will appear in the windows
  234.                               menu.  You may not use spaces.  You may
  235.                               specify accelerator keys by placing an
  236.                               ampersand (&) in front of the key that is to
  237.                               become the accelerator.
  238.  
  239.                     [drive:]  is a DOS drive.  It may be a network,
  240.                               virtual, floppy, hard drive, etc.
  241.  
  242.  
  243.      ___________________________________________________________________________
  244.  
  245.           Date:  January 11, 1991                                  Page:  4
  246.           Filefind 3.3                                         Installation
  247.  
  248.      ___________________________________________________________________________
  249.  
  250.                     [path]    is a standard DOS path identification.  This
  251.                               parameter is optional.  If you do not specify
  252.                               a path, the program must exist in the current
  253.                               directory or available from the PATH
  254.                               environment.
  255.  
  256.                     program_name   is the fully qualified program name.
  257.                               This is usually a name that ends with .EXE,
  258.                               .COM, or .BAT.  Filefind uses the windows
  259.                               WIN.INI [windows]                                      [windows]                                      [windows] programs variable to
  260.                               determine whether a file is executable.  For
  261.                               example, you may wish to run PIF files.  The
  262.                               programs entry should then look something
  263.                               like:
  264.                                         programs=com exe bat PIF
  265.                               For more information, consult your windows
  266.                               manual.
  267.  
  268.                Example:
  269.  
  270.                     you might want to define the Run2 menu item to invoke
  271.                     the windows notepad.  The entry will look something
  272.                     like:
  273.                          Run2=&Notes e:\windows\Notepad.exe
  274.  
  275.                You may also wish to add to or change the associations
  276.                defined to windows.  These associations are used by Filefind
  277.                when you choose Selection under the Action menu and Filefind
  278.                can not run the selection.  If Filefind can not run the
  279.                selection directly, it looks for the file's extension in the
  280.                [Extensions]               [Extensions]               [Extensions] section of the WIN.INI.  If Filefind can find
  281.                the extension, it invokes the program specified passing the
  282.                selection as a parameter.
  283.  
  284.                The [Extensions]                   [Extensions]                   [Extensions] section contains entries that appear as:
  285.                               txt                              txt                              txt=notepad.exe ^.txt
  286.                where txt                     txt                     txt is the extension and notepad.exe ^.txt is run by
  287.                Filefind after substituting the selection for ^.txt with the
  288.                selection.
  289.  
  290.                Simply edit the WIN.INI as described above to add any
  291.                additional associations desired.
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.      ___________________________________________________________________________
  305.  
  306.           Date:  January 11, 1991                                  Page:  5
  307.           Filefind 3.3                                                Usage
  308.  
  309.      ___________________________________________________________________________
  310.  
  311.           Usage          Usage          Usage
  312.  
  313.                Filefind is invoked like other windows programs.
  314.  
  315.                1.   From the MS-DOS Executive, click on FILEFIND.EXE, the
  316.                     File menu, and the Run menu item.
  317.  
  318.                2.   Double click on FILEFIND.EXE.
  319.  
  320.                3.   Select Filefind from the Filefind Run menu.
  321.  
  322.           Modes of Operation.          Modes of Operation.          Modes of Operation.
  323.  
  324.                Filefind operates in one of two basic modes.  In file list
  325.                mode, Filefind displays a list of files based on a search
  326.                specification.  You may select files in the list and then
  327.                copy them, delete them, etc.
  328.  
  329.                In directory list mode, Filefind displays a directory tree
  330.                of the requested disk drive.  You may select one or more
  331.                displayed directories, and instruct Filefind to switch into
  332.                file list mode for that directory.  Filefind allows you to
  333.                list all files in the selected directory or all files that
  334.                match the current search specification that reside in the
  335.                selected directory.
  336.  
  337.                Filefind may be started in either one of these modes
  338.                depending on how you set the initialization options in the
  339.                default dialog.
  340.  
  341.                You can also set Filefind to not automatically start in
  342.                either mode.  If you do this, you will have to specifically
  343.                request a file list or directory tree.
  344.  
  345.                File List Mode.
  346.  
  347.                     File list mode presents you with a list of files.  You
  348.                     can also display file dates, times, attributes and
  349.                     sizes.  In this mode, you can select one or more files
  350.                     to copy, print, run, etc.
  351.  
  352.                     There are several ways to enter file list mode.  You
  353.                     can set the default startup to invoke the Filespec
  354.                     dialog when Filefind is started.  You can also invoke
  355.                     the Filespec dialog from the main menu at any time.
  356.                     This dialog will allow you to enter a search
  357.                     specification and set the disk drive to search on.
  358.  
  359.                     You can also enter the file list mode from the
  360.                     directory list mode.  When you invoke file list mode
  361.                     from the directory mode, you will display a list of all
  362.                     the files in a selected directory(s) or all the files
  363.  
  364.  
  365.      ___________________________________________________________________________
  366.  
  367.           Date:  January 11, 1991                                  Page:  6
  368.           Filefind 3.3                                                Usage
  369.  
  370.      ___________________________________________________________________________
  371.  
  372.                     in the selected directory(s) that match the current
  373.                     search specification.
  374.  
  375.                     Finally, if you are in the directory list mode and a
  376.                     file list is currently active, the main menu will
  377.                     contain a List menu item.  If you select this menu
  378.                     item, you will switch over to the current file list.
  379.  
  380.                Directory List Mode.
  381.  
  382.                     Directory list mode presents you with a tree of the
  383.                     current drive's directories.  You can not do a whole
  384.                     lot in directory list mode except examine the
  385.                     organization of your disk's directory structure or
  386.                     invoke the file list mode for one or more specific
  387.                     directories rather than all files on the disk.
  388.  
  389.                     Directory List mode can be entered in several ways.
  390.                     You can set the default startup to invoke the Tree
  391.                     dialog when Filefind is started, or you can press the
  392.                     Bld Tree button in the Search dialog.  You may also
  393.                     select the Tree menu item in the Select menu at any
  394.                     time.
  395.  
  396.                     Finally, if you are in the file list mode, the main
  397.                     menu will contain a Tree menu.  If you select this menu
  398.                     item, you will switch over to the directory tree.
  399.  
  400.                     If one or more directories in the tree are selected,
  401.                     you can choose the List Directory or the List Directory
  402.                     w/Spec items under the Select menu.  List Directory
  403.                     will invoke the file list mode and display all files in
  404.                     the selected directories.  You may also double click on
  405.                     the desired directory to select it and invoke the file
  406.                     list mode.  List Directory w/Spec will invoke the file
  407.                     list mode and display all files in the selected
  408.                     directories that match the current search
  409.                     specification.
  410.  
  411.                Mouse Usage
  412.  
  413.                     Filefind uses the mouse pretty much the same way as all
  414.                     other windows programs.  You can size, move, scroll,
  415.                     minimize, restore, maximize, ad nauseam.
  416.  
  417.                     The only special Filefind mouse functions are in the
  418.                     selection process.
  419.  
  420.                     When you are in the directory list mode, you can double
  421.                     click on a directory and switch to file list mode with
  422.                     a display of all the files in that directory.
  423.  
  424.  
  425.  
  426.      ___________________________________________________________________________
  427.  
  428.           Date:  January 11, 1991                                  Page:  7
  429.           Filefind 3.3                                                Usage
  430.  
  431.      ___________________________________________________________________________
  432.  
  433.                     When you are in the file list mode, you may select some
  434.                     or all the files in the list.  Many of the other
  435.                     functions require that you select one or more of the
  436.                     files found. Filefind recognizes two different
  437.                     selections.  The current selection is generally the
  438.                     last file that has been clicked on (delete, move, and
  439.                     copy functions can alter this).  A selection list is a
  440.                     list of all currently selected files including the
  441.                     current selection.  Files in the current selection list
  442.                     are displayed by Filefind in reverse video (white
  443.                     letters on black if you are using the default colors).
  444.                     The current selection is further identified by a dotted
  445.                     rectangle around the displayed file.
  446.  
  447.                     All selections are made using the left mouse button.
  448.                     To select a file, simply click in the desired file's
  449.                     display line.  If you click on another file, Filefind
  450.                     deselects the first file and selects the second file.
  451.                     To deselect the current selection click on the
  452.                     selection.  If you deselect the current selection, you
  453.                     will not have a current selection.
  454.  
  455.                     To select multiple files, first click on one of the
  456.                     desired files.  Then, while holding the <Ctrl> key
  457.                     down, click on the rest of the files desired for the
  458.                     selection list.  Pressing the <Ctrl> key tells Filefind
  459.                     to retain the current selections.
  460.  
  461.                     To select file ranges, first click on the file at
  462.                     either end of the range.  Then, while holding the
  463.                     <Shift> key down, click on the file at the other end of
  464.                     the range.  Pressing the <Shift> key tells Filefind to
  465.                     select all files in the list from the current selection
  466.                     to the file being clicked on.
  467.  
  468.                     You may mix multiple file selection with range
  469.                     selection.  Just press the appropriate key before you
  470.                     click on the next file.  If you are pressing the <Ctrl>
  471.                     key, you will select an additional file.  If you are
  472.                     additionally pressing the <Shift> key, you will extend
  473.                     the range from the current selection to the newly
  474.                     selected file.  You will retain all files in the
  475.                     current selection list until you click on a file when
  476.                     you are not holding down either the <Ctrl> key, or you
  477.                     deselect the files.
  478.  
  479.                     When you have a selection list active, you may deselect
  480.                     individual files in the list by clicking on the
  481.                     highlighted file while pressing the <Ctrl> key.
  482.  
  483.                     You may scroll through the file list and Filefind will
  484.                     maintain the current selection or list until you select
  485.                     another file or deselect all files.
  486.  
  487.      ___________________________________________________________________________
  488.  
  489.           Date:  January 11, 1991                                  Page:  8
  490.           Filefind 3.3                                                Menus
  491.  
  492.      ___________________________________________________________________________
  493.  
  494.           Menus          Menus          Menus
  495.  
  496.                Filefind contains the following high level menu:
  497.  
  498.                Select  Edit      View      List     Search    Action   Options
  499.  
  500.  
  501.                This section describes the contents of these menus.  Italic
  502.                text describes menus and menu items.  ______                                                     Italic __________                                                            underlined
  503.                characters denote accelerator keys.
  504.  
  505.                Sele_                   ct         Select contains menu items that allow you to
  506.                               select different file lists, search drives,
  507.                               or directory trees.  Additionally, as the
  508.                               first menu item, Sele_                                                   ct contains the About...
  509.                               dialog and Exit command.
  510.  
  511.                               Build _                                    Tree...  Build _                                                   Tree allows you display
  512.                                              a directory tree for a new
  513.                                              disk drive.
  514.  
  515.                               List Dir(s)    List Dir(s)splays all files
  516.                                              for the selected directories
  517.                                              in the tree.
  518.  
  519.                               List Dir(s) w/spec  List Dir(s) w/spec,
  520.                                              displays all files for the
  521.                                              selected directory in the tree
  522.                                              that match the current search
  523.                                              specification.
  524.  
  525.                               E_                               xit           quits the Filefind program.
  526.  
  527.                               A_                               bout...       displays a dialog box
  528.                                              containing version, copyright,
  529.                                              file counts and directory
  530.                                              counts for the current search.
  531.  
  532.                _               Edit           The _                                  Edit menu enables a displayed file list
  533.                               or selection list to be copied to the
  534.                               clipboard.
  535.  
  536.                               Copy _                                   List      copies the entire file list to
  537.                                              the clipboard.  The list is
  538.                                              copied as shown.  File
  539.                                              attributes such as date and
  540.                                              size are written to the
  541.                                              clipboard if they are
  542.                                              currently being show.
  543.  
  544.                               Copy _                                   Selections     copies files in the
  545.                                              current selection list to the
  546.                                              clipboard.  As above,
  547.                                              whichever attributes are
  548.      ___________________________________________________________________________
  549.  
  550.           Date:  January 11, 1991                                  Page:  9
  551.           Filefind 3.3                                                Menus
  552.  
  553.      ___________________________________________________________________________
  554.  
  555.                                              currently showing are copied
  556.                                              to the clipboard also.
  557.  
  558.                _               View           The _                                  View menu determines what is displayed in
  559.                               the Filefind window and how the items are
  560.                               displayed.
  561.  
  562.                               _                              Date           is a toggle.  When checked,
  563.                                              the each file's date is
  564.                                              displayed.  When unchecked, it
  565.                                              is not.  This item is only
  566.                                              available in file list mode
  567.  
  568.                               _                              Time           is a toggle.  When checked,
  569.                                              the file's time is displayed.
  570.                                              When unchecked, it is not.
  571.                                              This item is only available in
  572.                                              file list mode.
  573.  
  574.                               _                              Size           is a toggle.  When checked,
  575.                                              the file's size is displayed.
  576.                                              When unchecked, it is not.
  577.                                              This item is only available in
  578.                                              file list mode.
  579.  
  580.                               _                              Attribute      is a toggle.  When checked,
  581.                                              the file's attributes are
  582.                                              displayed.  When unchecked,
  583.                                              they are not.  The attribute
  584.                                              appears as rxdahsv where:
  585.  
  586.                                    rx        is 'rw' for a read-write file
  587.                                              or 'ro' for a read-only file;
  588.  
  589.                                    d         is 'd' if the file is a
  590.                                              directory, space if not;
  591.  
  592.                                    a         is 'a' if the archive bit has
  593.                                              been set, space if it has not;
  594.                                    h         is 'h' if the file is a hidden
  595.                                              file, space if it is not;
  596.  
  597.                                    s         is 's' if the file is a system
  598.                                              file, space if it is not;
  599.                                    v         is 'v' if entry is a system
  600.                                              volume id, space if it is not.
  601.  
  602.                                    This item is only available in file list
  603.                                              mode.
  604.  
  605.  
  606.  
  607.  
  608.  
  609.      ___________________________________________________________________________
  610.  
  611.           Date:  January 11, 1991                                 Page:  10
  612.           Filefind 3.3                                                Menus
  613.  
  614.      ___________________________________________________________________________
  615.  
  616.                               Concatenate Path    Concatenate Path causes
  617.                               Separate Path       the file name and file
  618.                                                   path to appear as one
  619.                                                   long string.  Separate
  620.                                                   Path causes the file
  621.                                                   name and file path to
  622.                                                   appear as two strings in
  623.                                                   separate columns.  These
  624.                                                   two items act as a
  625.                                                   toggle.  This item is
  626.                                                   only available in file
  627.                                                   list mode.
  628.  
  629.  
  630.  
  631.                               Unsorted       displays the files (or
  632.                                              directories) as they were
  633.                                              found.  This item is available
  634.                                              in both file list and
  635.                                              directory list modes.
  636.  
  637.                               by Name        displays the files in filename
  638.                                              (or directory name) order.
  639.                                              The sort actually sorts
  640.                                              filename then file extension
  641.                                              so that x.a is guaranteed to
  642.                                              appear before x.b.  For the
  643.                                              directory tree  display,
  644.                                              subdirectories in a directory
  645.                                              are sorted with each other and
  646.                                              separately from subdirectories
  647.                                              in another directory.  This
  648.                                              option is available in both
  649.                                              file list and directory tree
  650.                                              modes.
  651.  
  652.                               by Kind        displays the files in file
  653.                                              extension order.  The sort
  654.                                              actually sorts on the file
  655.                                              extension and then the file
  656.                                              name so that a.a is guaranteed
  657.                                              to appear before b.a.  This
  658.                                              option is only available in
  659.                                              file list mode.
  660.  
  661.                               by Date/Time   displays the files in the
  662.                                              order that they were created.
  663.                                              The sort is a two part sort.
  664.                                              The full date is the high
  665.                                              order part of the sort key and
  666.                                              the time, the low part of the
  667.                                              sort key.  This option is only
  668.                                              available in file list mode.
  669.  
  670.      ___________________________________________________________________________
  671.  
  672.           Date:  January 11, 1991                                 Page:  11
  673.           Filefind 3.3                                                Menus
  674.  
  675.      ___________________________________________________________________________
  676.  
  677.                               by Size        displays the files according
  678.                                              to their size.  The only
  679.                                              option is an ascending sort
  680.                                              with the smallest file
  681.                                              appearing at the top of the
  682.                                              window and the largest file at
  683.                                              the bottom of the window.
  684.                                              This option is only available
  685.                                              in file list mode.
  686.  
  687.                _               List           _                              List                                                                       and _                                       Tree are alternating menu Ids.
  688.                _               Tree           When Filefind is in directory list mode,
  689.                               List will appear and clicking on it will
  690.                               toggle you into file list mode.  Likewise,
  691.                               if you are in file list mode, Tree is the
  692.                               displayed menu Id, and selecting it will
  693.                               toggle you into directory list mode.
  694.  
  695.  
  696.  
  697.                 _                Search        allows you enter the file specification for
  698.                               Filefind to search on.  When _                                                           Filespec is
  699.                               chosen, a dialog that allows search pattern
  700.                               specification and disk drive selection is
  701.                               presented.
  702.  
  703.                _               Action         contains menu items pertaining to actions
  704.                               that can be taken with entire selection
  705.                               lists.
  706.  
  707.                               _                              Delete Selections...     allows you to delete
  708.                                              all or some of the files in
  709.                                              the current selection list.
  710.  
  711.                               _                              Print Selections... allows you to print all
  712.                                              or some of the files in the
  713.                                              current selection list.
  714.  
  715.                               _                              Copy Selections...  allows you to copy all or
  716.                                              some of the files in the
  717.                                              current selection list to a
  718.                                              different directory on the
  719.                                              same disk or a directory on a
  720.                                              different disk.
  721.  
  722.                               _                              Move Selections...  allows you to move all or
  723.                                              some of the files in the
  724.                                              current selection list to a
  725.                                              different directory on the
  726.                                              same disk or a directory on a
  727.                                              different disk.  Move actually
  728.                                              performs a copy to the
  729.  
  730.  
  731.      ___________________________________________________________________________
  732.  
  733.           Date:  January 11, 1991                                 Page:  12
  734.           Filefind 3.3                                                Menus
  735.  
  736.      ___________________________________________________________________________
  737.  
  738.                                              destination and then erases
  739.                                              the source file.
  740.  
  741.                               _                              Selection      attempts to run the current
  742.                                              selection.  The file extension
  743.                                              must be a program as defined
  744.                                              in the WIN.INI file.  If the
  745.                                              selection is not an
  746.                                              executable, the extensions in
  747.                                              the WIN.INI are checked for an
  748.                                              associated program which is
  749.                                              invoked using the selection as
  750.                                              a parameter.
  751.  
  752.                               File_                                  Find       runs another copy of Filefind.
  753.  
  754.                               The rest of this menu consists of user
  755.                               defined menu items.  Each of these will run
  756.                               the program defined for the menu item.  The
  757.                               currently selected file concatenated to its
  758.                               drive and path will be passed as a command
  759.                               parameter.
  760.  
  761.                Options
  762.  
  763.                     Options allows setting of defaults, options,
  764.                     initializations, etc.
  765.  
  766.                               Printer Setup...    displays the dialog box
  767.                                              for the current printer
  768.                                              driver.  The contents of this
  769.                                              and the user interactions are
  770.                                              device dependent.
  771.  
  772.                               Set _                                  Defaults...     allows the setting of
  773.                                              most initialization and
  774.                                              default options.  See the
  775.                                              WIN.INI appendix and the
  776.                                              installation section for
  777.                                              further information on options
  778.                                              that can not set within this
  779.                                              dialog.
  780.  
  781.                               Set Options to Defaults  resets display
  782.                                              options to the defaults.
  783.  
  784.                               Register License    invokes the registration
  785.                                              dialog box.  Once Filefind is
  786.                                              registered, the supplied
  787.                                              license id is entered through
  788.                                              this dialog.
  789.  
  790.  
  791.  
  792.      ___________________________________________________________________________
  793.  
  794.           Date:  January 11, 1991                                 Page:  13
  795.           Filefind 3.3                                              Dialogs
  796.  
  797.      ___________________________________________________________________________
  798.  
  799.           Dialogs          Dialogs          Dialogs
  800.  
  801.                This sections describes the various dialogs presented by
  802.                Filefind.  These dialogs are presented alphabetically
  803.                according to the invoking menu item.
  804.  
  805.                     _                    About...       displays version, copyright, etc.
  806.                                    information.  The current drive, number
  807.                                    of directories, number of files, and the
  808.                                    total size of the listed files are also
  809.                                    displayed.  An OK push-button is
  810.                                    provided to exit the dialog.
  811.  
  812.                     _                    Copy Selections...  copies all or part of the current
  813.                                    selection list to a new disk\directory.
  814.                                    Two dialog boxes are used.  The first
  815.                                    dialog allows you to specify the
  816.                                    destination drive and directory.  Double
  817.                                    click the list box in this dialog until
  818.                                    the drive and directory are
  819.                                    satisfactory.  Click on the OK push
  820.                                    button to proceed.  If you wish to abort
  821.                                    the copy operation, click on the Cancel
  822.                                    push-button.  The second dialog displays
  823.                                    a list of the selected files.  Below the
  824.                                    list is the file that is about to be
  825.                                    processed.  Click the OK push-button to
  826.                                    copy the file, Ignore push-button to
  827.                                    bypass copying this one file, and Cancel
  828.                                    to bypass all the remaining files.
  829.                                    There is also a check box that allows
  830.                                    you to bypass clicking on the OK push
  831.                                    button for each file.  If you un-check
  832.                                    this box, all remaining files in the
  833.                                    selection list will be copied without
  834.                                    further intervention.  Be aware that if
  835.                                    you do this, you will have no
  836.                                    opportunity to intervene or stop the
  837.                                    process once the automatic operation has
  838.                                    started.
  839.  
  840.                                    If directories or volume entries are in
  841.                                    the selection list, a message will be
  842.                                    displayed and they will be left
  843.                                    uncopied.
  844.  
  845.                     _                    Delete Selections...     deletes all or part of the
  846.                                    current selection list.  The dialog
  847.                                    displays a list of the selected files.
  848.                                    Below the list is the file about to be
  849.                                    deleted.  Click the OK push-button to
  850.                                    delete the file, Ignore push-button to
  851.                                    bypass deleting this one file, and
  852.  
  853.      ___________________________________________________________________________
  854.  
  855.           Date:  January 11, 1991                                 Page:  14
  856.           Filefind 3.3                                              Dialogs
  857.  
  858.      ___________________________________________________________________________
  859.  
  860.                                    Cancel to bypass all the remaining
  861.                                    files.  There is also a check box that
  862.                                    allows you to bypass clicking on the OK
  863.                                    push button for each file.  If you un-
  864.                                    check this box, all remaining files in
  865.                                    the selection list will be deleted
  866.                                    without further intervention.  Be very
  867.                                    aware that if you do this, you will have
  868.                                    no opportunity to intervene or stop the
  869.                                    process once the automatic operation has
  870.                                    started.
  871.  
  872.                                    If directories are in the selection
  873.                                    list, they will be deleted if they are
  874.                                    empty (contain no files or
  875.                                    subdirectories).  Volume Id entries in
  876.                                    the selection list will cause a message
  877.                                    to be displayed and the entry left un-
  878.                                    deleted.  The dialog displays a list of
  879.                                    the selected files.  Below the list is
  880.                                    the file about to be deleted.  Click the
  881.                                    OK push-button to delete the file,
  882.                                    Ignore push-button to bypass deleting
  883.                                    this one file, and Cancel to bypass all
  884.                                    the remaining files.  There is also a
  885.                                    check box that allows you to bypass
  886.                                    clicking on the OK push button for each
  887.                                    file.  If you un-check this box, all
  888.                                    remaining files in the selection list
  889.                                    will be deleted without further
  890.                                    intervention.  Be very aware that if you
  891.                                    do this, you will have no opportunity to
  892.                                    intervene or stop the process once the
  893.                                    automatic operation has started.
  894.  
  895.                                    If directories are in the selection
  896.                                    list, they will be deleted if they are
  897.                                    empty (contain no files or
  898.                                    subdirectories).  Volume Id entries in
  899.                                    the selection list will cause a message
  900.                                    to be displayed and the entry left un-
  901.                                    deleted.
  902.  
  903.                     _                    Move Selections...  moves all or part of the current
  904.                                    selection list to a new disk\directory.
  905.                                    Two dialog boxes are used.  The first
  906.                                    dialog encountered allows you to specify
  907.                                    the destination drive and directory.
  908.                                    Double click in the list box until the
  909.                                    drive and directory are satisfactory.
  910.                                    Click on the OK push button to continue.
  911.                                    If you wish to abort the move operation,
  912.                                    click on the Cancel push-button.  The
  913.  
  914.      ___________________________________________________________________________
  915.  
  916.           Date:  January 11, 1991                                 Page:  15
  917.           Filefind 3.3                                              Dialogs
  918.  
  919.      ___________________________________________________________________________
  920.  
  921.                                    second dialog displays a list of the
  922.                                    selected files.  Below the list is the
  923.                                    file about to be moved.  Click the OK
  924.                                    push-button to move the file, Ignore
  925.                                    push-button to bypass moving this one
  926.                                    file, and Cancel to bypass all the
  927.                                    remaining files.  There is also a check
  928.                                    box that allows you to bypass clicking
  929.                                    on the OK push button for each file.  If
  930.                                    you un-check this box, all remaining
  931.                                    files in the selection list will be
  932.                                    copied without further intervention.  Be
  933.                                    aware that if you do this, you will have
  934.                                    no opportunity to intervene or stop the
  935.                                    process once the automatic operation has
  936.                                    started.
  937.  
  938.                                    If a directory or volume id entry is in
  939.                                    the selection list, a message is
  940.                                    displayed, and the entry left unmoved.
  941.  
  942.                     _                    Print Selections... prints all or part of the current
  943.                                    selection list.  The dialog displays a
  944.                                    list of the selected files.  Below the
  945.                                    list is the file that will be printed
  946.                                    next.  Click the OK push-button to print
  947.                                    the file, Ignore push-button to bypass
  948.                                    printing this one file, and Cancel to
  949.                                    bypass all the remaining files.  There
  950.                                    is also a check box that allows you
  951.                                    bypass clicking on the OK push button
  952.                                    for each file.  If you un-check this
  953.                                    box, all remaining files in the
  954.                                    selection list will be printed without
  955.                                    further intervention.  Be aware that if
  956.                                    you do this, you will have no
  957.                                    opportunity to intervene or stop the
  958.                                    process once the automatic operation has
  959.                                    started.
  960.  
  961.                                    If directory or volume id entry is in
  962.                                    the selection list, it can not be
  963.                                    printed.
  964.  
  965.                     Printer Setup...    invokes the dialog to set up the
  966.                                    currently selected printer.  This dialog
  967.                                    is device dependent and is the same
  968.                                    dialog that you see when you select a
  969.                                    printer from the Control program
  970.                                    supplied with your Windows software.
  971.  
  972.                     Register License... Invokes a simple edit dialog box.
  973.                                    This box allows you to type in the
  974.  
  975.      ___________________________________________________________________________
  976.  
  977.           Date:  January 11, 1991                                 Page:  16
  978.           Filefind 3.3                                              Dialogs
  979.  
  980.      ___________________________________________________________________________
  981.  
  982.                                    license id that you receive when you
  983.                                    register your copy of Filefind.  The
  984.                                    case of letters is not important.
  985.                                    Clicking the OK box causes Filefind to
  986.                                    validate and store the id.  If it is
  987.                                    valid, it will be stored in the WIN.INI
  988.                                    file and you will exit the dialog.  If
  989.                                    it is invalid, a message will be
  990.                                    displayed, and you are left in the
  991.                                    dialog.  You may click on Cancel to
  992.                                    leave the dialog.  Filefind will not
  993.                                    store an invalid license id.  Once you
  994.                                    have entered your valid license id,
  995.                                    there is no point in ever invoking this
  996.                                    dialog again.
  997.  
  998.                     _                    Search         The _                                       Search dialog is where you enter the
  999.                                    file specification used for the search
  1000.                                    or building a directory tree.  You also
  1001.                                    specify which drive to search on in this
  1002.                                    dialog box.  When the file and drive
  1003.                                    specification are satisfactory, you can
  1004.                                    take one of the following actions:
  1005.  
  1006.                                    _                                   Search    Will search the selected disk
  1007.                                              drive for all files that match
  1008.                                              the file specifications.
  1009.                                    _                                   Bld Tree  Will build a directory tree.
  1010.                                    Se_                                     t       Sets the current file
  1011.                                              specification, exits the
  1012.                                              dialog, but does not search
  1013.                                              for any files or build a
  1014.                                              directory tree.  This is
  1015.                                              useful when you have a
  1016.                                              directory tree and wish to
  1017.                                              change what files List Dir(s)
  1018.                                              w/spec will list.
  1019.                                    Cancel    Exits the dialog without doing
  1020.                                              anything.
  1021.                                    _                                   More >>   Expands the dialog for
  1022.                                              additional file search
  1023.                                              filtering based on file
  1024.                                              attribute or file date.
  1025.  
  1026.                                    If .EXT Directories                                      .EXT Directories                                      .EXT Directories is checked, FileFind
  1027.                                    will include directories with extensions
  1028.                                    in the tree building, otherwise
  1029.                                    directories with extensions are ignored.
  1030.                                    Check this option if you have
  1031.                                    directories with extensions.  Otherwise,
  1032.                                    leave it unchecked as FileFind will
  1033.                                    build the directory tree up to twice as
  1034.                                    fast.
  1035.  
  1036.      ___________________________________________________________________________
  1037.  
  1038.           Date:  January 11, 1991                                 Page:  17
  1039.           Filefind 3.3                                              Dialogs
  1040.  
  1041.      ___________________________________________________________________________
  1042.  
  1043.                                    The More>>                                       More>>                                       More>> button will display
  1044.                                    additional filtering of files during
  1045.                                    search opertaions.  Checkboxes for file
  1046.                                    attributes allow you to include certain
  1047.                                    file types.  Normal files are always
  1048.                                    included.  By checking one or more of
  1049.                                    the options, you may include other file
  1050.                                    attributes in the file list.  For
  1051.                                    example, checking Read Only will include
  1052.                                    read only files in addition to normal
  1053.                                    files.
  1054.  
  1055.                                    Checking the Within                                                Within                                                Within box opens the edit
  1056.                                    field to its right.  When Within                                                             Within                                                             Within is
  1057.                                    checked, Filefind will only include
  1058.                                    files with file dates within n                                                                n                                                                n days of
  1059.                                    the current date.
  1060.  
  1061.                                    The More>>                                       More>>                                       More>> button turns into a <<Less                                                                  <<Less                                                                  <<Less
  1062.                                    button which allows you to shrink the
  1063.                                    dialog box again.  Once the file
  1064.                                    specification and drive are set, they
  1065.                                    will remain in effect until you change
  1066.                                    them or exit Filefind.  See the Set
  1067.                                    Defaults... dialog for initializing the
  1068.                                    disk drive.  The initial search
  1069.                                    specification is always *.*.
  1070.  
  1071.                     Set _                        Defaults...     Allows you to set most of the
  1072.                                    initial values and display options that
  1073.                                    Filefind will use when you run it.
  1074.                                    Check boxes are used for:
  1075.  
  1076.                                    Display Date
  1077.  
  1078.                                    Display Time
  1079.                                    Display Size
  1080.  
  1081.                                    Display Attributes
  1082.                                    Concatenate Path
  1083.  
  1084.                                    If the first four display boxes are
  1085.                                    checked, they will be initialized to be
  1086.                                    displayed.  If the concatenate path is
  1087.                                    checked, the filename will be initially
  1088.                                    concatenated to its path and displayed
  1089.                                    in one large column.
  1090.                                    The initial drive scroll bar allows you
  1091.                                    to specify the default drive that
  1092.                                    appears in the Filespec... dialog the
  1093.                                    first time it is invoked.  You may set
  1094.                                    this to any valid drive on your system.
  1095.                                    You may also set it to default drive                                                          default drive                                                          default drive.
  1096.  
  1097.      ___________________________________________________________________________
  1098.  
  1099.           Date:  January 11, 1991                                 Page:  18
  1100.           Filefind 3.3                                              Dialogs
  1101.  
  1102.      ___________________________________________________________________________
  1103.  
  1104.                                    In this setting, the default drive is
  1105.                                    the drive that you are on when Filefind
  1106.                                    is first invoked.
  1107.  
  1108.                                    The attribute checkboxes and radio
  1109.                                    buttons allow you to set a default set
  1110.                                    of filters.  These defaults can be
  1111.                                    changed later in the _                                                        Search dialog.
  1112.                                    The File Spec box at startup radio
  1113.                                    button controls whether or not the
  1114.                                    Filespec... dialog is automatically
  1115.                                    invoked when you start Filefind.  If you
  1116.                                    set the File Spec at startup button, the
  1117.                                    Directory Tree at startup box will be
  1118.                                    reset.
  1119.  
  1120.                                    The Directory Tree at startup radio
  1121.                                    button controls whether or not the
  1122.                                    Tree... dialog is automatically invoked
  1123.                                    when you start Filefind.  If you set the
  1124.                                    Directory Tree at startup radio button,
  1125.                                    the File Spec box at startup will be
  1126.                                    reset.
  1127.                                    Save Window Size always appears
  1128.                                    unchecked in the dialog when it is
  1129.                                    invoked.  If you check it, the current
  1130.                                    size will be saved if the OK push-button
  1131.                                    is clicked. The next time you invoke
  1132.                                    Filefind, its window will initially be
  1133.                                    this saved size.
  1134.  
  1135.                     _                    Tree ...       Invokes the dialog that allows you to
  1136.                                    change the current drive.  This dialog
  1137.                                    builds a list of the selected drive's
  1138.                                    directories and displays the tree.
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.      ___________________________________________________________________________
  1159.  
  1160.           Date:  January 11, 1991                                 Page:  19
  1161.           Filefind 3.3                                              Support
  1162.  
  1163.      ___________________________________________________________________________
  1164.  
  1165.           Support          Support          Support
  1166.  
  1167.               Technical assistance is available via Compuserve, Easyplex
  1168.               74076,1632.  Support will be cheerfully provided for
  1169.               registered users.  You may also write to the same address as
  1170.               you sent your registration, but presumably, you would rather
  1171.               have a quicker response, so you will probably want to use
  1172.               Compuserve.
  1173.  
  1174.               Any bug reports, while not welcome, will none the less be
  1175.               appreciated.  Please send any to the registration address or
  1176.               through Compuserve.
  1177.  
  1178.           WIN.INI formats          WIN.INI formats          WIN.INI formats
  1179.  
  1180.                Filefind maintains its default settings and other variable
  1181.                information in the WIN.INI file.  This section describes
  1182.                these variables.  Most of Filefind settings are in the [SRS                                                                      [SRS                                                                      [SRS
  1183.                File Finder]               File Finder]               File Finder] section.
  1184.  
  1185.                The variables are:
  1186.  
  1187.                Date Display   If 1, the file date is initially displayed.
  1188.                               If 0, the file date is not initially
  1189.                               displayed.
  1190.  
  1191.                Time Display   If 1, the file time is initially displayed.
  1192.                               If 0, the file date is not initially
  1193.                               displayed.
  1194.  
  1195.                Size Display   If 1, the file size is initially displayed.
  1196.                               If 0, the file size is not initially
  1197.                               displayed.
  1198.  
  1199.                Attribute Display   If 1, the file attributes are initially
  1200.                               displayed.  If 0, the file attributes are not
  1201.                               initially displayed.
  1202.  
  1203.                Concatenate Path    If 1, the initial display shows the file
  1204.                               name and path concatenated.  If 0, the
  1205.                               initial display shows the file name and path
  1206.                               in separate columns.
  1207.  
  1208.                Drive          If null (i.e. "DRIVE="), the initial disk
  1209.                               drive in the filespec dialog is the current
  1210.                               working directory.  Otherwise, Filefind uses
  1211.                               the initial disk letter (e.g. 'C' for drive
  1212.                               'C', etc.).
  1213.  
  1214.                Winx           defines the initial horizontal size of the
  1215.                               window.
  1216.  
  1217.  
  1218.  
  1219.      ___________________________________________________________________________
  1220.  
  1221.           Date:  January 11, 1991                                 Page:  20
  1222.           Filefind 3.3                                       WIN.INI Format
  1223.  
  1224.      ___________________________________________________________________________
  1225.  
  1226.                Winy           defines the initial vertical size of the
  1227.                               window.
  1228.  
  1229.                initial dir tree    If 1, Filefind will automatically invoke
  1230.                               the Tree dialog at startup.  If 0, you will
  1231.                               have to invoke the Tree dialog specifically.
  1232.  
  1233.                initial filespec    If 1, Filefind will automatically invoke
  1234.                               the filespec dialog at startup.  If 0, you
  1235.                               will have to invoke the filespec dialog
  1236.                               specifically.
  1237.  
  1238.                Run2-9         defines user defined menu items.  The
  1239.                               programs variable in [windows]                                                   [windows]                                                   [windows] defines the
  1240.                               file extensions that Filefind considers to be
  1241.                               executable files.
  1242.  
  1243.                Registration   Your registration identification.
  1244.  
  1245.                lAttr          defines what attribute filters Filefind will
  1246.                               default to.  It consists of a string of eight
  1247.                               zeroes or ones.
  1248.  
  1249.           Messages          Messages          Messages
  1250.  
  1251.                This appendix documents the various messages produced by
  1252.                Filefind.
  1253.  
  1254.                Can not copy a Subdirectory
  1255.  
  1256.                     A subdirectory is in the selection list and you have
  1257.                     invoked the copy command.  Filefind can not copy
  1258.                     subdirectories.
  1259.  
  1260.                Can not copy a Volume Id
  1261.  
  1262.                     A volume label is in the selection list and you have
  1263.                     invoked the copy command.  Filefind can not copy volume
  1264.                     labels.
  1265.  
  1266.                Can not delete Volume Id
  1267.  
  1268.                     A volume label is in the selection list and you have
  1269.                     invoked the delete command.  Filefind can not delete
  1270.                     volume labels.
  1271.  
  1272.                Can not move a Subdirectory
  1273.  
  1274.                     A subdirectory is in the selection list and you have
  1275.                     invoked the move command.  Filefind can not move
  1276.                     subdirectories.
  1277.  
  1278.  
  1279.  
  1280.      ___________________________________________________________________________
  1281.  
  1282.           Date:  January 11, 1991                                 Page:  21
  1283.           Filefind 3.3                                             Messages
  1284.  
  1285.      ___________________________________________________________________________
  1286.  
  1287.                Can not move a Volume Id
  1288.  
  1289.                     A volume label is in the selection list and you have
  1290.                     invoked the move command.  Filefind can not move volume
  1291.                     labels.
  1292.  
  1293.                Can not move to the same directory
  1294.  
  1295.                     An attempt to copy or move a file to the same directory
  1296.                     has been made.
  1297.  
  1298.                Can not run menu item xxxx
  1299.  
  1300.                     You have attempted to invoke a user defined menu item.
  1301.                     xxxx is the associated program id.  Filefind does not
  1302.                     consider the associated program id to be an executable
  1303.                     file.  If the associated program id is an executable
  1304.                     file, your win.ini file may be in error.  See the
  1305.                     section on installing Filefind for further information.
  1306.  
  1307.                Can not run selection xxxx
  1308.  
  1309.                     You have attempted to invoke a selection that Filefind
  1310.                     does not consider an executable file.  xxxx is the
  1311.                     associated program id.  If you have selected what you
  1312.                     think is an executable file, your win.ini file may be
  1313.                     in error.  See the section on installing Filefind for
  1314.                     further information.
  1315.  
  1316.                A Directory is not Currently Selected.
  1317.  
  1318.                     The list directory or list directory w/spec menu item
  1319.                     has been invoked.  However, you have not yet selected a
  1320.                     directory tree item.
  1321.  
  1322.                Do not ignore these messages.
  1323.  
  1324.                     You are running an unlicensed copy of Filefind and
  1325.                     clicked on the Ignore button.  You can not ignore these
  1326.                     messages.  You should also license you copy of
  1327.                     Filefind.
  1328.  
  1329.                - Error S1002 - File Limit Exceeded
  1330.  
  1331.                     Some versions of Filefind have a built-in limit to the
  1332.                     number of files that may be found.
  1333.  
  1334.                File not found
  1335.  
  1336.                     No files matching the entered file specification were
  1337.                     found.  Check the specification.  Also make sure that
  1338.                     you specified the correct disk drive.
  1339.  
  1340.  
  1341.      ___________________________________________________________________________
  1342.  
  1343.           Date:  January 11, 1991                                 Page:  22
  1344.           Filefind 3.3                                             Messages
  1345.  
  1346.      ___________________________________________________________________________
  1347.  
  1348.                No files selected
  1349.  
  1350.                     A delete, move, print, or one of the user defined menu
  1351.                     items has been requested, but no file has been
  1352.                     selected.
  1353.  
  1354.                No files to show
  1355.  
  1356.                     Filefind could not find any files to show.  This may
  1357.                     come from a file search, trying to list files in an
  1358.                     empty directory, etc.
  1359.  
  1360.                Not a valid license Id
  1361.  
  1362.                     You have entered the license registration id and
  1363.                     clicked the OK but the id is invalid.  Correct and re-
  1364.                     try.
  1365.  
  1366.                Not enough memory to construct selection string
  1367.  
  1368.                     Not enough memory exists construct a string of the
  1369.                     selections.  Free some memory by closing existing
  1370.                     applications.
  1371.  
  1372.                Not enough memory to continue
  1373.  
  1374.                     Filefind needs to allocate memory and there isn't
  1375.                     enough available.  This can occur while Filefind is
  1376.                     searching the disk and building lists of directories
  1377.                     and matching files, when copying a file, or moving a
  1378.                     file.  Freeing up memory from other windows
  1379.                     applications may help.  If this happens while Filefind
  1380.                     is building the file list based on a search
  1381.                     specification, you probably have hundreds of files that
  1382.                     match the search specification.  Try narrowing the
  1383.                     search specification.
  1384.  
  1385.                Not enough memory to create destination path
  1386.  
  1387.                     An attempt to copy or move a file is being made.  Not
  1388.                     enough memory exists to create destination directory
  1389.                     information.
  1390.  
  1391.                Overwrite xxxx
  1392.  
  1393.                     A copy operation has been specified and the file
  1394.                     already exists in the destination directory.  If you
  1395.                     want to write over the existing file, click on OK.
  1396.                     Click on Cancel to leave the existing file in the
  1397.                     destination directory intact.
  1398.  
  1399.  
  1400.  
  1401.  
  1402.      ___________________________________________________________________________
  1403.  
  1404.           Date:  January 11, 1991                                 Page:  23
  1405.           Filefind 3.3                                             Messages
  1406.  
  1407.      ___________________________________________________________________________
  1408.  
  1409.                Unable to delete Directory FILENAME.EXT
  1410.  
  1411.                     Filefind is unable to delete the directory
  1412.                     FILENAME.EXT.  The most likely cause is that the
  1413.                     subdirectory contains other subdirectories or files.
  1414.                     Filefind can only delete empty subdirectories.  Another
  1415.                     reason may be that it is a read-only file.
  1416.  
  1417.                Unable to delete File FILENAME.EXT
  1418.  
  1419.                     Filefind is unable to delete the file FILENAME.EXT.
  1420.                     The most likely cause is that the file is a read-only
  1421.                     file.
  1422.  
  1423.                Within days are invalid
  1424.  
  1425.                     The days to use for the Within filter is invalid.  This
  1426.                     value must be a positive number
  1427.  
  1428.                xxxx opening destination file
  1429.  
  1430.                     A DOS error has occurred trying to open the destination
  1431.                     file for a copy or move.  xxxx is the DOS error code.
  1432.  
  1433.                xxxx opening source file
  1434.  
  1435.                     A DOS error has occurred trying to open the source file
  1436.                     for a copy, move, or print. xxxx is the DOS error code.
  1437.  
  1438.                xxxx reading source file
  1439.  
  1440.                     A DOS error has occurred trying to read the source file
  1441.                     for a copy or move.  xxxx is the DOS error code.
  1442.  
  1443.                xxxx writing destination file
  1444.  
  1445.                     A DOS error has occurred trying to write the
  1446.                     destination file for a copy or move.  xxxx is the DOS
  1447.                     error code.
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.      ___________________________________________________________________________
  1464.  
  1465.           Date:  January 11, 1991                                 Page:  24
  1466.           Filefind 3.3                                  License Information
  1467.  
  1468.      ___________________________________________________________________________
  1469.  
  1470.           License Information          License Information          License Information
  1471.  
  1472.                Filefind is distributed as a shareware product.  All rights
  1473.                have been reserved by the author.  Filefind has not been
  1474.                released into the public domain.  If you use Filefind beyond
  1475.                an initial evaluation period, you must purchase a license.
  1476.                Two license options are available. You may purchase one
  1477.                license for each user of Filefind.  Alternatively, you may
  1478.                purchase a site license.
  1479.  
  1480.                Duplication and Distribution Restrictions
  1481.  
  1482.                     Filefind is a shareware product.  It may be copied and
  1483.                     distributed for others to evaluate as long as the
  1484.                     following rules are followed.  They are:
  1485.  
  1486.                     1)   The Filefind program, this documentation, and any
  1487.                          other accompanying materials may not be modified
  1488.                          in any way.
  1489.  
  1490.                     2)   A copy of this documentation and all accompanying
  1491.                          materials must be distributed along with the
  1492.                          program.
  1493.  
  1494.                     3)   You may not charge for distributing this program,
  1495.                          except  for a nominal media and handling charge.
  1496.                          In any case, such a charge may not exceed $5.00.
  1497.  
  1498.                     4)   Users of Filefind must purchase a license for its
  1499.                          use.  One license per copy of Filefind, or the
  1500.                          alternative site license, is required.  Note that
  1501.                          this requirement allows you to make as many backup
  1502.                          copies as you wish as long as you have a license
  1503.                          per user or a site license.
  1504.  
  1505.                     5)   If you purchased a disk containing this software
  1506.                          from a public domain/shareware software
  1507.                          distributor, you have paid the media and handling
  1508.                          charges as permitted in 3 above.  You have not
  1509.                          purchased the required license for Filefind.
  1510.                          Purchasing a license is required for continued
  1511.                          use.
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.      ___________________________________________________________________________
  1525.  
  1526.           Date:  January 11, 1991                                 Page:  25
  1527.           Filefind 3.3                                  License Information
  1528.  
  1529.      ___________________________________________________________________________
  1530.  
  1531.                Rates               Rates               Rates
  1532.  
  1533.                     Two rate scales are available for licensing Filefind.
  1534.                     You may purchase a single user license or a site
  1535.                     license. For either, you may simply purchase a license,
  1536.                     or you may purchase a license, the current version on
  1537.                     disk, and/or a printed copy of the documentation.
  1538.  
  1539.                     Refer to the license applications following this
  1540.                     section for current rates.
  1541.  
  1542.                     The purchase of a license allows you to use Filefind
  1543.                     and receive support.  As new versions are released, you
  1544.                     may obtain them through the various shareware channels.
  1545.                     New versions will also be available directly from the
  1546.                     author for a nominal materials and shipping charge.
  1547.  
  1548.  
  1549.  
  1550.                     Make checks payable to and send payments to:
  1551.  
  1552.                     William L. Page
  1553.  
  1554.                     P.O. Box 266
  1555.  
  1556.                     Flagtown, New Jersey 08821-0266
  1557.  
  1558.                     Note                    Note                    Note Payments must be US funds.  Checks must be drawn
  1559.                          on or payable through a US bank.  If you wish to
  1560.                          remit a foreign check, we will attempt to have our
  1561.                          bank process it through their collection
  1562.                          department if you include a $7 fee.  Somehow that
  1563.                          doesn't seem worth it.  Foreign users are probably
  1564.                          better off sending cash.
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.      ___________________________________________________________________________
  1586.  
  1587.           Date:  January 11, 1991                                 Page:  26
  1588.           Filefind 3.3                      Single User License Application
  1589.  
  1590.      ___________________________________________________________________________
  1591.  
  1592.                   Application for Single User License Registration
  1593.                                     FileFind  3.3
  1594.  
  1595.           Date:   ______________________
  1596.  
  1597.           To:  William L. Page
  1598.  
  1599.                P.O. Box 266
  1600.  
  1601.                Flagtown, New Jersey 08821-0266
  1602.  
  1603.           Please register Filefind for:
  1604.  
  1605.                Name___________________________________________________
  1606.  
  1607.                (Company)______________________________________________
  1608.  
  1609.                (Title)________________________________________________
  1610.  
  1611.                Address________________________________________________
  1612.  
  1613.                City, State Zip   _____________________________________
  1614.  
  1615.                Windows version that I am currently using: ____________
  1616.  
  1617.                I got Filefind from (BBS & Phone #) ___________________
  1618.  
  1619.                _______________________________________________________
  1620.  
  1621.                +--------------------------------+--------+-------+---------+
  1622.                |  Item                          | Unit $ | Quant | Total $ |
  1623.                +--------------------------------+--------+-------+---------+
  1624.                |  FileFind                      |    $12 |       |         |
  1625.                +--------------------------------+--------+-------+---------+
  1626.                |  Current Version on 5 1/4 disk |     $6 |       |         |
  1627.                +--------------------------------+--------+-------+---------+
  1628.                |  Current Version on 3 1/2 disk |     $6 |       |         |
  1629.                +--------------------------------+--------+-------+---------+
  1630.                |  Printed Documentation         |     $9 |       |         |
  1631.                +--------------------------------+--------+-------+---------+
  1632.                |         Total                                   |         |
  1633.                +-------------------------------------------------+---------+
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.      ___________________________________________________________________________
  1647.  
  1648.           Date:  January 11, 1991                                 Page:  27
  1649.           Filefind 3.3                             Site License Application
  1650.  
  1651.      ___________________________________________________________________________
  1652.  
  1653.                       Application for Site License Registration
  1654.                                     FileFind  3.3
  1655.  
  1656.  
  1657.           Date:   ______________________
  1658.  
  1659.  
  1660.           To:  William L. Page
  1661.  
  1662.                P.O. Box 266
  1663.  
  1664.                Flagtown, New Jersey 08821-0266
  1665.  
  1666.           Please register Filefind for:
  1667.  
  1668.                Name___________________________________________________
  1669.  
  1670.                (Company)______________________________________________
  1671.  
  1672.                (Title)________________________________________________
  1673.  
  1674.                Address________________________________________________
  1675.  
  1676.                City, State Zip________________________________________
  1677.  
  1678.                Windows version that I am currently using: ____________
  1679.  
  1680.                I got Filefind from (BBS & Phone #) ___________________
  1681.  
  1682.                _______________________________________________________
  1683.  
  1684.                +--------------------------------+--------+-------+---------+
  1685.                |  Item                          | Unit $ | Quant | Total $ |
  1686.                +--------------------------------+--------+-------+---------+
  1687.                |  First 10 Users                |   $100 |     1 |    $100 |
  1688.                +--------------------------------+--------+-------+---------+
  1689.                |  Users 11-20                   |     $9 |       |         |
  1690.                +--------------------------------+--------+-------+---------+
  1691.                |  Users 21-50                   |     $8 |       |         |
  1692.                +--------------------------------+--------+-------+---------+
  1693.                |  Users 50+                     |     $7 |       |         |
  1694.                +--------------------------------+--------+-------+---------+
  1695.                |  Current Version on 5 1/4 disk |    $12 |       |         |
  1696.                +--------------------------------+--------+-------+---------+
  1697.                |  Current Version on 3 1/2 disk |    $12 |       |         |
  1698.                +--------------------------------+--------+-------+---------+
  1699.                |  Printed Documentation         |    $12 |       |         |
  1700.                +--------------------------------+--------+-------+---------+
  1701.                |         Total                                   |         |
  1702.                +-------------------------------------------------+---------+
  1703.  
  1704.  
  1705.  
  1706.  
  1707.      ___________________________________________________________________________
  1708.  
  1709.           Date:  January 11, 1991                                 Page:  28