home *** CD-ROM | disk | FTP | other *** search
- *******************************************************
-
- UNLZEXE.EXE Ver.0.3
-
- written by Kou , 04/17/90
-
- UTJ44266 SIG "Global Village" in PC-VAN (Japan)
-
- *******************************************************
-
- UNLZEXE converts the compressed file by lzexe(ver.0.90,0.91) to the
- decompressed executable one.
-
- USAGE:
-
- 1. The most convenient and easy way to use UNLZEXE is,
-
- A>UNLZEXE filename[.EXE]
-
- where filename is the name of the EXE file to be decompressed. The extension
- ".EXE" is implied by default. UNLZEXE uses a temporally file "$TMPFIL$.EXE",
- and makes a "new" decompressed "filename.exe". The old compressed file is
- renamed to "filename.OLZ".
-
- 2. If you want a DIFFERENT file name for the decompressed one, type as
- follows,
-
- A>UNLZEXE packedfile[.EXE]] unpackedfile[.EXE]
- where
- packedfile : the name of the compressed file by LZEXE.
- unpackedfile : the name of the decompressed file.
-
- The extensions ".EXE" are NOT required (default). The "packedfile.EXE"
- remains, and "unpackedfile.EXE" is created.
-
- 3. If the SAME NAMEs for the "packedfile[.EXE]" and the "unpackedfile[.EXE]
- are used,
-
- A>UNLZEXE samename[.EXE] samename[.EXE]
-
- UNLZEXE writes out decommpressed "$TMPFIL$.EXE", then the old "samename.exe"
- is DELETED, and finally "$TMPFIL$.EXE is renamed to "samename.exe".
-
-
- Notice: The UNpacked file is executable and its load module is the same
- ====== as the original one, but the header and the relocation table of
- the UNpacked executable file may be different from those of the
- original executable file.
-
- UNLZEXE is distributed as PUBLIC DOMAIN.
-
- BUG reports and comments to the author are welcome.
-
- Since the author does not have an ID of CompuServe, please contact
- Tamio TSUKAMOTO(ID:76663,226), or Masazumi TAKADA(ID:70007,2767) who is
- the SigOP of the SIG " Global Village" in the Japanese computer network
- "PC-VAN".
-
-
- ----------------------------------------
- Files in this package:
- ----------------------------------------
- UNLZEXE C 11351 90-04-17 0:10
- UNLZEXE EXE 9708 90-04-17 0:14
- UNLZEXE DOC
- ----------------------------------------
-
- History:
-
- 90/03/28 Ver 0.2 An error of calculation for maxaloc was corrected.
- 90/04/17 Ver 0.3 File name specification was improved.
-