home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / dos / 003 / whats.new < prev   
Text File  |  1992-01-21  |  3KB  |  80 lines

  1.  
  2.  
  3.  
  4.  
  5.             New for DOSNIX version 0.94k
  6.  
  7.  
  8.     1.    Typing an "!" while in READ will now cause the program to
  9.         shell to DOS.  Type "EXIT" from the DOS prompt to return to
  10.         READ without losing your place.
  11.  
  12.     2.    When using the -m option FFIND would report file totals
  13.         which were double what they should have been.  Now fixed.
  14.  
  15.  
  16.  
  17.             New for DOSNIX version 0.94j
  18.  
  19.  
  20.     1.    Another fix for READ.  The delay between lines in
  21.         continuous scroll mode is now independent of processor
  22.         speed.  The default delay is 128 milliseconds and can be
  23.         adjusted between 0 and 1024 millseconds by using the up
  24.         and down arrow keys.  This should allow READ to be used
  25.         comfortably on anything from an XT to a 486/33.
  26.  
  27.  
  28.             New for DOSNIX version 0.94i
  29.  
  30.     1.    More bugs have been combed out of LS and FFIND.  There
  31.         was a problem with redirecting the column formats of LS
  32.         and the wide format of FFIND.  This problem has been fixed
  33.         and, as long as you use the -k option when you redirect the
  34.         output, you should have no problem.  FFIND has also been
  35.         given a lower case option similar to LS.
  36.  
  37.     2.    LS has been made EDC compatible.  If you scan your drives
  38.         with EDC, LS will accept partial directory names.  LS will
  39.         first look for an immediate directory with the specified name.
  40.         If it doesn't find one it will then check PATH.EDC for any 
  41.         matches.  If no matches are found it will assume you are looking
  42.         for a file with the given name.  When using this feature you are 
  43.         limited to one argument.  If you specify more than one directory
  44.         on the command line, PATH.EDC will not be searched.  I have
  45.         tried to make this feature invisible so LS can still be used
  46.         as a stand-alone directory lister.  As a result you will get
  47.         no error messages relating to EDC or PATH.EDC.
  48.  
  49.  
  50.     3.    FFIND now has a -e option which will cause the program to
  51.         shell to DOS and execute a command whenever a file is located.
  52.         The name of the located file can be parsed into the command
  53.         argument by inserting a pair of braces wherever you want the
  54.         file to be used.  For example:
  55.  
  56.             ffind -e "pkunzip {}" *.zip
  57.  
  58.         would unzip all the ZIP files on the current drive.  If a null
  59.         argument is used, FFIND will shell to DOS in the directory in
  60.         which the file is located, giving you an opportunity to do
  61.         whatever you want.  For example:
  62.  
  63.                 ffind -e "" test.txt
  64.  
  65.         The power of this option is limited only by your imagination.
  66.  
  67.  
  68.     4.    Some minor irritations have been fixed in read.  When reading
  69.         from STDIN and using the down arrow key to scroll, the menu bar
  70.         would flicker.  Because READ wraps lines longer than 80 columns
  71.         in this mode, it is impossible to have a stationary menu bar. I
  72.         have added a short delay loop which seems to solve the problem,
  73.         at least on XTs.  Holding down the up arrow key in continuous
  74.         scroll mode could result in a situation where the keyboard
  75.         buffer filled up and it took some time to deplete it.  Problem
  76.         now fixed.
  77.  
  78.  
  79.  
  80.