home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / WHAT'S.NEW < prev   
Text File  |  1993-08-04  |  4KB  |  87 lines

  1.                   File Finder/Grouper Release Summary
  2.  
  3. 1.53   8/4/93  - Adds range capability to day-of-week date specs (e.g.,
  4.                  /dSA-SU for weekend files, /dMO-FR for weekday files)
  5.  
  6.                - Adds NOT capability for attributes switch e.g., /a!S
  7.  
  8. 1.52  7/25/93  - Adds preliminary wild path capability - this feature may be
  9.                  further refined
  10.  
  11.                - Keeps running meter visible when output redirected to a file
  12.  
  13.                - Improves Archive search speed for small archived files and
  14.                  generally improves Archive search efficiency
  15.  
  16.                - Adds on-the-fly ability to turn on beep-when-done switch
  17.  
  18.                - Improved search speed when NameMask is such that standard DOS
  19.                  wildcard conventions can be used.
  20.  
  21.                - **IMPORTANT** Discontinues use of '+' to separate multiple
  22.                  file masks. Use comma intead.
  23.  
  24.  
  25.                - Adds ability to specify file masks as patterns of
  26.                  alternatives.  For example:
  27.  
  28.                    All executables:      *.[com,exe,bat]
  29.                    All Archive Programs: *[zip,arj,arc,lha,pak,zoo]*.[exe,com]
  30.                    C source code files:  *.[c,h][,pp]
  31.  
  32.                  Note that bracketed terms may be nested:
  33.  
  34.                    Configuration files:  *c[[o,]n,]f[i,]g*
  35.  
  36.                  A slash '/' can be used in lieu of the comma to separate
  37.                  alternatives in the file name masks.  This was required to
  38.                  that the name mask could be passed to FFG as a batch file
  39.                  command line argument.  If commas were used, DOS would parse
  40.                  the command line using the commas.
  41.  
  42.                - Improves appearance of display of directories for directory
  43.                  search
  44.  
  45.                - Adds a "Stop after one find" option '/1'
  46.  
  47.                - Adds a "Beep" option (/b) which will cause beeps when program
  48.                  is done (d), user is prompted (p), file is found (f) and/or
  49.                  an error occurs (e). If only /b is specified beeps occur for
  50.                  all of the above.  To get beeps for only some of the above
  51.                  add P,F,D,E as appropriate after the /b.
  52.                - Adds a "Quiet" option (/q) which suppresses all screen output
  53.                  Can selectively force display of Title, Files, Summary, Meter
  54.                  by putting t,f,s, and/or m after /q. For example, /qms
  55.                  suppresses all screen output but running meter and summary.
  56.  
  57. 1.51   6/5/93  - Adds "Execute Command" option (/e) which allows a command to
  58.                  be executed for each found file
  59.                - While searching through an archive FFG will respond more
  60.                  quickly to user keypresses.
  61.                - For files found in archives, the file attributes are reported
  62.                  as *ZIP, *LZH, *ARC... to indicate the archive type
  63.                - Adds a "Skip rest of drive" feature by pressing 's' during search
  64.  
  65. 1.50  5/10/93  - Fixes bug where /g switch did not change into found directory
  66.  
  67. 1.49   5/9/93  - Causes all DOS "Drive not ready" errors to be ignored
  68.                - Determines whether drives are logical drives at one time to improve
  69.                  reliability of the logical drive determinationĀ·
  70.                - Fixed bug where only first of multiple drive ranges in DriveSpec was
  71.                  considered.  For example, a-df-z:*.* would have searched only d: through f:
  72.  
  73. 1.48   5/8/93  - Fixes bug where "/fb." displays 0s and 1s instead of a period '.'
  74.                - Returns result codes: 1 = found, 0 = not found (and other
  75.                  error codes), which can be checked using DOS "if errorlevel"
  76.                  command.
  77.                - Adds new output format specifier 'n' for full file name (same as 'f.e')
  78.                - Changed Abort/interrupt message to appear even if summary display is turned off
  79.  
  80. 1.47   5/4/93  - Adds a "bytes occupied" report to summary, which reports the
  81.                  total disk space used by the found files.
  82.  
  83. 1.46   5/1/93  - Fixes bug where root files were reported in current directory
  84.                - Updated help/usage screens
  85.  
  86. 1.45  4/27/93  - Improves speed of archive file searches by up to factor of 2.4
  87.