home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sutil268.zip / WHATS.NEW < prev   
Text File  |  1992-04-26  |  6KB  |  123 lines

  1. ---------------------------------------------------------------------------
  2. 04/26/92          New in Supreme Utility Version 2.68              04/26/92
  3. ---------------------------------------------------------------------------
  4. ---   Subdirectory processing using a different drive did not work
  5.       correctly. Fixed in v2.67
  6.  
  7. ----  Global processing using a different drive did not work
  8.       correctly. Fixed in v2.67
  9.  
  10. ----  Added an available memory display and fixed an annoying bug that
  11.       caused a runtime error on bad command lines
  12.  
  13. -------------------------------------------------------------------------
  14.                         Version 2.65
  15. -------------------------------------------------------------------------
  16.  
  17. ---   Added subdirectory processing ability
  18.  
  19. ---   Added a visual indication that Hidden/System files were being ignored
  20.  
  21. ---   Fixed problem with wildcard name expansion when specifying multiple 
  22.       target names
  23.  
  24. ---   Added a check for current directory as target
  25.  
  26. ---   A move that specified an invalid destination drive, will now correctly 
  27.       report an error condition
  28.  
  29. ---   NOTE!: Reports that Supreme Utility produces an invalid action based 
  30.       upon a wildcard name of *???? are false! DOS specifies that if any
  31.       star (*) wildcard is found, then all files will produce a match.
  32.       Supreme Utility WILL produce a valid action.
  33.  
  34. ---------------------------------------------------------------------------
  35.                   New in previous Version 2.53
  36. ---------------------------------------------------------------------------
  37.  
  38. ---   The Source file attributes were accidentally changed, and not reset
  39.  
  40. ---   Errors on multiple file move/copies were not checked for errors
  41.  
  42. ---   Version 2.51 Beta would move/copy Hidden files, regardless of the
  43.       Hidden Flag setting.
  44.                           
  45. --------------------------------------------------------------------------
  46.                    Fixes from Beta version 2.51
  47. --------------------------------------------------------------------------
  48.  
  49. ---    Some bugs from the Beta of Version 2.00 have been fixed, as follows:
  50.  
  51.             1) Though you were able to use multiple commands, the program
  52.                would only issue the first four!
  53.  
  54.             2) The Move command would re-issue itself, and an error would
  55.                occur.
  56.  
  57. ---    Added the ability to Exclude files on a Global basis or on an
  58.        operation by operation basis.
  59.  
  60. ---    Added the ability to read in a file with commands. This extends the
  61.        ability for Supreme Utility to process a number of commands and
  62.        files. You are not limited to the length of the command line.
  63.  
  64. ---    Added an error check for memory errors. Previously, SUtil would just
  65.        exit with a non descriptive error message.
  66.  
  67. ---    CTRL-C will now have the same effect as CTRL-BREAK.
  68.  
  69. ---    The cursor will now remain active. Previously it would be hidden.
  70.        However, some systems did not restore it properly, so it is now
  71.        left active.
  72. ---------------------------------------------------------------------------
  73.          List of new features that appeared in Version 2.00 Beta
  74. ---------------------------------------------------------------------------
  75.  
  76. ---    Supreme Utility was designed to allow the user to mix operations on one
  77.        command line. However, you were unable to issue the same command again.
  78.  
  79. ---    You may now re-issue commands! In other words, you may not specify any
  80.        number of Copy commands which will each act independently.
  81.  
  82.           Ex.  SUtil -c *.bak a: /p -c *.pas \pas -c *.c \c /p/q
  83.  
  84.        This is now perfectly valid. Previously, the command line would have
  85.        looked like this:
  86.  
  87.                SUtil -c *.bak *.pas *.c, a:*.* \pas\*.* \c*.* /p /q
  88.  
  89.        While OK, it does not allow you to enable/disable prompting or enable/
  90.        disable Overwrite modes for each specific operation. It is also more
  91.        clunky than the new command sequence.
  92.  
  93. ---    You are no longer limited to 10 filenames per command. You may now use
  94.        an unlimited amount of filename specifications.
  95.  
  96. ---    You may now set each flag Globally (as before) but can now override any
  97.        flag on a per-command basis. This allows the user to allow/disallow
  98.        certain flags on critical command operations.
  99.  
  100. ---    Supreme Utility now takes over all available memory and tries to complete
  101.        its operations as fast as possible, by using as much memory as possible.
  102.  
  103. ---    Supreme Utility will now recover correctly from major DOS errors. Previously
  104.        you would have to re-issue the command from the DOS prompt after you
  105.        fixed the error. (Drive not Ready error is an example)
  106.  
  107. ---    Supreme Utility will now accommodate anywhere up to a 255 character command
  108.        line, which is useful for those of you who have a DOS command line
  109.        enhancer.
  110.  
  111. ---    Supreme Utility is now smaller is EXE size, and is also more memory
  112.        efficient than before.
  113.  
  114. ---    Supreme Utility now uses the DOS ERRORLEVEL variable to pass back success
  115.        information to a batch file. It will return 2 for most error cases, and
  116.        will return a 1 if Help was activated. In all success cases, it will
  117.        return a 0 return code. (Note restrictions in manual)
  118.  
  119.  
  120.   The new version retains the calling sequence of the old version, as long as
  121. the commands were issued in the proper sequence. For this reason, no major
  122. modifications of Batch files will be necessary.
  123.