home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / fff35.zip / FFF.DOC < prev    next >
Text File  |  1991-04-01  |  37KB  |  1,321 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.                                    File Finder Pack
  29.                                      Version 3.5
  30.                                        04-01-91
  31.                                           by
  32.                                        Jim Derr
  33.  
  34.                                       Member of
  35.                         Association of Shareware Professionals
  36.                                  CSERVE ID 76266,2634
  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.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  69.  
  70.  
  71.           Please note  this  is a  shareware product.   If  you find  these
  72.           utilities useful please register and keep shareware alive.   Only
  73.           registered users  will be supported.   The fee  is small and  not
  74.           unreasonable.
  75.  
  76.           QQUUIICCKK SSTTAARRTT
  77.           FF2 and FFF use the same format for the command line option.  All
  78.           command  line  parameters MUST  be  separated by  blanks  and all
  79.           options  MUST  begin with  a forward  slash /.   The  options may
  80.           appear anywhere   on the command line.  The format of the command
  81.           line for both programs is:
  82.  
  83.           FFx [options]  [[drives:] [filespec]] [options]
  84.  
  85.           If the drives parameter is  omitted the programs will search  all
  86.           hard drives  that can be identified.   If the drives parameter is
  87.           included then only the drives specified will be searched. (PLEASE
  88.           NOTE THE COLON MUST BE ENTERED AFTER THE DRIVE LETTERS).
  89.  
  90.           If  the colon is  entered without  any drive letter  preceding it
  91.           then  FFF and  FF2  will only  search  for files  on the  current
  92.           default disk drive.
  93.  
  94.           For example:
  95.  
  96.           FFF : *.bat
  97.  
  98.           This  will search for all files on the current default drive that
  99.           have a file extension of bat.
  100.  
  101.           Multiple  filespecs may  be entered  along with  multiple drives.
  102.           For example:
  103.  
  104.           FF2  *.BAK CD: \UTILITY\*.COM  DE: \TEMP\*.*  C:\JIM\*.*
  105.  
  106.           This example will:
  107.           1)   Find all  files  that have  a  file  extension of  BAK  that
  108.                resides on any identifiable hard drive.
  109.  
  110.           2)   Find  all files  that have  a file  extension of COM  in the
  111.                UTILITY  directory  or  any  sub-directory  of  the  UTILITY
  112.                directory ONLY ON HARD DRIVES C AND D.
  113.  
  114.           3)   Find all files that reside in the TEMP directory or any sub-
  115.                directory of the TEMP directory ONLY ON HARD DRIVES D AND E.
  116.  
  117.           4)   Find all files that reside in  the JIM directory or any sub-
  118.                directory of the JIM directory ONLY ON THE C DRIVE.
  119.  
  120.           Any  options that appear on  the command line  are active for all
  121.           search operations.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.            Page -2-
  128.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  129.  
  130.  
  131.  
  132.  
  133.  
  134.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  135.  
  136.  
  137.           FFFF22 PPRROOGGRRAAMM
  138.           This program will find files on your hard disk.   It as fashioned
  139.           after the whereis program but has more features.
  140.  
  141.           Format is:
  142.  
  143.           FF2 [options] [[drives:] [filespec]] [options]
  144.  
  145.           Where options are:
  146.           /C        comma delimited listing
  147.           /R        raw listing - full path name only
  148.           /S        short listing - filename.ext only
  149.           /B        list in bat file format
  150.           /P        pause when screen is full
  151.           /Q        quite mode
  152.           /I        also look inside archive files
  153.           /A        only look inside archive files
  154.           /E        Extended Directory Search
  155.           /G        Greater or Equal to mm-dd-yy
  156.           /L        Less or Equal to mm-dd-yy
  157.           /SD       Single Directory search only (do not recurse)
  158.           /1        stop after finding one file
  159.                     errorlevel 1 returned if no files found
  160.                     errorlevel 0 returned if files are found
  161.           /Z[RHSA]  Show files with specified attributes
  162.           /X"cmd"   execute a cmd against all files found
  163.           /@        Prompt for options.
  164.           /CFG      Configure the FF2 Program.
  165.  
  166.           The filespec's that are specified on the command line can include
  167.           a disk and  directory. If a  disk and  or directory is  specified
  168.           than the  search  will  be restricted to  the specified  disk and
  169.           directory  and any sub-directories under the specified directory.
  170.           Each   filespec   can  contain   different  starting   disks  and
  171.           directories.
  172.  
  173.           When specifying the file to  search for FF2 has a quick  complete
  174.           algorithm.  If you do not include a period in  the file extension
  175.           FF2 will expand the filespec  using the wildcard character ?  for
  176.           the remainder of  the filespec.  For  example if you  entered FF2
  177.           AB, FF2 will  expand the filespec to AB??????.???.   If you enter
  178.           FF2 C:\BAT\B FF2 will expand the filespec to C:\BAT\B???????.???.
  179.           However if  you enter FF2 B.*  , FF2 will not  alter the filespec
  180.           since you included a period in the filespec.
  181.  
  182.           FF2 also  has  an expanded  wild card  search  algorithm. If  you
  183.           include an *  on both sides  of the filename,  FF2 will find  all
  184.           files that       contain the  characters entered between  the *'s
  185.           anywhere in the filename. For example:
  186.  
  187.           FF2 *inst*
  188.  
  189.           This will  find  all files  that contain  inst  somewhere in  the
  190.           filename.
  191.  
  192.  
  193.                     Page -3-
  194.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  195.  
  196.  
  197.  
  198.  
  199.  
  200.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  201.  
  202.  
  203.           I.E. D:\ANY\PINST.BAT
  204.                C:\ONE\PCINSTAL.BAT
  205.                C:\TWO\INSTALL.COM
  206.  
  207.           To find  files with no extension  include the period but  no file
  208.           extension. I.E.  FF2 *me*.
  209.  
  210.           If no disk or  directory is included  with the filespec than  all
  211.           hard disks will be searched.
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  Page -4-
  260.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  261.  
  262.  
  263.  
  264.  
  265.  
  266.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  267.  
  268.  
  269.           FF2 now has  the capability  to automatically  identify all  hard
  270.           disks on your system.  You can over-ride this automatic detection
  271.           by  setting the environment variable  FF to the  disk letter your
  272.           wish the search  to be performed on.For example.  SET FF=CD tells
  273.           FF2 to search the C and D drives if you have not specified a disk
  274.           in the filespec on the command line.
  275.  
  276.           All output from  FF2 can be redirected or piped  by using the DOS
  277.           redirect and pipe characters.
  278.  
  279.           The default output  produced by FF2  file-size, file-date,  file-
  280.           time,  disk:\directory\filename.file-ext. This can  be changed by
  281.           using the following command line options:
  282.  
  283.           /C   Produces a  comma delimited  listing,  this listing  can  be
  284.                imported into most spreadsheet and database programs.
  285.  
  286.           /R   Produces  a  raw  listing containing  disk:\directory\fn.ext
  287.                only.
  288.  
  289.           /S   Produces a short listing containing filename.ext only.
  290.  
  291.           /B   Produces a  listing  that can  be used  as a  bat file.  The
  292.                output is as follows:
  293.                %1 filename.ext %2 %3 %4 %5 %6 %7 %8 %9
  294.  
  295.           /P   Will case a pause when the screen is full.
  296.  
  297.           /Q   Quite mode no output  produced but results can be  tested by
  298.                using the if errorlevel command in a .bat file.
  299.  
  300.           /I   This  option tells FF2 to also look inside any archive files
  301.                for  the  indicated  files.    The  archive files  that  are
  302.                supported are ZIP, ARC, ARJ, ZOO, PAK, and LZH files.
  303.  
  304.           /A   This  option tells FF2 to ONLY look inside archive files for
  305.                the indicated files.
  306.  
  307.           /1   This option tells  FF2 to  stop looking for  files after  it
  308.                finds the first file that matches the specified pattern.
  309.  
  310.           /E   To increase the file search process FF2  normally only looks
  311.                for directories that do not contain a file extension.  Using
  312.                this option  tells FF2  to also  look  for directories  that
  313.                contain directory names with extensions.
  314.  
  315.           /G   This option allows  you to  limit the file  search to  files
  316.                that  have  a filedate  Greater than  or  Equal to  the date
  317.                specified. The format is /Gmm-dd-yy.
  318.                I.E. /G01-01-90   or  /G1-1-90 will  list files that have  a
  319.                filedate greater than or equal to 1-1-90.
  320.                (Note  this option  may be  combined with  the /L  option to
  321.                specify a date range)
  322.  
  323.  
  324.  
  325.    Page -5-
  326.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  327.  
  328.  
  329.  
  330.  
  331.  
  332.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  333.  
  334.  
  335.           /L   This option allows  you to  limit the file  search to  files
  336.                that  have a  filedate  Less  than  or  Equal  to  the  date
  337.                specified. The format is /Lmm-dd-yy.
  338.                I.E. /L01-01-90   or  /L1-1-90 will  list files that  have a
  339.                filedate less than or equal to 1-1-90.
  340.                (Note  this option  may be  combined with  the /G  option to
  341.                specify a date range)
  342.  
  343.           /Z[RHSA]
  344.                This option allows  you to  limit the file  search to  files
  345.                that have specific attributes.  For example, specifying  /ZA
  346.                will list files  that have the archive attribute,  /ZRH will
  347.                list  files that have the  read-only attribute OR the hidden
  348.                attribute set.
  349.                ***PLEASE NOTE IF YOU SPECIFY THE /A OR /I OPTIONS THAN THIS
  350.                OPTION IS IGNORED***
  351.  
  352.           /SD  This option  informs FF2 to  only search the  directory that
  353.                was  specified on  the command  line and  not to  search any
  354.                directories that exist under the specified directory.
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.                                        Page -6-
  392.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  393.  
  394.  
  395.  
  396.  
  397.  
  398.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  399.  
  400.  
  401.           /X"cmd"
  402.                This options allows you  to tell FF2 to execute  a specified
  403.                against all files that are found.
  404.                For Example:
  405.  
  406.                /X"del &"
  407.  
  408.                will execute the delete  command against all file that  were
  409.                found.   The  command  can be  any  DOS command  or  another
  410.                program.  FF2 will insert the disk:\dir\fn.fext of the found
  411.                file into the command where you place the & character.
  412.  
  413.                For example if you specify the following:
  414.  
  415.                /X"grep any & -s"
  416.  
  417.                and FF2 finds the  file c:\data\any.doc it will execute  the
  418.                following command:
  419.  
  420.                grep any c:\data\any.doc -s
  421.  
  422.                If you do not  put the & in  then FF2 will insert the  found
  423.                filespec at the first  blank in the command you  specify, or
  424.                at the end of the command if no blanks exist.
  425.  
  426.           /@   This  options  instructs  FF2 to  prompt  the  user  for the
  427.                command line parameters. PLEASE NOTE NO OTHER PARAMETERS ARE
  428.                ALLOWED ON THE  COMMAND LINE  IF THIS  OPTION IS  SPECIFIED.
  429.                The use of  this option also allows the user  to use the DOS
  430.                redirect feature to feed FF2 it's parameters.
  431.  
  432.                For example:  FF2 /@ < FF2.DAT 
  433.  
  434.                This instructs  FF2 to  read  its parameters  from the  file
  435.           names FF2.DAT.
  436.  
  437.           /CFG This options allows  you to configure  the FF2 program  with
  438.           your own personal defaults.
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.   Page -7-
  458.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  459.  
  460.  
  461.  
  462.  
  463.  
  464.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  465.  
  466.  
  467.           CCHHAANNGGIINNGG TTHHEE DDEEFFAAUULLTT CCOONNFFIIGGUURRAATTIIOONN OOFF FFFF22..CCOOMM..
  468.  
  469.           To alter the default configuration of FF2.COM Enter the following
  470.           at the C>: prompt:
  471.  
  472.           FF2 /cfg
  473.  
  474.           The program  will  then present  you with  a  description of  its
  475.           current default setting and will prompt you  for the setting that
  476.           can  be changed. FF2  will then  update it's own  FF2.COM program
  477.           with the new default settings.
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.                                        Page -8-
  524.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  525.  
  526.  
  527.  
  528.  
  529.  
  530.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  531.  
  532.  
  533.           FFFFFF PPRROOGGRRAAMM
  534.  
  535.           This program will find files on  your hard disk, and present them
  536.           in a scrollable list.
  537.  
  538.           Format is FFF [options] [[drives:] [filespec]] [options]
  539.  
  540.           Where options are:
  541.           /2   25 line mode display
  542.           /4   43 line mode display
  543.           /5   50 line mode display
  544.           /d   Search for dup files. (filename.ext only)
  545.           /D   Search for dup files. (filename.ext and file size)
  546.           /E   Extended Directory Search
  547.           /G   Greater or Equal to mm-dd-yy
  548.           /L   Less or Equal to mm-dd-yy
  549.           /I   also look inside archive files
  550.           /A   only look inside archive files
  551.                (THE  ARCHIVE FILES  THAT ARE SUPPORTED  ARE ZIP,ARC,ARJ,PAK
  552.                AND LZH)
  553.           /Z[RHSA]
  554.                Show files with specified attributes
  555.           /SD  Single Directory search only (do not recurse)
  556.           /@   Prompt for options.
  557.  
  558.  
  559.           /I   This option tells FFF to also look  inside any archive files
  560.                for  the  indicated  files.   The  archive  files  that  are
  561.                supported are ZIP, ARC, ARJ, ZOO, PAK, and LZH files.
  562.  
  563.           /A   This option tells FFF to ONLY look  inside archive files for
  564.                the indicated files.
  565.  
  566.           /d   This option tells FFF to search and display duplicate files.
  567.                Only the filename.ext will be used to determine duplicates.
  568.  
  569.           /D   This  option  is  the  same  as  the  /d option  except  the
  570.                filename.ext  and file size  will be used  to determine if a
  571.                file is a dup.
  572.  
  573.           /E   To increase the  file search process FFF normally only looks
  574.                for directories that do not contain a file extension.  Using
  575.                this option  tells  FFF to  also look  for directories  that
  576.                contain             directory names with extensions.
  577.  
  578.           /G   This  option allows you  to limit  the file search  to files
  579.                that have  a  filedate Greater  than or  Equal  to the  date
  580.                specified. The format is /Gmm-dd-yy.
  581.                I.E. /G01-01-90   or  /G1-1-90  will list files that  have a
  582.           filedate greater than or equal to 1-1-90.
  583.                (Note  this option  may be  combined with  the /L  option to
  584.           specify a date range)
  585.  
  586.           /L   This  option allows you  to limit  the file search  to files
  587.  
  588.  
  589.                                        Page -9-
  590.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  591.  
  592.  
  593.  
  594.  
  595.  
  596.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  597.  
  598.  
  599.                that  have a  filedate  Less  than  or  Equal  to  the  date
  600.                specified. The format is /Lmm-dd-yy.
  601.                I.E.  /L01-01-90  or   /L1-1-90 will list  files that have a
  602.                filedate less than or equal to 1-1-90.
  603.                (Note  this option  may be  combined with  the /G  option to
  604.           specify a date range)
  605.  
  606.           /SD  This option  informs FF2 to  only search the  directory that
  607.                was  specified on  the command  line and  not to  search any
  608.                directories that exist under the specified directory.
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.                                       Page -10-
  656.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  657.  
  658.  
  659.  
  660.  
  661.  
  662.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  663.  
  664.  
  665.           /Z[RHSA]
  666.                This option allows  you to  limit the file  search to  files
  667.                that have specific attributes.  For example, specifying  /ZA
  668.                will  list files that have  the archive attribute, /ZRH will
  669.                list files that  have the read-only attribute  OR the hidden
  670.                attribute set.
  671.                **PLEASE  NOTE IF YOU SPECIFY THE  /A OR /I OPTION THAN THIS
  672.           OPTION IS IGNORED.**  
  673.           /@   This  options  instructs FFF  to  prompt  the user  for  the
  674.                command line parameters. PLEASE NOTE NO OTHER PARAMETERS ARE
  675.                ALLOWED ON  THE COMMAND LINE  IF THIS  OPTION IS  SPECIFIED.
  676.                The use of this option  also allows the user to use  the DOS
  677.                redirect feature to feed FF2 it's parameters.
  678.  
  679.                For example:  FFF /@ < FFF.DAT 
  680.  
  681.                This instructs  FFF to  read its  parameters  from the  file
  682.           names FFF.DAT.
  683.  
  684.           The filespec's that are specified on the command line can include
  685.           a disk and  directory. If  a disk and  or directory is  specified
  686.           than  the search  will be  restricted to  the specified  disk and
  687.           directory  and any sub-directories under the specified directory.
  688.           Each   filespec   can  contain   different  starting   disks  and
  689.           directories.
  690.  
  691.           When specifying the  file to search for FFF has  a quick complete
  692.           algorithm.  If you do not include a period and the file extension
  693.           FFF will expand the  filespec using the wildcard character  ? for
  694.           the remainder of the  filespec.  For  example if you entered  FFF
  695.           AB, FFF will expand the  filespec to AB??????.???.  If  you enter
  696.           FFF C:\BAT\B FFF will expand the filespec to C:\BAT\B???????.???.
  697.           However if  you enter FFF B.*  , FFF will not  alter the filespec
  698.           since you included a period in the filespec.
  699.  
  700.           FFF  also  has an  expanded wild  card  search algorithm.  If you
  701.           include an *  on both sides  of the filename,  FFF will find  all
  702.           files that       contain the  characters entered between  the *'s
  703.           anywhere in the filename. For example:
  704.  
  705.           FFF *inst*
  706.  
  707.           This  will  find all  files that  contain  inst somewhere  in the
  708.           filename.
  709.                I.E  D:\ANY\PINST.BAT
  710.                     C:\ONE\PCINSTAL.BAT
  711.                     C:\TWO\INSTALL.COM
  712.  
  713.           To find  files with no extension  include the period but  no file
  714.           extension. I.E.  FFF *me*.
  715.  
  716.           If no disk or  directory is included  with the filespec than  all
  717.           hard disks will be searched.
  718.  
  719.  
  720.  
  721. Page -11-
  722.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  723.  
  724.  
  725.  
  726.  
  727.  
  728.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  729.  
  730.  
  731.           FFF now has  the capability  to automatically  identify all  hard
  732.           disks on your system.  You can over-ride this automatic detection
  733.           by  setting the environment variable  FF to the  disk letter your
  734.           wish the search to be performed on.
  735.  
  736.           For example.  SET FF=CD tells FFF to search the C and D drives if
  737.           you have  not specified a  disk in  the filespec  on the  command
  738.           line.
  739.  
  740.  
  741.           FFF will  display all  the files  it found,  up to  it's internal
  742.           maximum  of 3000 files, on the  screen in a scrollable list.  You
  743.           can use the     cursor keys, Pgup, Pgdn, HOME, END, CTL-HOME, and
  744.           CTL-END to scroll  the list.  Pressing the ESC  key will exit the
  745.           program.
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.                     Page -12-
  788.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  789.  
  790.  
  791.  
  792.  
  793.  
  794.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  795.  
  796.  
  797.           HHOOTT KKEEYYSS
  798.           F1   will display the help panel.
  799.  
  800.           F10  This will allow you to sort the file  list that is displayed
  801.                on the screen.   The list  can be sorted  by filename,  file
  802.                extension, file date, or disk:\dir location.
  803.  
  804.           E    Pressing  the  E  key  will  change  the  default  disk  and
  805.                directory to  the  one  that  contains  the  file  currently
  806.                highlighted on the screen.
  807.  
  808.           R    Pressing the  R key allows you  to run any  program you wish
  809.                against  the currently highlighted file.  A window will pop-
  810.                up in  which you must  enter program  name that you  wish to
  811.                execute.   The program  can be a  DOS internal program, i.e.
  812.                del, rename, or  any EXE, COM,  or BAT file. When  you enter
  813.                the  program to execute you must tell FFF where to place the
  814.                highlighted filename in the command by using the ! character
  815.                as a place holder.   Before FFF runs the command the  ! will
  816.                be replaced with  the highlighted filename.
  817.  
  818.           S    Pressing  the S key  will invoke my  Compressed file manager
  819.                called  SHEZ. The Program  file SHEZ.EXE must  be in the DOS
  820.                path for this options to function.
  821.  
  822.           ENTER
  823.           or G Pressing the G or ENTER key will execute the program  or BAT
  824.                file currently highlighted on the screen. Before the Program
  825.                is  executed  FFF  will  prompt  you for  any  command  line
  826.                parameters  that you want  to pass  to the program.  It will
  827.                then  change to the  disk and directory  that the program is
  828.                contained in,  unload itself  from  memory and  execute  the
  829.                program.
  830.  
  831.           T    The T key will toggle  the tagged status of the  highlighted
  832.                item.
  833.  
  834.           U    The U key will untag all tagged items.
  835.  
  836.           ALT-D     will delete the currently highlighted file.
  837.  
  838.           ALT-L     The ALT-L key will invoke  Vern Buerg's List program on
  839.                     the highlighted file.  The list.com program  must be in
  840.                     the DOS path for this option to function.
  841.  
  842.           ALT-E     The ALT-E key will invoke an editor of your choice. The
  843.                     default editor is QEdit by Sammy Mitchell, however  you
  844.                     can change this default by using the FFFCFG program.
  845.  
  846.           ALT-O     The ALT-O key  will allow you  to copy the  highlighted
  847.                     file.   A  window  will appear  prompting  you for  the
  848.                     destination drive and directory.
  849.  
  850.           ALT-W     The ALT-W  key will  invoke a  word  processor of  your
  851.  
  852.  
  853.                                       Page -13-
  854.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  855.  
  856.  
  857.  
  858.  
  859.  
  860.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  861.  
  862.  
  863.                     choice.  The wordprocesser  program  name  must be  set
  864.                     using  the FFFCFG  program before  this options  can be
  865.                     used.
  866.  
  867.           CTL-D     will delete all tagged files.
  868.  
  869.           CTL-O     will allow you to copy the all tagged files.   A window
  870.                     will appear prompting you for the destination drive and
  871.                     directory.
  872.  
  873.           CTL-R     Pressing the  CTL-R key allows  you to run  any program
  874.                     you  wish against all tagged files.  A window will pop-
  875.                     up in which you must enter  program name that  you wish
  876.                     to execute.  The program can be a DOS internal program,
  877.                     i.e. del, rename, or any EXE,  COM, or BAT file.   When
  878.                     you enter  the program  to  execute you  must tell  FFF
  879.                     where to  place the tagged  filename in the  command by
  880.                     using  the ! character as  a place holder.   Before FFF
  881.                     runs  the  command  the !  will  be  replaced with  the
  882.                     filename.
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.          Page -14-
  920.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  921.  
  922.  
  923.  
  924.  
  925.  
  926.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  927.  
  928.  
  929.           CCHHAANNGGIINNGG TTHHEE DDEEFFAAUULLTT CCOONNFFIIGGUURRAATTIIOONN OOFF FFFFFF..EEXXEE..
  930.           To alter the default configuration of  FFF.EXE Execute the FFFCFG
  931.           program from the C>: prompt.
  932.  
  933.           The following items  may be changed via the configuration program
  934.           FFFCFG:
  935.  
  936.           FFF configuration program Version 3.5
  937.           ENTER THE FULL PATH NAME OF THE FFF.EXE PROGRAM TO MODIFY.
  938.           FFF-PGM->
  939.  
  940.                ENTER  FULL  PATH   NAME  OF  THE   FFF.EXE  PROGRAM.   I.E.
  941.                C:\UTY\FFF.EXE
  942.  
  943.           Do you have a serial number to install? Y or N->
  944.           ENTER YOUR SERIAL NUMBER ON THE LINE BELOW
  945.           SERIAL#=
  946.  
  947.                IF YOU  HAVE A SERIAL NUMBER ENTER IT HERE.  WHEN THE SERIAL
  948.                NUMBER IS  INSTALLED THE  SHAREWARE  SCREEN WILL  NO  LONGER
  949.                APPEAR.
  950.  
  951.           ENTER WHO FFF IS REGISTERED TO ON THE LINE BELOW
  952.           REGISTERED NAME->
  953.  
  954.                THIS ITEM ALLOWS YOU TO  ENTER YOUR NAME, OR YOUR  COMPANY'S
  955.                NAME INTO THE FFF.EXE PROGRAM.   THE DATA ENTERED HERE  WILL
  956.                APPEAR ON THE HELP SCREEN, AND AT THE TOP OF FILE LIST.
  957.  
  958.           ENTER THE NAME OF THE EDITOR PROGRAM TO USE ON THE LINE BELOW
  959.           EDIT-PGM->
  960.  
  961.                THIS OPTION ALLOWS YOU  TO INDICATE TO  FFF THE NAME OF  THE
  962.                EDITOR  PROGRAM YOU WISH  TO INVOKE WHEN  THE ALT-E KEYS ARE
  963.                PRESSED. THE DEFAULT IS Q.EXE.
  964.  
  965.           ENTER  THE NAME OF  THE WORDPROCESSOR PROGRAM TO  USE ON THE LINE
  966.           BELOW
  967.           WORD-PGM->
  968.  
  969.                THIS OPTION  ALLOWS YOU TO INDICATE  TO FFF THE NAME  OF THE
  970.                WORDPROCESSOR PROGRAM YOU WICH TO INVOKE WHEN THE ALT-W KEYS
  971.                ARE PRESSED. THERE IS NO DEFAULT FOR THIS OPTION.
  972.  
  973.           ENTER THE NAME OF THE LIST PROGRAM TO USE ON THE LINE BELOW
  974.           LIST-PGM->
  975.  
  976.                THIS  OPTION ALLOWS YOU  TO INDICATE TO FFF  THE NAME OF THE
  977.                FILE BROWER PROGRAM YOU WISH  TO INVOKE WHEN THE ALT-L  KEYS
  978.                ARE PRESSED. THE DEFAULT IS LIST.COM.
  979.  
  980.           ENTER THE NAME OF THE SHEZ PROGRAM TO USE ON THE LINE BELOW
  981.           SHEZ-PGM->
  982.  
  983.  
  984.  
  985.                   Page -15-
  986.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  987.  
  988.  
  989.  
  990.  
  991.  
  992.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  993.  
  994.  
  995.                THIS OPTION ALLOWS YOU TO ENTER THE NAME AND LOCATION OF THE
  996.                SHEZ PROGRAM.  THE DEFAULT IS SHEZ.EXE
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.                                       Page -16-
  1052.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  1059.  
  1060.  
  1061.           FFF's current search default is to search all hard drives.
  1062.           Do you wish CHANGE this default? Y or N->
  1063.  
  1064.                FFF'S DEFAULT IS  TO SEARCH ALL IDENTIFIABLE HARD DRIVES FOR
  1065.                YOUR FILES.  YOU MAY CHANGE  THIS DEFAULT TO ONLY SEARCH THE
  1066.                CURRENTLY ACTIVE HARD DRIVE BY ENTERING A Y TO THIS PROMPT.
  1067.  
  1068.  
  1069.           Do you wish to also search any networked drives found?
  1070.           Y or N->
  1071.  
  1072.                FFF'S DEFAULT IS TO ALSO ATTEMPT TO INDENTIFY AND SEARCH ANY
  1073.                NETWORK ATTACHED DRIVES FOR YOUR FILES.  REPSOND N IF YOU DO
  1074.                NOT HAVE ANY NETWORK  DRIVES -OR- YOU DO NOT  WISH TO SEARCH
  1075.                YOUR NETWORKED DRIVES.
  1076.  
  1077.  
  1078.           Enter 0 to use default number of rows on the screen --or--
  1079.           enter 25,43, or 50 to set the default number of lines to display
  1080.           Enter 0,25,43, or 50-->
  1081.  
  1082.                FFF'S DEFAULT  IS TO  "COME UP"  IN THE  MODE THE  SCREEN IS
  1083.                CURRENTLY  SET.  YOU CAN OVERRIDE THIS DEFAULT BY ENTERING A
  1084.                25,43, OR 50.  
  1085.  
  1086.           FFF has the ability to swap 90 of its code to either EMS memory
  1087.           or to  disk if EMS is not available.  Currently FFF is configured
  1088.           to:
  1089.           Not to use the swapping feature.
  1090.  
  1091.           Do you wish to use the swapping feature? Y or N->
  1092.  
  1093.                THE DEFAULT IS  NOT TO USE THE MEMORY SWAPPING  FEATURE.  IF
  1094.                YOU WISH TO USE THE MEMORY SWAPPING FEATURE RESPOND Y.  NOTE
  1095.                IF  YOU ARE GOING TO ACTIVATE THE WORDPROCESSOR OPTION IT IS
  1096.                SUGGESTED THAT YOU TURN THIS FEATURE ON.
  1097.  
  1098.           Do you want FFF to pause after running a program that has been
  1099.           specified by using the R or CTRL-R option?
  1100.           PAUSE after running a program? Y or N->
  1101.  
  1102.                BY  DEFAULT FFF  PAUSES AFTER  RUNNING AN  ATTACHED PROGRAM.
  1103.                THIS  GIVE YOU  THE  ABILITY TO  VIEW  THE OUTPUT  FROM  THE
  1104.                ATTACHED PROGRAM.   IF YOU  DO NOT  WANT THE PAUSE  TO OCCUR
  1105.                RESPOND N TO THIS PROMPT.
  1106.  
  1107.           FFF can display files in one of two formats as shown below
  1108.           1) 9107  10/02/90  08:00:00  ----   MIXED    DOC  D:\MASM\
  1109.           2) 9107  10/02/90  08:00:00  ----   D:\MASM\MIXED.DOC
  1110.  
  1111.           Enter a 1 or a 2 to inidicate how you want FFF to display files.
  1112.           ENTER a 1 or a 2->
  1113.  
  1114.                FFF HAS THE ABILITY  TO DISPLAY THE LIST  OF FOUND FILES  IN
  1115.  
  1116.  
  1117.                                       Page -17-
  1118.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  1125.  
  1126.  
  1127.                TWO  DIFFERENT FORMATS. ENTER  A 1 OR A  2 TO INDICATE WHICH
  1128.                FORMAT YOU WANT FFF TO USE.
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.                                       Page -18-
  1184.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  1191.  
  1192.  
  1193.           MMEEMMOORRYY SSWWAAPPPPIINNGG OOPPTTIIOONN IINN FFFFFF
  1194.           Beginning with release 3.3 of the FFF  program, a memory swapping
  1195.           ability has been added.  When invoking the Editor, SHEZ, shelling
  1196.           to DOS, or invoking another program via the R or CTL-R functions,
  1197.           FFF can optionally swap 90% of its code to either EMS memory (3.0
  1198.           or 4.0), or to disk  if EMS memory is not available.  This option
  1199.           is OFF  by default.   It can  be turned  on by  using the  FFFCFG
  1200.           configuration program.  Using this option allows  you to run much
  1201.           larger  programs  from within  FFF  than  would be  normally     
  1202.           possible.
  1203.  
  1204.  
  1205.  
  1206.           MMOONNOOCCHHRROOMMEE MMOONNIITTOORRSS
  1207.  
  1208.           If you are  using a  monochrome monitor and  the screen does  not
  1209.           appear correct  set the environment variable  MONO to a Y.   I.E.
  1210.           SET MONO=Y.
  1211.  
  1212.           MMIISSCC.. IINNFFOORRMMAATTIIOONN
  1213.  
  1214.           Both FF2 and FFF are both DesQview aware.
  1215.           Beginning with version 3.4 both FF2 and  FFF will now also search
  1216.           directories that have hidden or system attributes associated with
  1217.           the directory.
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.               Page -19-
  1250.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.                           FFiilleeFFiinnddeerr VVeerrssiioonn 33..33 UUsseerr MMaannuuaall
  1257.  
  1258.  
  1259.  
  1260.           CHANGING THE DEFAULT CONFIGURATION OF FF2.COM.  . . . . . . . . 8
  1261.           CHANGING THE DEFAULT CONFIGURATION OF FFF.EXE.  . . . . . . .  14
  1262.           FF2 command line options
  1263.                /@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1264.                /1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1265.                /A . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1266.                /B . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1267.                /C . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1268.                /E . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1269.                /G . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1270.                /I . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1271.                /L . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1272.                /P . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1273.                /Q . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1274.                /R . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1275.                /S . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1276.                /SD  . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1277.           FF2 PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . 3
  1278.           FFF command line options
  1279.                /@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1280.                /2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1281.                /4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1282.                /5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1283.                /A . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1284.                /d . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1285.                /E . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1286.                /G . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1287.                /I . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1288.                /L . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1289.                /SD  . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1290.                /Z[RHSA] . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1291.           FFF PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  1292.           HOT KEYS  . . . . . . . . . . . . . . . . . . . . . . . . . .  13
  1293.           MEMORY SWAPPING OPTION IN FFF . . . . . . . . . . . . . . . .  19
  1294.           MONOCHROME MONITORS . . . . . . . . . . . . . . . . . . . . .  19
  1295.           QUICK START . . . . . . . . . . . . . . . . . . . . . . . . . . 2
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.                                       Page -20-
  1316.            California Software Design, P.O. Box 15428 Santa Rosa, CA 95402
  1317.  
  1318.  
  1319.  
  1320.  
  1321.