home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ARC521-2.ZIP / ARC.CHG < prev    next >
Text File  |  1989-12-29  |  2KB  |  48 lines

  1.                         CHANGES IN VERSION 5.21
  2.  
  3.  
  4. The following changes have been made in ARC version 5.21, but have not
  5. yet been included in the manual:
  6.  
  7. o   When adding files to an archive, ARC now shows the stowage facter
  8.     achieved on each file.
  9.  
  10. o   A bug was found that would keep an archive entry from being
  11.     encrypted if it was stored without compression.  This has now been
  12.     fixed.
  13.  
  14. o   If changes are made to a corrupted archive, the corrupted entries
  15.     are discarded.  This makes it possible to lose data accidentally.
  16.     ARC will now only make changes to a corrupted archive if the W
  17.     (suppress Warnings) option has been given.
  18.  
  19. o   The N (suppress Notes) option now suppresses the "Creating
  20.     archive" note when a new archive is being created.
  21.  
  22. o   The N (suppress Notes) option formerly did nothing useful when
  23.     used with the L (List files) command.  It now causes a terse
  24.     listing of filenames only, suitable for use with pipes and
  25.     redirection.
  26.  
  27. o   The list of filenames given to ARC may now include indirect
  28.     references.  If a filename begins with an "at sign" ("@"), it is
  29.     taken to be the name of a file which contains a list of file
  30.     names.  The list of file names may include further indirection.
  31.     If no extension is given, ".CMD" is assumed.  For example, the
  32.     command:
  33.  
  34.          arc a waste junk.txt @trash
  35.  
  36.     would cause ARC to add JUNK.TXT plus all files listed in the file
  37.     TRASH.CMD to an archive named WASTE.ARC.  If no file is specified,
  38.     then the list is read from standard input.  For example, the
  39.     command:
  40.  
  41.          arc ln waste | arc a trash @
  42.  
  43.     would cause ARC to add files to TRASH.ARC based on the names of
  44.     the files stored in WASTE.ARC.  It is probably a good idea to give
  45.     the O (Overwrite) option if you are extracting files this way.
  46.  
  47.     Version 5.21 of MARC also allows for indirection.
  48.