home *** CD-ROM | disk | FTP | other *** search
/ Tools en Utilities / CDASS_5.ISO / shell / file / lf34.arj / WHATSNEW.34 < prev   
Encoding:
Text File  |  1992-03-09  |  3.6 KB  |  81 lines

  1.                     Changes and additions for LF 3.4
  2.  
  3. -  Older and newer work together now.  For example, if you give both an
  4.    older=X and a newer=Y command you will get files that are both older
  5.    then X and newer then Y.  If Y<X you will find nothing.
  6.  
  7. -  The BIGGER and SMALLER commands have been added.  They will limit the
  8.    search criteria to files BIGGER or SMALLER then a certain number of
  9.    bytes.  These commands will work together with each other like the Older
  10.    and Newer commands.  You may also mix bigger/smaller/older/newer together.
  11.  
  12. -  The word FOUND: no longer appears before each found file.
  13.  
  14.                     Changes and additions for LF 3.3
  15.  
  16. - Because of a problem with DOS 5 and/or 4DOS 4.0, the token that get
  17.   replaced with the file name has been changed from "%s" to "#file".
  18.  
  19. - If the directory structure got particularly deep, LF would get stop
  20.   searching sub-directorys.  I was fairly certain that it was a
  21.   DOS/Novell problem and not a problem with LF.  I tried several other
  22.   file finder utilities and they blew up on the same test case, so it
  23.   must be DOS/Novell problems.  LF now uses an alogrithm that is a little
  24.   slower (LF takes care of a few things that it would normally let DOS
  25.   handle) that will catch everything.  The speed difference is only
  26.   slight.  Since 3.3 uses the newer optimizations that are available
  27.   with Borland C++ 3.0, this version of LF is actually faster then 3.2.
  28.  
  29.  
  30.                     Changes and additions for LF 3.2
  31.  
  32. - The OLDer and NEWer commands have now been added.  /OLDer=X will find
  33.   files that are X days old or older.  /NEWer=X will find files that are
  34.   X days old or newer.  Both commands can be shortened to just the
  35.   letters in caps (/NEW or /OLD).
  36.  
  37.   In the case that both /NEW and /OLD are given on the command line,
  38.   /NEW will take precedence.
  39.  
  40. - LF will can now be told to search down only a specified path.  This
  41.   can speed things up if you know the file(s) you what are under a
  42.   certain sub-dir.  This feature is activated if you type a path name
  43.   instead of just a filespec.
  44.  
  45. - The current drive (/c) option was added.  This option tells LF to search
  46.   only the current DOS drive for the specified files.
  47.  
  48. - The interactive option (/i) also controls the pausing of files if
  49.   there is no command string.  This means that if LF is run with the
  50.   interactive switch, the display will pause after each full screen.
  51.  
  52. - In addition to the skip option (pressing S at the prompt) there is now
  53.   a continuous option.  Pressing C at the prompt will switch LF over to
  54.   non-interactive mode.
  55.  
  56. - Pressing ? at the prompt will now issue a one line help message.
  57.  
  58. - A few internal changes have been made that make the .EXE file a little
  59.   smaller.  LF should also run a little faster.
  60.  
  61. - The documentation is now "New and improved!"
  62.  
  63.                     Changes and additions for LF 3.1
  64.  
  65. - The default parameters can now be written to disk with the /w option.
  66.  
  67. - Since the /w option is now available, the /n (network) option is gone.
  68.   You may now accomplish the same thing by writing the proper start and
  69.   end drive to the .EXE.
  70.  
  71. - The procedures to parse the command line are totally new, so now the
  72.   options can appear anywhere on the command line.  Also, when using an
  73.   option that has a value associated with it, you now must use '='
  74.   instead of a space.  (/s e becomes /s=e)
  75.  
  76. - Since you may now make the interactive option (/i) permanent, an
  77.   option for non-interactive has been added.  This is /y.
  78.  
  79. - When the interactive option prompts you, you may now press S to skip
  80.   processing the current directory and move on to the next dir.
  81.