home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Utilities / arc2arc / arc2arc28.readme < prev   
Encoding:
Text File  |  2000-10-15  |  1.5 KB  |  37 lines

  1. Short:    Convert any archive format easily
  2. Author:   rolfrotvel@bigfoot.com
  3. Uploader: rolfrotvel@bigfoot.com
  4. Type:     util/rexx
  5. Replaces: util/rexx/arc2arc27.lha
  6.  
  7. Arc2Arc is a universal archive converter.
  8.  
  9. Unlike the typical lha -> lzx converters you can configure this one to
  10. convert to and from any archive format you like.
  11. Examples: gz to zip, tgz to lha, lzx to lha (of course :-)) or even dms
  12. to lha!
  13.  
  14. Arc2Arc uses the standard List syntax when specifying archive files. This
  15. means wildcard support and the ALL/S, PAT/K, etc keywords.
  16. It's also possible to convert different archive formats in one go. Like
  17. converting all zip and lha files in a directory to lzx.
  18.  
  19. Arc2Arc also copies any filenote from the original archive to the new.
  20. Also it automatically converts any dots in new archive names to
  21. underscores to make sure the correct suffix is added by the archiver and
  22. hyphenates any spaces in archive filenames.
  23.  
  24. 2.7 - Bugfix: Converting files in current dir failed.
  25.       Added AmigaDOS dms2dir script.
  26.       Added support for most of the c:List file selection options.    
  27.       Added much better error handling.
  28. 2.8 - Fixed all problems with spaces in path/filenames (Javier de las
  29.       Rivas).
  30.       Removed the file renaming system if an archive was about to be 
  31.       overwritten. Now it prompts with an 'Overwrite [y/N]'.
  32.       Moved configuration section to an external file.  
  33.       Made it possible to 'translate' Arc2Arc (Javier de las Rivas).
  34.       Dots in new archive names are now translated to underscores instead
  35.       of being removed.
  36.       
  37.