home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / fff44.zip / FFF.DOC < prev    next >
Text File  |  1993-09-20  |  61KB  |  1,260 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.                                    File Finder Pack
  26.                                      Version 4.4
  27.                                        09-20-93
  28.                                           by
  29.                                        Jim Derr
  30.  
  31.                                       Member of
  32.                         Association of Shareware Professionals
  33.                                  CSERVE ID 76266,2634
  34.  
  35.         HARDWARE SOFTWARE REQUIREMENTS  . . . . . . . . . . . . . . . . .    3
  36.  
  37.         QUICK START . . . . . . . . . . . . . . . . . . . . . . . . . . .    3
  38.  
  39.         PERFORMING A FUZZY SEARCH . . . . . . . . . . . . . . . . . . . .    4
  40.  
  41.         CONFIGURING THE FFF.EXE and FFD.EXE PROGRAMS  . . . . . . . . . .    6
  42.  
  43.         CONFIGURING THE FF2.COM PROGRAM . . . . . . . . . . . . . . . . .    7
  44.  
  45.         MEMORY USAGE IN THE FFF.EXE PROGRAM . . . . . . . . . . . . . . .    8
  46.  
  47.         FF2 PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . .    9
  48.  
  49.         FFF PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . .   15
  50.  
  51.         FFF HOT KEYS  . . . . . . . . . . . . . . . . . . . . . . . . . .   19
  52.  
  53.         MODIFYING THE FFF FILE LISTING FORMAT . . . . . . . . . . . . . .   23
  54.  
  55.         MODIFYING THE FFF PRINT FORMAT  . . . . . . . . . . . . . . . . .   24
  56.  
  57.         FFD PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . .   25
  58.  
  59.         SMART LAUNCH FEATURE  . . . . . . . . . . . . . . . . . . . . . .   28
  60.  
  61.         MEMORY SWAPPING OPTION IN FFF . . . . . . . . . . . . . . . . . .   28
  62.  
  63.         MONOCHROME MONITORS . . . . . . . . . . . . . . . . . . . . . . .   28
  64.  
  65.         MISC. INFORMATION . . . . . . . . . . . . . . . . . . . . . . . .   29
  66.  
  67.         THE SGREP PROGRAM . . . . . . . . . . . . . . . . . . . . . . . .   30
  68.  
  69.         REVISION HISTORY  . . . . . . . . . . . . . . . . . . . . . . . .   32
  70.  
  71.         INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   34
  72.                           FileFinder Version 3.6 User Manual           Page-3-
  73.  
  74.         This  is a  shareware product.    If you  find these  utilities useful
  75.         please register and keep shareware alive.   Only registered users will
  76.         be supported..
  77.  
  78.                             HARDWARE SOFTWARE REQUIREMENTS
  79.  
  80.         FF2, FFF, and FFD can  be run on any DOS  based PC having a CGA,  MDA,
  81.         EGA, VGA, or HERC monitor.  
  82.         The DOS  operating system must be  3.1 or greater.   Both program will
  83.         also operate correctly  in the DOS  compatibility box  of OS/2 1.2  or
  84.         greater.  Token ring networks or Novell networks are also supported.
  85.         DOS memory  requirements range from a  low of 160K  to a high  of 400K
  86.         depending on how the FFF program is configured.
  87.  
  88.                                      QUICK START
  89.         The  FF2 program  performs file  search operations  and will  show the
  90.         results on the screen or the output can be redirected to a file.
  91.  
  92.         The  FFF program performs file search  operations and will display the
  93.         results on the screen in a scrollable window.  Numerous operations can
  94.         then be performed on user selected files.
  95.  
  96.         The FFD program performs directory search operations and  will display
  97.         the results on the screen in a scrollable window.
  98.  
  99.         FF2, FFF, and  FFD use basically the same format  for the command line
  100.         option.  All command line  parameters MUST be separated by  blanks and
  101.         all options MUST begin with a forward slash /.  The options may appear
  102.         anywhere  on  the command line.   The format  of the command  line for
  103.         both programs is:
  104.  
  105.         FFx [options]  [[drives:] [filespec]] [options]
  106.  
  107.         If the drives  parameter is omitted the programs will  search all hard
  108.         drives that can  be identified.  If  the drives parameter is  included
  109.         then  only the  drives specified  will be  searched. (PLEASE  NOTE THE
  110.         COLON MUST BE ENTERED AFTER THE DRIVE LETTERS).
  111.                           FileFinder Version 3.6 User Manual           Page-4-
  112.  
  113.  
  114.  
  115.                               PERFORMING A FUZZY SEARCH
  116.  
  117.         Both FF2 and FFF  can also perform a fuzzy search.   This is useful if
  118.         you are trying  to locate a  file but don't  know the exact  filename.
  119.         The  fuzzz search routine will attempt to locate files that sound like
  120.         the filename entered on the command line.  To indicate that you want a
  121.         fuzzy search performed place the ~ character in front of the filename.
  122.         PLEASE NOTE: WHEN  PERFORMING A  FUZZY SEARCH  DO NOT  INCLUDE A  FILE
  123.         EXTENSION.  See the examples below.
  124.  
  125.         If the colon is entered without any drive letter preceding it then FFF
  126.         and FF2 will only search for files on the current default disk drive.
  127.  
  128.         For example:
  129.  
  130.         FFF : *.bat
  131.  
  132.         This will  search for all files on the current default drive that have
  133.         a file extension of bat.
  134.  
  135.         Multiple  filespecs may be  entered along  with multiple drives.   For
  136.         example:
  137.  
  138.         FF2  *.BAK CD: \UTILITY\*.COM  DE: \TEMP\*.*  C:\JIM\*.*
  139.  
  140.         This example will:
  141.         1)   Find all  files that have a file extension of BAK that resides on
  142.              any identifiable hard drive.
  143.  
  144.         2)   Find all files that have  a file extension of COM in  the UTILITY
  145.              directory  or any sub-directory of  the UTILITY directory ONLY ON
  146.              HARD DRIVES C AND D.
  147.  
  148.         3)   Find all  files that  reside in  the TEMP  directory or any  sub-
  149.              directory of the TEMP directory ONLY ON HARD DRIVES D AND E.
  150.  
  151.         4)   Find all  files that  reside  in the  JIM directory  or any  sub-
  152.              directory of the JIM directory ONLY ON THE C DRIVE.
  153.  
  154.         FFF  ~QRT
  155.  
  156.         Perform a  fuzzy search looking for  all files that sound  like qtr on
  157.         all drives.
  158.  
  159.         FFF  ~QTR  *.COM
  160.  
  161.         Peroform the same fuzzy search  as above, in addition locate all  .COM
  162.         files.
  163.  
  164.         Any options that appear on the  command line are active for all search
  165.         operations.
  166.                           FileFinder Version 3.6 User Manual           Page-5-
  167.                           FileFinder Version 3.6 User Manual           Page-6-
  168.  
  169.                      CONFIGURING THE FFF.EXE and FFD.EXE PROGRAMS
  170.  
  171.         The FFF  and  FFD programs  have numerous  configurable  options.   To
  172.         configure the programs  the configuration program  FFFCFG.EXE must  be
  173.         run.  Simply enter FFFCFG at the DOS command prompt and the answer the
  174.         questions as they appear.
  175.  
  176.         When the CTRL-ENTER keys are pressed FFF can execute a user defined
  177.         program against the currently highlighted file based on the file
  178.         extension.  Up to THREE sets of file extensions and program names
  179.         can be defined.
  180.  
  181.         When prompted for an extension list enter the file extensions you wish
  182.         to operate on, each extension MUST have a period preceeding the
  183.         extension, i.e.  EXT1=.ZIP.LZH.ZOO
  184.  
  185.         When prompted for the program to execute, please include the full path
  186.         and  use the ! character to indicate where to substitute the filename,
  187.         i.e.  PGM1=C:UTILITYSHEZ.EXE !
  188.                           FileFinder Version 3.6 User Manual           Page-7-
  189.  
  190.                            CONFIGURING THE FF2.COM PROGRAM
  191.  
  192.         To configure the FF2.COM  program enter the /CFG option on the command
  193.         line when starting the FF2 program.  I.E. FF2 /CFG
  194.  
  195.         The following prompts will appear:
  196.  
  197.         Searching for local drive(s). Found CDEF.
  198.         Do you have a serial number to install? Y or N->Y
  199.          
  200.         Enter your serial number on the line below.
  201.          SERIAL#=
  202.  
  203.         ENTER WHO FF2 IS REGISTERED TO ON THE LINE BELOW
  204.          REGISTERED NAME->
  205.          
  206.         FF2.COM is currently set to:
  207.         Search all identified hard drives.
  208.         FF2.COM will not search for network drives.
  209.         Use high speed screen writing routines.
  210.          
  211.         Set FF2.COM to search All local drives or only the Current drive?
  212.         Enter an A or C->
  213.          
  214.         Set FF2.COM to also search any network drives?
  215.         Enter a Y or N->
  216.          
  217.         Set FF2.COM to use legal BIOS routines when writing to the screen?
  218.         Enter a Y or N->
  219.                           FileFinder Version 3.6 User Manual           Page-8-
  220.  
  221.                          MEMORY USAGE IN THE FFF.EXE PROGRAM
  222.  
  223.         The  FFFCFG program now allows you set  the number of files and unique
  224.         directories that  the FFF program can  handle.  The FFF  program comes
  225.         preconfigured to  handle 3000  files and 300  unique directory  names.
  226.         Under this configuration  the FFF program  uses approximately  317,000
  227.         bytes of memory.  If you increase or decrease the  number of files FFF
  228.         can handle it's  memory usage increases or  decreases by 49  bytes for
  229.         each additional file you tell FFF to handle.
  230.  
  231.  
  232.         If you increase  or decrease the number of  unique directory names FFF
  233.         can handle its memory usage increases or decreases by 70 bytes.
  234.  
  235.  
  236.         To  determine the amount  of memory FFF  will need,  use the following
  237.         formula:
  238.  
  239.              149300 + (49 * number of files  to handle) + (70 * number of dirs
  240.              to handle)
  241.  
  242.  
  243.         For example, the memory requirements for FFF to handle 5000 files  and
  244.         400 unique directories would be:
  245.  
  246.              149300 + (49 * 5000) + (70 * 400) = 422,300
  247.                           FileFinder Version 3.6 User Manual           Page-9-
  248.  
  249.                                      FF2 PROGRAM
  250.         This program will find files on your hard disk.  It as fashioned after
  251.         the whereis program but has more features.
  252.  
  253.         Format is:
  254.  
  255.         FF2 [options] [[drives:] [filespec]] [options]
  256.  
  257.         Where options are:
  258.         /C        comma delimited listing
  259.         /R        raw listing - full path name only
  260.         /S        short listing - filename.ext only
  261.         /B        list in bat file format
  262.         /P        pause when screen is full
  263.         /Q        quite mode
  264.         /I        also look inside archive files
  265.         /A        only look inside archive files
  266.         /E        Extended Directory Search
  267.         /G        Greater or Equal to mm-dd-yy
  268.         /L        Less or Equal to mm-dd-yy
  269.         /=        Equal to mm-dd-yy
  270.         /SD       Single Directory search only (do not recurse)
  271.         /1        stop after finding one file
  272.                   errorlevel 1 returned if no files found
  273.                   errorlevel 0 returned if files are found
  274.         /Z[RHSA]  Show files with specified attributes
  275.         /X"cmd"   execute a cmd against all files found
  276.         /@        Prompt for options.
  277.         /NN       No-Network drive search
  278.         /LN       Look for network drives
  279.         /!        Exclude files that match specified pattern
  280.         /CFG      Configure the FF2 Program.
  281.  
  282.         The filespec's  that are specified on  the command line can  include a
  283.         disk and directory.  If a disk and or directory  is specified than the
  284.         search  will be restricted to the specified disk and directory and any
  285.         sub-directories under  the specified  directory.   Each  filespec  can
  286.         contain different starting disks and directories.
  287.  
  288.         When  specifying the  file  to search  for FF2  has  a quick  complete
  289.         algorithm.  If you do not include a period in the file ex   tension
  290.         FF2 will expand  the filespec using  the wildcard character ?  for the
  291.         remainder of the  filespec.  For  example if you  entered FF2 AB,  FF2
  292.         will expand the filespec to AB??????.???.   If you enter FF2  C:\BAT\B
  293.         FF2  will expand the filespec to  C:\BAT\B???????.???.  However if you
  294.         enter FF2 B.* , FF2  will not alter the filespec since  you included a
  295.         period in the filespec.
  296.  
  297.         FF2 also has an expanded wild card search algorithm. If you include an
  298.         * on  both sides of  the filename,  FF2 will find  all files  that    
  299.         contain the  characters  entered  between  the  *'s  anywhere  in  the
  300.         filename. For example:
  301.                           FileFinder Version 3.6 User Manual          Page-10-
  302.  
  303.         FF2 *inst*
  304.  
  305.         This will find all files that contain inst somewhere in the filename.
  306.  
  307.         I.E. D:\ANY\PINST.BAT
  308.              C:\ONE\PCINSTAL.BAT
  309.              C:\TWO\INSTALL.COM
  310.  
  311.         To  find files  with  no  extension include  the  period  but no  file
  312.         extension. I.E.  FF2 *me*.
  313.  
  314.         If no  disk or directory is  included with the filespec  than all hard
  315.         disks will be searched.
  316.                           FileFinder Version 3.6 User Manual          Page-11-
  317.  
  318.         FF2 now has the capability to automatically identify all hard disks on
  319.         your  system.  You  can over-ride this  automatic detection by setting
  320.         the environment variable FF to the disk letter your wish the search to
  321.         be performed on.For  example.  SET FF=CD tells FF2 to search the C and
  322.         D drives if  you have  not specified  a disk  in the  filespec on  the
  323.         command line.
  324.  
  325.         All  output  from FF2  can be  redirected or  piped  by using  the DOS
  326.         redirect and pipe characters.
  327.  
  328.         The default output  produced by FF2  file-size, file-date,  file-time,
  329.         disk:\directory\filename.file-ext. This  can be  changed by  using the
  330.         following command line options:
  331.  
  332.         /C   Produces a comma  delimited listing, this listing can be imported
  333.              into most spreadsheet and database programs.
  334.  
  335.         /R   Produces a raw listing containing disk:\directory\fn.ext only.
  336.  
  337.         /S   Produces a short listing containing filename.ext only.
  338.  
  339.         /B   Produces a  listing that can be used as a bat file. The output is
  340.              as follows:
  341.              %1 filename.ext %2 %3 %4 %5 %6 %7 %8 %9
  342.  
  343.         /P   Will case a pause when the screen is full.
  344.  
  345.         /Q   Quite mode no output produced but results can be tested  by using
  346.              the if errorlevel command in a .bat file.
  347.  
  348.         /I   This option tells  FF2 to also look inside any  archive files for
  349.              the  indicated files.   The archive files  that are supported are
  350.              ZIP, ARC, ARJ, ZOO, PAK, LZH and SQZ files.
  351.  
  352.         /A   This option tells FF2 to  ONLY look inside archive files  for the
  353.              indicated files.
  354.  
  355.         /1   This  option tells FF2  to stop looking for  files after it finds
  356.              the first file that matches the specified pattern.
  357.  
  358.         /E   To increase the file search  process FF2 normally only looks  for
  359.              directories  that do not  contain a  file extension.   Using this
  360.              option  tells  FF2 to  also  look  for directories  that  contain
  361.              directory names with extensions.
  362.  
  363.         /G   This  option allows  you to limit  the file search  to files that
  364.              have a filedate Greater  than or Equal to the date specified. The
  365.              format is /Gmm-dd-yy.
  366.              I.E. /G01-01-90    or   /G1-1-90  will  list files  that  have  a
  367.              filedate greater than or equal to 1-1-90.
  368.              (Note this option may be combined with the /L option to specify a
  369.              date range)
  370.                           FileFinder Version 3.6 User Manual          Page-12-
  371.  
  372.         /L   This  option allows you  to limit the  file search to  files that
  373.              have  a filedate  Less than or  Equal to the  date specified. The
  374.              format is /Lmm-dd-yy.
  375.              I.E.  /L01-01-90   or    /L1-1-90 will  list  files  that have  a
  376.              filedate less than or equal to 1-1-90.
  377.              (Note this option may be combined with the /G option to specify a
  378.              date range)
  379.  
  380.         /=   This option  allows you to  limit the  file search to  files that
  381.              have a filedate Equal to the date  specified. The format is /=mm-
  382.              dd-yy.
  383.              I.E.  /=01-01-90    or   /=1-1-90  will list  files  that  have a
  384.              filedate to 1-1-90.
  385.  
  386.         /Z[RHSA]
  387.              This  option allows you  to limit the  file search  to files that
  388.              have specific attributes.  For example, specifying  /ZA will list
  389.              files that have the archive attribute, /ZRH  will list files that
  390.              have the read-only attribute OR the hidden attribute set.
  391.              ***PLEASE NOTE  IF YOU  SPECIFY THE  /A OR  /I OPTIONS  THAN THIS
  392.              OPTION IS IGNORED***
  393.  
  394.         /SD  This  option informs FF2  to only  search the directory  that was
  395.              specified on the command line  and not to search any  directories
  396.              that exist under the specified directory.
  397.                           FileFinder Version 3.6 User Manual          Page-13-
  398.  
  399.         /X"cmd"
  400.              This options  allows  you to  tell  FF2  to execute  a  specified
  401.              against all files that are found.
  402.              For Example:
  403.  
  404.              /X"del &"
  405.  
  406.              will execute the delete command against all file that were found.
  407.              The command can be any DOS command or another program.   FF2 will
  408.              insert the disk:\dir\fn.fext of  the found file into the  command
  409.              where you place the & character.
  410.  
  411.              For example if you specify the following:
  412.  
  413.              /X"grep any & -s"
  414.  
  415.              and  FF2  finds  the  file c:\data\any.doc  it  will  execute the
  416.              following command:
  417.  
  418.              grep any c:\data\any.doc -s
  419.  
  420.              If  you do  not  put the  & in  then  FF2 will  insert the  found
  421.              filespec at the first blank in the command you specify, or at the
  422.              end of the command if no blanks exist.
  423.  
  424.         /@   This  options instructs FF2  to prompt  the user for  the command
  425.              line parameters.  PLEASE NOTE NO OTHER PARAMETERS  ARE ALLOWED ON
  426.              THE COMMAND  LINE IF THIS OPTION  IS SPECIFIED.  The  use of this
  427.              option  also allows the user  to use the  DOS redirect feature to
  428.              feed FF2 it's parameters.
  429.  
  430.              For example:  FF2 /@ < FF2.DAT 
  431.  
  432.              This  instructs FF2 to  read its  parameters from the  file names
  433.         FF2.DAT.
  434.  
  435.         /NN  This option allows you to bypass the searching of Network drives.
  436.              If  you configured FF2  to search for network  drives you may use
  437.              this option to temporarily bypass the network drive search.
  438.  
  439.         /LN  This option  allow you to search for files on Network drives.  If
  440.              you  configured FF2  to ignore  network drives  you may  use this
  441.              options to temporarily look for files on any networked drives.
  442.  
  443.         /!   This  option allows you  to exclude  files. Files that  match the
  444.              excluded  file pattern  will not be  listed.  For  example if you
  445.              entered the following command:
  446.              FF2  *.c /!f*.c
  447.              This would list all the files with a .C file extension EXCEPT for
  448.              files that begin with the  letter F and have a file  extension of
  449.              .C.
  450.  
  451.         /CFG This  options allows you  to configure the  FF2 program with your
  452.                           FileFinder Version 3.6 User Manual          Page-14-
  453.  
  454.         own personal defaults.
  455.                           FileFinder Version 3.6 User Manual          Page-15-
  456.  
  457.                                      FFF PROGRAM
  458.  
  459.         This  program will find files on your hard disk, and present them in a
  460.         scrollable list.
  461.  
  462.         Format is FFF [options] [[drives:] [filespec]] [options]
  463.  
  464.         Where options are:
  465.         /2   25 line mode display
  466.         /4   43 line mode display
  467.         /5   50 line mode display
  468.         /d   Search for dup files. (filename.ext only)
  469.         /D   Search for dup files. (filename.ext and file size)
  470.         /E   Extended Directory Search
  471.         /G   Greater or Equal to mm-dd-yy
  472.         /=   Equal to mm-dd-yy
  473.         /L   Less or Equal to mm-dd-yy
  474.         /I   also look inside archive files
  475.         /A   only look inside archive files
  476.              (THE ARCHIVE  FILES THAT  ARE SUPPORTED  ARE ZIP,ARC,ARJ,PAK,LZH,
  477.              and SQZ)
  478.         /Z[RHSA]
  479.              Show files with specified attributes
  480.         /SD  Single Directory search only (do not recurse)
  481.         /NN  No-Network drive search
  482.         /LN  Look for network drives
  483.         /@   Prompt for options.
  484.         /!   Exclude files that match specified pattern.
  485.  
  486.  
  487.         /I   This option  tells FFF to also look  inside any archive files for
  488.              the indicated files.   The archive files  that are supported  are
  489.              ZIP, ARC, ARJ, ZOO, PAK, LZH, and SQZ files.
  490.  
  491.         /A   This option tells FFF  to ONLY look inside archive files  for the
  492.              indicated files.
  493.  
  494.         /d   This option tells FFF to search and display duplicate files. Only
  495.              the filename.ext will be used to determine duplicates.
  496.  
  497.         /D   This option is the same as the /d  option except the filename.ext
  498.              and file size will be used to determine if a file is a dup.
  499.  
  500.         /E   To  increase the file search process  FFF normally only looks for
  501.              directories that  do not contain  a file  extension.  Using  this
  502.              option tells FFF to also look for directories that contain       
  503.                  directory names with extensions.
  504.  
  505.         /G   This  option allows  you to limit  the file search  to files that
  506.              have a filedate Greater  than or Equal to the date specified. The
  507.              format is /Gmm-dd-yy.
  508.              I.E. /G01-01-90    or   /G1-1-90  will  list files  that  have  a
  509.         filedate greater than or equal to 1-1-90.
  510.                           FileFinder Version 3.6 User Manual          Page-16-
  511.  
  512.              (Note this option may be combined with the /L option to specify a
  513.         date range)
  514.  
  515.         /L   This option  allows you to  limit the  file search to  files that
  516.              have  a filedate Less  than or Equal  to the  date specified. The
  517.              format is /Lmm-dd-yy.
  518.              I.E. /L01-01-90    or   /L1-1-90  will  list files  that  have  a
  519.              filedate less than or equal to 1-1-90.
  520.              (Note this option may be combined with the /G option to specify a
  521.         date range)
  522.  
  523.         /=   This  option allows you  to limit the  file search to  files that
  524.              have a  filedate Equal to the date specified. The format is /=mm-
  525.              dd-yy.
  526.              I.E.  /=01-01-90   or    /=1-1-90 will  list  files  that have  a
  527.              filedate to 1-1-90.
  528.  
  529.         /SD  This  option informs FF2  to only  search the directory  that was
  530.              specified on the command line  and not to search any  directories
  531.              that exist under the specified directory.
  532.                           FileFinder Version 3.6 User Manual          Page-17-
  533.  
  534.         /Z[RHSA]
  535.              This  option allows  you to limit  the file search  to files that
  536.              have specific attributes.  For example,  specifying /ZA will list
  537.              files that have the archive attribute, /ZRH  will list files that
  538.              have the read-only attribute OR the hidden attribute set.
  539.              **PLEASE NOTE IF YOU SPECIFY THE /A OR /I OPTION THAN THIS OPTION
  540.              IS IGNORED.** 
  541.  
  542.         /NN  This option allows you to bypass the searching of Network drives.
  543.              If you configured  FF2 to search for  network drives you may  use
  544.              this option to temporarily bypass the network drive search.
  545.  
  546.         /LN  This option allow you to search  for files on Network drives.  If
  547.              you  configured FF2  to ignore  network drives  you may  use this
  548.              options to temporarily look for files on any networked drives.
  549.  
  550.         /!   This  option allows you  to exclude  files. Files that  match the
  551.              excluded file  pattern will not  be listed.   For example if  you
  552.              entered the following command:
  553.              FF2  *.c /!f*.c
  554.              This would list all the files with a .C file extension EXCEPT for
  555.              files that begin  with the letter F and have  a file extension of
  556.              .C.
  557.  
  558.          
  559.         /@   This  options instructs FFF  to prompt  the user for  the command
  560.              line parameters.  PLEASE NOTE NO OTHER PARAMETERS  ARE ALLOWED ON
  561.              THE COMMAND  LINE IF THIS OPTION  IS SPECIFIED.  The  use of this
  562.              option  also allows the user  to use the  DOS redirect feature to
  563.              feed FF2 it's parameters.
  564.  
  565.              For example:  FFF /@ < FFF.DAT 
  566.  
  567.              This  instructs FFF to  read its  parameters from the  file names
  568.         FFF.DAT.
  569.                           FileFinder Version 3.6 User Manual          Page-18-
  570.  
  571.         The filespec's that are  specified on the  command line can include  a
  572.         disk and directory. If a  disk and or directory is specified  than the
  573.         search will be restricted  to the specified disk and directory and any
  574.         sub-directories under  the specified  directory.   Each  filespec  can
  575.         contain different starting disks and directories.
  576.  
  577.         When  specifying the  file  to search  for  FFF has  a  quick complete
  578.         algorithm.  If you do not include a period and  the file extension FFF
  579.         will expand  the  filespec using  the  wildcard  character ?  for  the
  580.         remainder of  the filespec.   For example if  you entered FFF  AB, FFF
  581.         will  expand the filespec to AB??????.???.   If you enter FFF C:\BAT\B
  582.         FFF will expand the filespec  to C:\BAT\B???????.???.  However if  you
  583.         enter FFF B.* , FFF will  not alter the filespec since you  included a
  584.         period in the filespec.
  585.  
  586.         FFF also has an expanded wild card search algorithm. If you include an
  587.         *  on both sides  of the  filename, FFF will  find all  files that    
  588.         contain  the  characters  entered  between  the  *'s  anywhere  in the
  589.         filename. For example:
  590.  
  591.         FFF *inst*
  592.  
  593.         This will find all files that contain inst somewhere in the filename.
  594.              I.E  D:\ANY\PINST.BAT
  595.                   C:\ONE\PCINSTAL.BAT
  596.                   C:\TWO\INSTALL.COM
  597.  
  598.         To  find  files with  no  extension include  the  period  but no  file
  599.         extension. I.E.  FFF *me*.
  600.  
  601.         If no  disk or directory is  included with the filespec  than all hard
  602.         disks will be searched.
  603.  
  604.         FFF now has the capability to automatically identify all hard disks on
  605.         your  system.  You  can over-ride this  automatic detection by setting
  606.         the environment variable FF to the disk letter your wish the search to
  607.         be performed on.
  608.  
  609.         For example.  SET FF=CD tells FFF to search the C and D drives if  you
  610.         have not specified a disk in the filespec on the command line.
  611.  
  612.  
  613.         FFF will display  all the files it found, up  to it's internal maximum
  614.         of 3000 files, on the screen in a scrollable list.  You can use the   
  615.         cursor  keys, Pgup, Pgdn,  HOME, END, CTL-HOME,  and CTL-END to scroll
  616.         the list.  Pressing the ESC key will exit the program.
  617.                           FileFinder Version 3.6 User Manual          Page-19-
  618.  
  619.                                      FFF HOT KEYS
  620.  
  621.         ALT-X
  622.         ALT-Q
  623.         ESC  Any of these keys will immediately exit FFF.
  624.  
  625.         CURSOR-RIGHT
  626.         CURSOR-LEFT
  627.              Scroll screen right or left.
  628.  
  629.         HOME Pressed  once will take you to  top of screen. Pressed twice will
  630.         take you to top of list.
  631.  
  632.         END  Pressed  once will take  you to  bottom of screen.  Pressed twice
  633.              will take you to bottom of list.
  634.  
  635.         F1   will display the help panel.
  636.  
  637.         F9   This will  allow you to sort  the file list that  is displayed on
  638.              the screen.  The list can  be sorted by filename, file extension,
  639.              file date, or disk:\dir location.
  640.  
  641.         ENTER
  642.              Pressing the ENTER will do  one of three things depending  on how
  643.              the ENTER key was configured. 
  644.  
  645.              1) The ENTER key will do nothing.
  646.  
  647.              2) The  ENTER key will exit  the FFF program and  will change the
  648.              default disk  and directory  to the one   that contains  the file
  649.              currently highlighted on the screen.
  650.  
  651.              3) The  ENTER key will  invoke the SHEZ program  on the currently
  652.              highlighted file.
  653.  
  654.         CTRL-ENTER
  655.  
  656.              The CTRL-ENTER key invokes the SMART LAUNCH feature  of FFF.  FFF
  657.              looks at the file extension of the currently highlighted file and
  658.              execute the program that is associated with  that extension.  The
  659.              associations are  defined during  the  configuration of  the  FFF
  660.              program.   Before the  program is  launched, FFF will  attempt to
  661.              swap  itself out  of memory  if the  memory swapping  feature was
  662.              selected during program configuration.
  663.              If no smart launch program has been defined FFF will than  launch
  664.              the default BROWSE program.
  665.  
  666.         G    Pressing the G key will exit the FFF program and  will change the
  667.              default  disk and directory  to the one   that  contains the file
  668.              currently highlighted on the screen.
  669.  
  670.              (THE ENTER KEY WILL ONLY FUNCTION IF  THE USER SPECIFICALLY TELLS
  671.              THE FFFCFG PROGRAM TO ACTIVATE THE ENTER KEY.)
  672.                           FileFinder Version 3.6 User Manual          Page-20-
  673.  
  674.         R    Pressing the R key allows you to run any program you wish against
  675.              the  currently highlighted file.   A window  will pop-up in which
  676.              you  must  enter program  name that  you  wish to  execute.   The
  677.              program can be  a DOS internal program, i.e. del,  rename, or any
  678.              EXE, COM,  or BAT file. When you enter the program to execute you
  679.              must  tell FFF  where to  place the  highlighted filename  in the
  680.              command by using  the ! character as a place  holder.  Before FFF
  681.              runs the  command the  ! will be  replaced with   the highlighted
  682.              filename.
  683.  
  684.         S    Pressing the S key will invoke my  Compressed file manager called
  685.              SHEZ. The Program file SHEZ.EXE must be in the DOS  path for this
  686.              options to function.
  687.  
  688.         E    Pressing the E key will execute the program or BAT file currently
  689.              highlighted on  the screen.  Before the  Program is  executed FFF
  690.              will prompt you for any command line parameters that you  want to
  691.              pass  to  the  program. It  will  then  change  to the  disk  and
  692.              directory that  the program is  contained in, unload  itself from
  693.              memory and execute the program.
  694.  
  695.         T    The T key will toggle the tagged status of the highlighted item.
  696.  
  697.         U    The U key will untag all tagged items.
  698.  
  699.         ALT-D     will delete the currently highlighted file.
  700.  
  701.         ALT-L     The ALT-L key will invoke  Vern Buerg's List program on  the
  702.                   highlighted file.  The list.com  program must be in the  DOS
  703.                   path for this option to function.
  704.  
  705.         ALT-E     The  ALT-E key  will invoke  an editor  of your  choice. The
  706.                   default  editor is QEdit by  Sammy Mitchell, however you can
  707.                   change this default by using the FFFCFG program.
  708.  
  709.         ALT-C
  710.         ALT-O     The  ALT-O  or  ALT-C  keys  will  allow  you  to  copy  the
  711.                   highlighted file.   A window  will appear prompting  you for
  712.                   the destination drive and directory.
  713.  
  714.  
  715.  
  716.         ALT-W     The ALT-W key will invoke  a word processor of your  choice.
  717.                   The wordprocesser program name must be set  using the FFFCFG
  718.                   program before this options can be used.
  719.  
  720.         ALT-T     Write out the displayed file list to the file FFF.LST.
  721.              (Also see section titled: MODIFYING THE FFF FILE LISTING FORMAT)
  722.  
  723.         ALT-P     Print out the displayed file list to user specified device.
  724.              (Also see section titled: MODIFYING THE FFF PRINT FORMAT)
  725.  
  726.         ALT-I     Display a  windows containing configuration  and file  stats
  727.                           FileFinder Version 3.6 User Manual          Page-21-
  728.  
  729.         information.
  730.  
  731.         ALT-S     Shell to DOS
  732.  
  733.         CTL-D     will delete all tagged files.
  734.  
  735.         CTL-C
  736.         CTL-O     The CTL-O  or CTL-C  keys will  allow you  to  copy the  all
  737.                   tagged  files.  A  window will appear  prompting you for the
  738.                   destination drive and directory.
  739.  
  740.         CTL-R     Pressing  the CTL-R key  allows you  to run any  program you
  741.                   wish  against all  tagged files.   A  window will  pop-up in
  742.                   which you must enter  program name that you wish to execute.
  743.                   The program can be a DOS internal program, i.e. del, rename,
  744.                   or any EXE, COM, or BAT file.  When you enter the program to
  745.                   execute you must tell FFF where to place the tagged filename
  746.                   in the command by  using the ! character as  a place holder.
  747.                   Before FFF runs  the command the ! will be replaced with the
  748.                   filename.
  749.  
  750.         CTL-T     Write out a list of all tagged files to file FFF.LST.
  751.  
  752.         CTL-P     Print out a list of all tagged files to device STDPRN.
  753.  
  754.         CTL-G     Pressing the CTL-G keys will  allow you to run the  included
  755.                   SGREP  program against a  group of  tagged files.   (See the
  756.                   section titled SGREP PROGRAM for more information)
  757.  
  758.         /    Pressing the forward slash key will activate the FFF menu system.
  759.              A menu bar will appear at the top of the screen.  Using the left,
  760.              right, up, and down cursor keys highlight  the menu item you wish
  761.              to activate then press the  ENTER key to perform the  highlighted
  762.              operations.  Pressing the ESC key will exit the menu system.
  763.  
  764.         CAPS-LOCK
  765.              When the CAPS-LOCK key is active,  a tagged file status line will
  766.              be displayed on the bottom of the screen.  Pressing the CAPS-LOCK
  767.              key again will remove this status line.
  768.  
  769.         ALT-F2
  770.              The ALT-F2 keys allows the user to modify the format  of the file
  771.              list that is written out when the ALT-T keys are pressed.
  772.  
  773.         ALT-F3
  774.         ALT-F4
  775.              The ALT-F3 and ALT-F4  keys allows the user  to modify the  print
  776.              format when  the ALT-P keys are  pressed.  The ALT-F3  key allows
  777.              you to edit print line 1 format.   The ALT-F4 keys allows your to
  778.              edit the print line2 format.
  779.  
  780.         ALT-F5
  781.              The ALT-F5 keys  allows the use to change the  default print line
  782.                           FileFinder Version 3.6 User Manual          Page-22-
  783.  
  784.              length.
  785.                           FileFinder Version 3.6 User Manual          Page-23-
  786.  
  787.                         MODIFYING THE FFF FILE LISTING FORMAT
  788.  
  789.         When writing out a file list using the ALT-T keys, FFF uses a template
  790.         that defines the format of the  file.  The template contains variables
  791.         that tells FFF what information  to include in the file listing.   The
  792.         following variables can be used when defining the template:
  793.  
  794.         VARIABLE  DESCRIPTION                   LENGTH
  795.         $FF  =    filename.file-extension       12 characters
  796.         $FN  =    filename                      variable
  797.         $FX  =    file-extension                variable
  798.         $N8  =    filename                      8 characters
  799.         $X3  =    file-extension                3 characters
  800.         $DN  =    directory-name                variable
  801.         $DF  =    directory-name                80 characters
  802.         $CN  =    full-path-specification       variable
  803.         $SZ  =    file-size                     8 characters
  804.         $DT  =    file-date                     8 characters
  805.         $TI  =    file-time                     8 characters
  806.         $AT  =    file-attributes               4 characters
  807.  
  808.         The default format when writing out a file listing is:
  809.         $SZ $DT $TI $AT $CN
  810.  
  811.         Using the ALT-F2 command the format of the listing file can be changed
  812.         while  FFF is currently  being executed.   When modifying the template
  813.         please be aware that anything entered on the  template line other than
  814.         a  variable name  will also  appear in  the file  listing file.   THIS
  815.         INCLUDED BLANK CHARACTERS.
  816.  
  817.         The  default may  also  be changed  by using  the  FFFCFG program  and
  818.         modifying the listing template when then appropriate prompt appears.
  819.                           FileFinder Version 3.6 User Manual          Page-24-
  820.  
  821.                             MODIFYING THE FFF PRINT FORMAT
  822.  
  823.         When printing out a file list using the ALT-P keys, FFF uses a
  824.         template that defines the format of the file.  The template contains
  825.         variables that tells FFF what information to include in the printer
  826.         listing.  The following variables can be used when defining the
  827.         template:
  828.  
  829.         VARIABLE  DESCRIPTION                   LENGTH
  830.         $FF  =    filename.file-extension       12 characters
  831.         $FN  =    filename                      variable
  832.         $FX  =    file-extension                variable
  833.         $N8  =    filename                      8 characters
  834.         $X3  =    file-extension                3 characters
  835.         $DN  =    directory-name                variable
  836.         $DF  =    directory-name                80 characters
  837.         $CN  =    full-path-specification       variable
  838.         $SZ  =    file-size                     8 characters
  839.         $DT  =    file-date                     8 characters
  840.         $TI  =    file-time                     8 characters
  841.         $AT  =    file-attributes               4 characters
  842.  
  843.         The default format when printing out a file listing is two lines per
  844.         file. Their format is as follows.
  845.         $CN
  846.         $SZ $DT $TI $AT
  847.  
  848.         Using the ALT-F3 and ALT-F4 commands the format of print line one and
  849.         print line two can be changed while FFF is currently being executed.  
  850.         If you do not want two print lines produced per file set the second
  851.         print line template to all blanks via the ALT-F4 command or set the
  852.         second print line template to all blanks when using the FFFCFG program
  853.         to configure the FFF program. When modifying the template please be
  854.         aware that anything entered on the template line other than a variable
  855.         name will also appear in the file listing file.  THIS INCLUDED BLANK
  856.         CHARACTERS.
  857.  
  858.         The default may also be changed by using the FFFCFG program and
  859.         modifying the print line templates when then appropriate prompt
  860.         appears.
  861.                           FileFinder Version 3.6 User Manual          Page-25-
  862.  
  863.                                      FFD PROGRAM
  864.  
  865.         This  program will find directories on  your hard disk(s), and present
  866.         them in a scrollable list.
  867.  
  868.         Format is FFD [options] [[drives:] [filespec]] [options]
  869.  
  870.         Where options are:
  871.         /2   25 line mode display
  872.         /4   43 line mode display
  873.         /5   50 line mode display
  874.         /G   Greater or Equal to mm-dd-yy
  875.         /=   Equal to mm-dd-yy
  876.         /L   Less or Equal to mm-dd-yy
  877.         /Z[RHSA]
  878.              Show files with specified attributes
  879.         /LN  Look for network drives
  880.         /@   Prompt for options.
  881.         /!   Exclude directories that match specified pattern.
  882.  
  883.  
  884.  
  885.         /G   This option  allows you to  limit the  file search to  files that
  886.              have a filedate Greater than or Equal  to the date specified. The
  887.              format is /Gmm-dd-yy.
  888.              I.E.  /G01-01-90    or   /G1-1-90  will list  files  that  have a
  889.         filedate greater than or equal to 1-1-90.
  890.              (Note this option may be combined with the /L option to specify a
  891.         date range)
  892.  
  893.         /L   This option allows  you to limit  the file search  to files  that
  894.              have a  filedate Less than  or Equal to  the date specified.  The
  895.              format is /Lmm-dd-yy.
  896.              I.E.  /L01-01-90   or    /L1-1-90 will  list  files  that have  a
  897.              filedate less than or equal to 1-1-90.
  898.              (Note this option may be combined with the /G option to specify a
  899.         date range)
  900.  
  901.         /=   This option allows  you to  limit the file  search to files  that
  902.              have a filedate Equal to the  date specified. The format is /=mm-
  903.              dd-yy.
  904.              I.E.  /=01-01-90   or    /=1-1-90 will  list  files  that have  a
  905.              filedate to 1-1-90.
  906.  
  907.         /Z[RHSA]
  908.              This option allows  you to limit  the file  search to files  that
  909.              have specific  attributes.  For example, specifying /ZA will list
  910.              files that have  the archive attribute, /ZRH will list files that
  911.              have the read-only attribute OR the hidden attribute set.
  912.              **PLEASE NOTE IF YOU SPECIFY THE /A OR /I OPTION THAN THIS OPTION
  913.              IS IGNORED.** 
  914.  
  915.         /LN  This option allow you to search  for files on Network drives.  If
  916.                           FileFinder Version 3.6 User Manual          Page-26-
  917.  
  918.              you  configured FF2  to ignore  network drives  you may  use this
  919.              options to temporarily look for files on any networked drives.
  920.  
  921.         /!   This option  allows you to exclude  directories. Directories that
  922.              match  the excluded pattern  will not be listed.   For example if
  923.              you entered the following command:
  924.              FF2  * /!f*
  925.              This would list all the dirs  EXCEPT for dirs that begin with the
  926.              letter F..
  927.  
  928.          
  929.         /@   This  options instructs FFF  to prompt  the user for  the command
  930.              line  parameters. PLEASE NOTE NO OTHER  PARAMETERS ARE ALLOWED ON
  931.              THE COMMAND  LINE IF THIS OPTION  IS SPECIFIED.  The  use of this
  932.              option also  allows the user to  use the DOS redirect  feature to
  933.              feed FF2 it's parameters.
  934.  
  935.              For example:  FFD /@ < FFD.DAT 
  936.  
  937.              This  instructs FFD to  read its  parameters from the  file names
  938.         FFD.DAT.
  939.                           FileFinder Version 3.6 User Manual          Page-27-
  940.  
  941.                                      FFD HOT KEYS
  942.  
  943.         ALT-X
  944.         ALT-Q
  945.         ESC  Any of these keys will immediately exit FFF.
  946.  
  947.         CURSOR-RIGHT
  948.         CURSOR-LEFT
  949.              Scroll screen right or left.
  950.  
  951.         HOME Pressed  once will take you to  top of screen. Pressed twice will
  952.         take you to top of list.
  953.  
  954.         END  Pressed  once will take  you to  bottom of screen.  Pressed twice
  955.              will take you to bottom of list.
  956.  
  957.         F1   will display the help panel.
  958.  
  959.         F9   This will  allow you to sort  the file list that  is displayed on
  960.              the screen.  The list can  be sorted by filename, file extension,
  961.              file date, or disk:\dir location.
  962.  
  963.         ENTER
  964.              Pressing the  ENTER  key will  run the  FFF  program against  the
  965.         currently highlighted directory. 
  966.  
  967.  
  968.  
  969.         G    Pressing the  G key will exit the FFD program and will change the
  970.              default disk and directory to the one currently highlighted.
  971.  
  972.  
  973.         ALT-I     Display a windows containing FFF stats and information.
  974.  
  975.         ALT-S     Shell to DOS.
  976.  
  977.         DEL  will delete all tagged files.
  978.  
  979.         ALT-T     Write out directory list to file FFD.LST
  980.                           FileFinder Version 3.6 User Manual          Page-28-
  981.  
  982.  
  983.                                  SMART LAUNCH FEATURE
  984.  
  985.         The SMART LAUNCH  feature of FFF allows FFF to  execute a user defined
  986.         program based on the file extension of the currently highlighted file.
  987.         The FFFCFG  program allows you to enter  three sets of file extensions
  988.         and three associated programs to launch when the CTRL-ENTER is pressed
  989.         in the FFF program.
  990.         The FFFCFG program will display the following prompts:
  991.  
  992.         ENTER/EDIT FILE EXTENSION LIST 1:
  993.         EXT->
  994.  
  995.         AT this prompt enter the  first list of file extensions that  you wish
  996.         the FFF program to identify.  The list must include  the dot extension
  997.         separator and there may NOT be and spaces in  the list.  If you wanted
  998.         FFF to identify  the following file  extensions, C, H,  CPP, INC,  the
  999.         list would be entered as follows:
  1000.         .C.H.CPP.INC
  1001.  
  1002.         ENTER/EDIT PROGRAM FOR EXTENSION LIST 1:
  1003.         PGM->
  1004.  
  1005.         At this  prompt enter the full path name of  the program that you want
  1006.         FFF to  launch if the  highlighted file has  a file extension  that is
  1007.         included in list number 1.
  1008.  
  1009.         i.e.  PGM->C:\UTILITY\EDIT.EXE !
  1010.  
  1011.         NOTE THE  ! CHARACTER.   THIS CHARACTER  INDICATES TO THE  FFF PROGRAM
  1012.         WHERE TO PLACE  THE FILENAME WHEN LAUNCHING THE PROGRAM.   Through the
  1013.         use of  this character the user can also place any needed command line
  1014.         switches in the PGM specification.
  1015.  
  1016.  
  1017.  
  1018.                             MEMORY SWAPPING OPTION IN FFF
  1019.         Beginning  with release  3.3  of the  FFF program,  a  memory swapping
  1020.         ability  has been added.  When invoking  the Editor, SHEZ, shelling to
  1021.         DOS, or invoking another program via the R or CTL-R functions, FFF can
  1022.         optionally swap  90% of  its code  to either XMS,  EMS memory  (3.0 or
  1023.         4.0), or to disk if XMS or  EMS memory is not available.  This  option
  1024.         is  OFF  by  default.   It  can  be  turned  on by  using  the  FFFCFG
  1025.         configuration  program.   Using  this option  allows you  to  run much
  1026.         larger programs from within FFF than  would be normally possible.  FFF
  1027.         first tries XMS memory than EMS memory.  
  1028.  
  1029.  
  1030.  
  1031.                                  MONOCHROME MONITORS
  1032.  
  1033.         If you are using a  monochrome monitor and the screen does  not appear
  1034.         correct set the environment variable MONO to a Y.  I.E. SET MONO=Y.
  1035.                           FileFinder Version 3.6 User Manual          Page-29-
  1036.  
  1037.                                   MISC. INFORMATION
  1038.  
  1039.         Both FF2 and FFF are both DesQview aware.
  1040.         Beginning  with version  3.4 both  FF2 and  FFF will  now also  search
  1041.         directories  that have hidden or system attributes associated with the
  1042.         directory.
  1043.                           FileFinder Version 3.6 User Manual          Page-30-
  1044.  
  1045.                                   THE SGREP PROGRAM
  1046.  
  1047.         The SGREP program, supplied with SHEZ, is used by SHEZ when the ALT-G
  1048.         key is pressed, to scan member(s) of a compressed file for words or
  1049.         phrases.  It is included in the SHEZ package for those user's that do
  1050.         not have the FGREP program written by Chris Dunford.  While the SGREP
  1051.         program performs the same function, it is not as fast or as powerful
  1052.         as Chris Dunford's FGREP program.  When the ALT-G keys are pressed,
  1053.         SHEZ first tries to locate the SGREP.COM program,  if it can not be
  1054.         found SHEZ will than try to locate the FGREP.COM program.  Which ever
  1055.         program is found will be the one SHEZ users to scan for text.
  1056.  
  1057.         The SGREP command line format uses a subset of the FGREP program to
  1058.         maintain compatibility with FGREP.  SGREP does allow the user to
  1059.         specify two target strings in the search argument.  These two target
  1060.         strings are connected with an and, &, or or, '|' separator.  Thus
  1061.         allowing the user to search for two different strings, or two strings
  1062.         or words contained on the same line.  When the specific string is
  1063.         found, the line in the file that contains the string is written to the
  1064.         stdout DOS device, which is normally the display.  The output may be
  1065.         redirected to a file or a printer using the normal DOS redirection
  1066.         symbols.  The format of the SGREP command line is as follows:
  1067.  
  1068.         SGREP [options] "target(s)" {file(s)...|@file}
  1069.  
  1070.         Where options are:
  1071.  
  1072.              -f   display **FILE-NAME for finds only
  1073.              -l   line numbers
  1074.              -c   case sensitive search
  1075.              -x   no logo
  1076.              -e   return errorlevel only
  1077.              -p   pause when screen is full
  1078.              -v   verbose display output
  1079.  
  1080.         @file indicates an ascii file containing a list of file to process. 
  1081.         This list MUST include the complete file specification.  I.E. The
  1082.         disk, directory, filename, and file extension.
  1083.  
  1084.         The target string(s) must be enclosed in quotes and special characters
  1085.         can be specified as indicated below.
  1086.  
  1087.         Hex byte sequences can be used to search for special non-displayable
  1088.         characters.  They are specified using a pair of hexadecimal bytes
  1089.         preceded by a dollar sign,$.
  1090.  
  1091.         EXAMPLES: $23       include is the string #include
  1092.                   $252.50   is the string %2.50
  1093.                   $23$24$25 is the string #$%
  1094.  
  1095.         Two targets may be specified using the & and | characters to search
  1096.         for two targets.  If the & is used the lines must contain
  1097.         both targets.  If the | is used the lines must contain one of the
  1098.                           FileFinder Version 3.6 User Manual          Page-31-
  1099.  
  1100.         targets.
  1101.  
  1102.         Example:  "save|main"    line must have save or main to be listed.
  1103.                   "save&main"    line must have save and main to be listed.
  1104.  
  1105.         The format of the SGREP command line is presented here for
  1106.         documentation purposes only since SHEZ automatically invoked either
  1107.         SGREP or FGREP itself using a predefined set of options.  SGREP may be
  1108.         run from the DOS command prompt, or when using the ALT-Y command
  1109.         option of SHEZ.  
  1110.                           FileFinder Version 3.6 User Manual          Page-32-
  1111.  
  1112.                                    REVISION HISTORY
  1113.  
  1114.         v4.4 09/20/93 Increased file limit in FFF to 15,000 files.
  1115.              Added ability to print to a file or to LPT1-9.
  1116.              Gave user the ability to modify the format of a saved file list.
  1117.              Gave  user  the ability  to  modify the  format  of a  print file
  1118.              listing.
  1119.              Fixed problem with FFF not finding the last duplicate file.
  1120.              The FFD program will now show  the root directory of all included
  1121.              search drives.
  1122.              When writing  a file list  FFF will now  prompt to  over-write or
  1123.              append the file if the FFF.LST file already exists.
  1124.              Added the ALT-T command to the FFD program.
  1125.              Added the FFFHLP.COM program to reduce the memory requirements of
  1126.              the FFF program.
  1127.  
  1128.         v4.3 04/13/93 Added  ability to  exclude  user specified  drives  from
  1129.              being searched.
  1130.              Made correction to date/time sort.
  1131.              Added CTRL rigth and left cursor for faster screen scrolling.
  1132.              Made swapping type configurable.
  1133.              Fixed ALT-T command.
  1134.              Increased search speed by 15-20%.
  1135.              Increased sort speed by 20%.
  1136.              When checking  for duplicate  files  user can  optionally  search
  1137.              inside compressed files for dups.
  1138.              Added drop down menu to the FFF program.
  1139.              Added more configuable item to the FFF program.
  1140.              Added new  program FFD  that will  search for  directory spanning
  1141.              drives.
  1142.  
  1143.         v4.2 03/14/93  Maximum number of  files that  FFF can handle  has been
  1144.              increased to 10,000.
  1145.              Added command line option /! to exclude file during search.
  1146.              Added command line option /= to search for file equal to a date.
  1147.              Enhanced the HOME and END keys in FFF.
  1148.              Corrected sorting  routine  when  sorting  by  filename  or  file
  1149.              extension.
  1150.              When sorting by extension, files with  equal extensions will also
  1151.              be sorted by filename.
  1152.              Added  support to  search for  files  inside SQZ  type compressed
  1153.              files.
  1154.  
  1155.         v4.1 11/9/92  Fixed the FFF  program to correctly  accept command line
  1156.              options that  are  entered in  when  using  the /@  command  line
  1157.              switch.
  1158.              Added the ability to configure the function of the ENTER key.
  1159.              Added a smart launch feature to the FFF program that is activated
  1160.              via the CTRL-ENTER key combination.
  1161.  
  1162.         v3.8 4/1/92  Added CAPS-LOCK  command in  FFF to  display  tagged file
  1163.              status.
  1164.              Increased speed of locating and identifying all hard drives.
  1165.                           FileFinder Version 3.6 User Manual          Page-33-
  1166.  
  1167.              Added SGREP program to search for text within tagged files.
  1168.              Added ability to swap FFF program to XMS or EMS memory.
  1169.              Added scroll bars to FFF display.
  1170.              Added ALT-C command to copy single files.
  1171.              Added CTL-C command to copy tagged files.
  1172.              Added CTL-G  command  to run  SGREP program  against  a group  of
  1173.              tagged files.
  1174.  
  1175.         v3.7 7/19/91  Corrected FFF  processing when  searching for  all files
  1176.              when using the /i option.
  1177.              Changed  the  FFFCFG  program  to  retain  previously  configured
  1178.              colors.
  1179.              Added the ability to perform a fuzzy search.
  1180.              Added a configurable  option to turn the file  over-write warning
  1181.              message off when copying tagged files.
  1182.  
  1183.         V3.6 5/6/91 - Corrected floating tags.
  1184.              Added ALT-I to display config. and file stats.
  1185.              Implemented new sort routine to speed up file sorting.
  1186.              Added ALT-T, CTL-T commands to write out a file list.
  1187.              Added ALT-P, CTL-P commands to print out a file list.
  1188.              Added ability to configure FFF's colors.
  1189.              Added ALT-X, and ALT-Q to exit FFF.
  1190.              Added the ability to activate or deactivate the ENTER key.
  1191.              Added the ability to configure FFF to handle up to 9000 files and
  1192.              300 unique directory names.
  1193.              When  invoking the  browse  program  via  the ALT-L  command,  if
  1194.              swapping  is enabled FFF  will swap  itself out of  memory before
  1195.              invoking the browse program.
  1196.                           FileFinder Version 3.6 User Manual          Page-34-
  1197.  
  1198.  
  1199.                                         INDEX
  1200.  
  1201.         CONFIGURING THE FF2.COM PROGRAM . . . . . . . . . . . . . . . . . .  7
  1202.         CONFIGURING THE FFF.EXE PROGRAM . . . . . . . . . . . . . . . . . .  6
  1203.         FF2 Command line options
  1204.              /! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1205.              /= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1206.              /@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1207.              /1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1208.              /A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1209.              /B . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1210.              /C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1211.              /E . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1212.              /G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1213.              /I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1214.              /L . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1215.              /P . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1216.              /Q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1217.              /R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1218.              /S . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1219.              /SD  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1220.         FFD Command line options
  1221.              /! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1222.              /= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1223.              /@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1224.              /2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1225.              /4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1226.              /5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1227.              /G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1228.              /L . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1229.              /LN  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1230.              /Z . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1231.         FFD HOT KEYS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1232.         FFD PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
  1233.         FFF Command line options
  1234.              /! . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1235.              /= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1236.              /@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1237.              /2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1238.              /4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1239.              /5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1240.              /A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1241.              /d . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1242.              /E . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1243.              /G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1244.              /I . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1245.              /L . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1246.              /SD  . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1247.              /Z[RHSA] . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1248.         FFF HOT KEYS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
  1249.         FFF PROGRAM . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 25
  1250.         MEMORY SWAPPING OPTION IN FFF . . . . . . . . . . . . . . . . . . . 28
  1251.                           FileFinder Version 3.6 User Manual          Page-35-
  1252.  
  1253.         MEMORY USAGE IN THE FFF.EXE PROGRAM . . . . . . . . . . . . . . . .  8
  1254.         MODIFYING THE FFF FILE LISTING FORMAT . . . . . . . . . . . . . . . 23
  1255.         MODIFYING THE FFF PRINT FORMAT  . . . . . . . . . . . . . . . . . . 24
  1256.         MONOCHROME MONITORS . . . . . . . . . . . . . . . . . . . . . . . . 28
  1257.         PERFORMING A FUZZY SEARCH . . . . . . . . . . . . . . . . . . . . .  4
  1258.         QUICK START . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1259.         REVISION HISTORY  . . . . . . . . . . . . . . . . . . . . . . . . . 32
  1260.         SMART LAUNCH FEATURE  . . . . . . . . . . . . . . . . . . . . . . . 28