home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / LhA2LZX2.lha / lha2lzx2.readme < prev   
Text File  |  1998-02-13  |  2KB  |  63 lines

  1. Short:        AmigaDOS script to convert LhA->LZX and vice versa
  2. Uploader:     R Burke (R.Burke-97@student.lboro.ac.uk)
  3. Author:       R Burke (R.Burke-97@student.lboro.ac.uk)
  4. Type:         util/arc
  5. Requires:     util/arc/LhA_e138.run, util/arc/lzx121r1.lha, KS 2.0+, '020+
  6. Version:      2.7b
  7. Replaces:     util/arc/lha2lzx2.lha
  8. Distribution: * Commercial Magazines and CDs must request permission
  9.                 from author to include.
  10.               * Non commercially, it can be distributed anywhere.
  11.               * Aminet CDs & Fish CDs may include.
  12.  
  13.  
  14. When LhA came along, Amiga users were able to store files in one (generally)
  15. smaller file - an LhA archive.  Then LZX came along - allowing much better
  16. compression rates for some files, so much more space could be saved.
  17.     When I first got LZX I found it a lot of work converting my old LhA
  18. archives to the new LZX format via the CLI, and sometimes found that after
  19. doing it that my original LhA files were smaller than the new LZX ones!  Thus
  20. LhA2LZX was born.  This script file allows the user to convert their archives
  21. from LhA to LZX or vice versa, or alternatively it will intelligently
  22. convert the archive to the smallest format, so you can always be sure of
  23. having the smallest archive in the end.  It is all done by requesters - so
  24. you don't even need to touch the keyboard!
  25.  
  26. What makes it useful is that this program is an AmigaDOS script file, which
  27. means you can load it into a text viewer/editor and see how it all works. I
  28. have commented many of the lines to help you understand more what is
  29. happening, and to help in case you want to write your own front-ends to CLI
  30. programs, or to perform certain actions.
  31.  
  32.  
  33. Versions included here are v1.1-v1.2, v2.0-v2.7b
  34. This is so you can see how the program has developed and improved, and which
  35. bits I added as needed.
  36.  
  37. As of v2.7a, LhA2LZX has become '020+ only.  This is due to a bug in the
  38. registered '000 version of LZX.  '000 users can still use v2.5, or can
  39. contact me for a working v2.7b.
  40.  
  41.  
  42. This archive is half the size when compressed with LZX:
  43. lha2lzx2.lha  65,060 b
  44. lha2lzx2.lzx  31,245 b
  45.  
  46.  
  47. *NEW FOR 2.7b*
  48. -Original archive comment and creation date and time replace the new
  49.  
  50. *NEW FOR 2.7a*
  51. -Large .guide update
  52. -Greater error trapping
  53.  
  54.  
  55. Download the latest version from:
  56. http://www-student.lboro.ac.uk/~corb1/index.html
  57.  
  58. New versions will be uploaded to my web page before being uploaded to the
  59. AmiNET.
  60.  
  61.  
  62. Comments and bug reports are welcome:
  63. R.Burke-97@student.lboro.ac.uk