home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / LZE91PKG.ZIP / UNLZEXE.COM / UNLZEXE.DOC < prev    next >
Encoding:
Text File  |  1990-04-19  |  2.4 KB  |  72 lines

  1. *******************************************************
  2.  
  3.                 UNLZEXE.EXE  Ver.0.3   
  4.  
  5.                 written by Kou , 04/17/90
  6.  
  7.       UTJ44266 SIG "Global Village" in PC-VAN (Japan)
  8.  
  9. *******************************************************
  10.  
  11.    UNLZEXE converts the compressed file by lzexe(ver.0.90,0.91) to the
  12. decompressed executable one.
  13.  
  14. USAGE:
  15.  
  16.  1. The most convenient and easy way to use UNLZEXE is, 
  17.  
  18.         A>UNLZEXE filename[.EXE]
  19.  
  20. where filename is the name of the EXE file to be decompressed. The extension
  21. ".EXE" is implied by default. UNLZEXE uses a temporally file "$TMPFIL$.EXE",
  22. and makes a "new" decompressed "filename.exe". The old compressed file is
  23. renamed to "filename.OLZ".
  24.  
  25.  2. If you want a DIFFERENT file name for the decompressed one, type as 
  26.    follows,
  27.  
  28.         A>UNLZEXE  packedfile[.EXE]]  unpackedfile[.EXE]
  29. where
  30.         packedfile   : the name of the compressed file by LZEXE.
  31.         unpackedfile : the name of the decompressed file.
  32.         
  33. The extensions ".EXE" are NOT required (default). The "packedfile.EXE"
  34. remains, and "unpackedfile.EXE" is created.
  35.  
  36.  3. If the SAME NAMEs for the "packedfile[.EXE]" and the "unpackedfile[.EXE]
  37.   are used,
  38.  
  39.         A>UNLZEXE samename[.EXE]  samename[.EXE]
  40.  
  41. UNLZEXE writes out decommpressed "$TMPFIL$.EXE", then the old "samename.exe"
  42. is DELETED, and finally "$TMPFIL$.EXE is renamed to "samename.exe".
  43.  
  44.  
  45. Notice: The UNpacked file is executable and its load module is the same
  46. ======  as the original one, but the header and the relocation table of
  47.         the UNpacked executable file may be different from those of the
  48.         original executable file.
  49.  
  50.     UNLZEXE is distributed as PUBLIC DOMAIN.
  51.  
  52.     BUG reports and comments to the author are welcome.
  53.  
  54.     Since the author does not have an ID of CompuServe, please contact
  55. Tamio TSUKAMOTO(ID:76663,226), or Masazumi TAKADA(ID:70007,2767) who is 
  56. the SigOP of the SIG " Global Village" in the Japanese computer network 
  57. "PC-VAN".
  58.  
  59.  
  60. ----------------------------------------
  61. Files in this package:
  62. ----------------------------------------
  63. UNLZEXE  C      11351  90-04-17   0:10
  64. UNLZEXE  EXE     9708  90-04-17   0:14
  65. UNLZEXE  DOC
  66. ----------------------------------------
  67.  
  68. History:
  69.  
  70.  90/03/28 Ver 0.2 An error of calculation for maxaloc was corrected.
  71.  90/04/17 Ver 0.3 File name specification was improved.
  72.