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

  1. user documentation            E_WISE                      Veit Kannegieser
  2. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  3.  
  4. usage:
  5.   E_WISE <WISE-Setup-EXE> <target directory>
  6.  
  7. example:
  8.   E_WISE M:\SETUP.EXE E:\TEST
  9.  
  10. The idea for E_WISE comes from EXWISE / Andrew de Quincey
  11. (adq@tardis.ed.ac.uk, http://www.tardis.ed.ac.uk/~adq).
  12.  
  13. my version
  14.  - reimplemented in Pascal
  15.  - can handle more WISE-versions
  16.  - can retrive filenames and date/time
  17.  
  18. after program usage you will find in target directory:
  19.  - ????????.EWI: unpacked data
  20.  - 00000000.TXT: reference of ????????.EWI and quessed filename
  21.  - 00000000.BAT, (DOS)  \ to rename ????????.EWI
  22.    00000000.CMD: (OS/2) / and move to subdirectories
  23.  
  24.  
  25. problems:
  26.  
  27.  * HPFS filesystem recommended (long file/directory names)
  28.  
  29.  * thhere exist packages where one filename is used multiple times
  30.    (example: multilingual README.TXT)
  31.  
  32.  * if you want unpack an executable sliced onto muliple diskettes
  33.    you must rebuild one singe file for E_WISE:
  34.  
  35.    copy A:\setup.exe s.exe
  36.    copy /b s.exe + A:\setup.w01
  37.    copy /b s.exe + A:\setup.w02
  38.  
  39.    and than unpack
  40.    e_wise s.exe x\
  41.  
  42.  
  43.