home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / WLAX / ZZAP63A.ZIP / WHATS.NEW < prev    next >
Text File  |  1991-09-19  |  4KB  |  89 lines

  1. CAUTION!  The action of some of the command line switches have been
  2. changed as well as their default settings since version 5.8.
  3.  
  4. Features added to version 6.3:
  5.  
  6.    - Fixed a bug where the configuration file wasn't being
  7.      properly closed.
  8.  
  9.    - You can now override the PRE=, MID=, POST=, and FIXER=
  10.      specifications in the environment.  The syntax is identical
  11.      to what is used in the configuration file except you will
  12.      need to enter two percent characters in place of one when
  13.      using the SET command.  For example:
  14.  
  15.             SET PRE=NOCMNT.EXE %%1
  16.  
  17.    - Pressing ESC will halt ZZAP after the current archive
  18.      conversion is completed.  The "fixup" program will not be
  19.      executed (see /C switch).  The message "ESC pressed!" will
  20.      be dislayed flashing in the upper left corner of the screen.
  21.  
  22.    - Added the /O switch.  This allows all archives to be repacked
  23.      to their same archive type instead of converting to the default
  24.      archive type.  Use this if you always want the archive to remain
  25.      in it's original archive format.
  26.  
  27.    - The default extension is now displayed on the status line.
  28.  
  29.    - The status line has been changed to allow room for additional
  30.      information to be displayed.
  31.  
  32.    - You can now pass the full path and file name of ZZAP to an
  33.      external program by including %Z in the command line options.
  34.  
  35. Features added to version 6.2:
  36.  
  37.    - Can accept a filename containing an list of files to convert.  The
  38.      file name must be preceded by an '@' character.  The file
  39.      must be a standard ASCII text file with one file
  40.      specification per line.
  41.    - The log file name must be specified in the environment and
  42.      the /L switch is no longer accepted.  This was necessary to
  43.      allow ZZAP to log errors before the configuration file is
  44.      processed.
  45.  
  46. Features added to version 6.1:
  47.  
  48.    - ZZAP will now allow subdirecty information to be included in
  49.      archives with the /B command line switch.  The ARC= and
  50.      UNARC= configuration file commands must, however, be
  51.      properly configured to allow subdirecties.
  52.    - Temporary files are handled differently to make it possible
  53.      for ZZAP to work with multi-line BBS's without problems.
  54.      Previously, a conflict could have arisen if ZZAP was
  55.      creating the new archive and someone tried to access it
  56.      (e.g. view or download) it at the same time.  The BBS must,
  57.      however, lock an archive to allow reading only while a
  58.      download is in program to avoid any possibility of a
  59.      conflict.
  60.  
  61. Features added to version 6.0:
  62.  
  63.    - Test-Only mode added so that a virus scan can be run as well as
  64.      a test of the archive integrity without the overhead of rebuilding
  65.      the archive.
  66.    - Three programs can be declared that will be executed just before
  67.      an archive is extracted, after the file have been extracted, and
  68.      after the new archive is created.
  69.    - The %COMSPEC% variable can be used when declaring programs to be
  70.      executed so that DOS (usually COMMAND.COM) can be executed to
  71.      run a batch file (or do whatever you desire).
  72.    - External programs can be defined to be executed just before and
  73.      just after an archive has been processed.
  74.    - More extensive control of time/date stamping of files has been
  75.      added.  You can now set a file to today's date, keep the original
  76.      date, or set the date to that of the newest file contained in
  77.      the archive.
  78.    - Processing can optionally be skipped on files that are more than
  79.      a specified number of days old.
  80.    - Redirection of input is now supported so that you can automatically
  81.      add comments to some types of archives.
  82.    - You can now repack an archive to the same type, e.g. ZIP to ZIP,
  83.      to take advantage of improved compression techniques as well as
  84.      to test archive integrity and run a virus scan.
  85.    - Default command line options can be specified in the configuration
  86.      file.
  87.    - The target archive extension can be specified on the command line.
  88.  
  89.