Short:    ARexx script to convert LHA/LZH to LZX files
Author:   hima0011@fh-karlsruhe.de (Martin Hilpert)
Uploader: hima0011@fh-karlsruhe.de (Martin Hilpert)
Version:  1.3
Type:     util/arc
Replaces: 1.2
Requires: util/arc/LhA_e138.run, util/arc/lzx121.lha
 
LHA2LZX.rexx
------------
* Dearchives LHA file
* Archives to LZX file

optional:
* Tests archive integrity
* Adds filenotes to archives
* Checks files for viruses

new in version 1.3:
-------------------
- tilde (~) in the archive name will be converted to underscore (_)
  because LZX has trouble with it.

  This occurs if you work with Windows NT and have longer filenames.
  Windows NT cuts the names down to 8+3 characters and inserts a
  tilde sign followed by a number.

  e.g.  MyArchive.lha  ->  MyArch~1.lha

  LHA doesn't seem to have troubles with it, but LZX refuses to
  make an archive with a tilde in it's name. Therefore, LHA2LZX
  changes it to an underscore:

        MyArch~1.lha  -> MyArch_1.lha


Please, give feedback! (E.g. EMail)

Martin


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
     628     270 57.0% 14-Feb-97 21:16:28  LHA2LZX.info
    7956    3134 60.6% 14-Feb-97 21:17:20 +LHA2LZX.guide
    1396     622 55.4% 14-Feb-97 21:16:28 +LHA2LZX.guide.info
    5792    1702 70.6% 14-Feb-97 21:17:32 +LHA2LZX.rexx
     461     227 50.7% 14-Feb-97 21:16:28 +LHA2LZX.rexx.info
-------- ------- ----- --------- --------
   16233    5955 63.3% 15-Feb-97 16:51:12   5 files
