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