home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / packer / lzexe / engupack.doc < prev    next >
Text File  |  1990-03-11  |  526b  |  16 lines

  1.     Documentation for:
  2.         UPACKEXE.EXE  version 1.00 (c) 1989 Fabrice Bellard
  3.  
  4.     This program permits unpacking an EXE file packed with the Microsoft
  5.     EXEPACK, so it can be compressed with LZEXE.  Otherwise, LZEXE can't
  6.     do as good a job because EXEPACK's compression of the relocation
  7.     table make it inacessible.
  8.  
  9.     How to use UPACKEXE:
  10.     -------------------
  11.  
  12.     syntax:   UPACKEXE filename
  13.  
  14.     The original file's extent is changed to .OLD.  The new file is
  15.     called UPACKEXE.TMP and is renamed after treated with LZEXE.
  16.