home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ewise.zip / e_wise.eng < prev    next >
Text File  |  2002-06-30  |  2KB  |  76 lines

  1. user documentation            E_WISE                      Veit Kannegieser
  2. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  3.  
  4. usage:
  5. ══════
  6.   E_WISE <WISE-Setup-EXE> <target directory>
  7.  
  8. example:
  9.   E_WISE M:\SETUP.EXE E:\TEST
  10.  
  11. The idea for E_WISE comes from EXWISE / Andrew de Quincey
  12. (adq@tardis.ed.ac.uk, http://www.tardis.ed.ac.uk/~adq).
  13.  
  14. my version
  15.  - reimplemented in Pascal
  16.  - can handle more WISE-versions
  17.  - can retrive filenames and date/time
  18.  
  19. after program usage you will find in target directory:
  20.  - ????????.EWI: unpacked data
  21.  - 00000000.TXT: reference of ????????.EWI and quessed filename
  22.  - 00000000.BAT, (DOS)  \ to rename ????????.EWI
  23.    00000000.CMD: (OS/2) / and move to subdirectories
  24.  
  25.  
  26. problems:
  27. ═════════
  28.  
  29.  * HPFS filesystem recommended (long file/directory names)
  30.  
  31.  * thhere exist packages where one filename is used multiple times
  32.    (example: multilingual README.TXT)
  33.  
  34.  * if you want unpack an executable sliced onto muliple diskettes
  35.    you must rebuild one singe file for E_WISE:
  36.  
  37.    copy A:\setup.exe s.exe
  38.    copy /b s.exe + A:\setup.w01
  39.    copy /b s.exe + A:\setup.w02
  40.  
  41.    and then unpack
  42.    e_wise s.exe x\
  43.    
  44. Frequently asked question: Can you help me making an setup.exe from unpacked
  45. files ? The problem is not the compression procedure (zip/inflate), but the
  46. data format of the directory file. It differs each version. And i do not
  47. want my time spend for an user unfriendly archive format/target platform.
  48.  
  49.  
  50. changes:
  51. ════════
  52.  ≡ 2000.02.11..2000.02.29
  53.  ■ processing of version NE/$3e10 added
  54.  ■ processing of version NE/$3bd0 and NE/$3c10 added
  55.  ■ Support for selfextracing selfextractors ..
  56.  ■ improved filename recognition
  57.  ≡ 2000.03.01
  58.  ■ corrected PE/$6e00with relocations
  59.  ≡ 2000.08.21
  60.  ■ processing of version NE/$3770 added
  61.  ■ accept readonly files
  62.  ≡ 2000.10.12
  63.  ■ corrected missing zeroes in last packed file
  64.  ≡ 2002.02.11
  65.  ■ added NE/$84b0, use /DEBUG to bypass bad blocks
  66.   ≡ 2002.03.26
  67.  ■ added NE/$3c20
  68.  ≡ 2002.03.29
  69.  ■ added PE/6e00;$3d04
  70.  ■ reads known formats from e_wise.ini 
  71.  ≡ 2002.07.01
  72.  ■ protect "&" char in filenames
  73.  ■ NE/37B0
  74.  ■ added partial support for patch format
  75.  ■ append numbers to equal filenames
  76.