home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -readerstuff- / richard_burke / lha2lzx / readme < prev    next >
Text File  |  1998-05-02  |  2KB  |  73 lines

  1.  
  2. LhA2LZX
  3. ~~~~~~~
  4.  
  5. LhA2LZX can perform several different actions:
  6.  
  7. - It can convert archives between the two formats of LhA and LZX
  8.     (e.g. give it an LhA archive and it will convert it to LZX, or vice
  9.     versa)
  10. - It can convert to the smaller of the two archives
  11.     (e.g. give it an LhA archive and it will create the LZX version,
  12.     compare the size with the LhA version and save the smallest, or vice
  13.     versa)
  14. - It can repack an archive
  15.     (e.g. give it an LZX archive and it will de-archive it and re-archive
  16.     it with LZX to make sure it is the smallest size for that particular
  17.     format).
  18.  
  19. If using from Workbench, it is all done by requesters - so you don't even
  20. need to touch the keyboard!  Just double-click the icon and go!
  21.  
  22. If using from Directory Opus, just select your archives and go!
  23.  
  24. You can run this directly from this CD, or install it to your hard drive.
  25.  
  26. This program is an AmigaDOS script file, so you can load it into a text
  27. viewer/editor and see how it all works.  Almost all of the lines have been
  28. commented to help you understand this.  Most of the old versions have been
  29. included so you can see which bits I added and improved upon in time ;^),
  30. and to act as a bit of a tutorial in AmigaDOS.  Refer to the .guide too
  31. for this.
  32.  
  33. Have a quick read of the .guide before running so you know how to work it -
  34. just a bit of friendly advice there... ;^)
  35.  
  36. The LhA2LZX distribution archive is about half the size when compressed with LZX:
  37. lha2lzx.lha  85,880 b
  38. lha2lzx.lzx  44,739 b
  39.  
  40.  
  41. *NEW FOR 3.0*
  42. -Multiple archive selection and conversion!
  43. -FULL usage from DOpus! Just select your archives and go!
  44. -Extra "Repack" option to ensure each archive is of the minimum size for
  45.     that file type!
  46. -Code now extensively commented - almost every line!
  47. -Install script
  48. -Large .guide update
  49.  
  50.  
  51. *NEW FOR 2.8*
  52. -Large optimization! LhA2LZX is now reduced from 15k to 11k in file size
  53. -Temporary storage location is chosen only the first time you run LhA2LZX,
  54.     and then the path is stored for all future use
  55. -A few extra bits and bobs...
  56.  
  57.  
  58. Versions included here are v1.1-v1.2, v2.0-v3.0
  59. This is so you can see how the program has developed and improved, and which
  60. bits I added as needed.
  61.  
  62.  
  63. Download the latest version from:
  64. http://www-student.lboro.ac.uk/~corb1/index.html
  65.  
  66. New versions will be uploaded to my web page before being uploaded to the
  67. AmiNET.
  68.  
  69. Comments and bug reports are welcome:
  70. R.Burke-97@student.lboro.ac.uk
  71.  
  72.  
  73. Rich B