home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Utilities / UnLZX2 / UnLZX2.readme < prev    next >
Text File  |  2000-08-02  |  1KB  |  46 lines

  1. Short:    UnLZX with new args (68k/PPC/i486)
  2. Author:   Oliver Gantert <lucyg@t-online.de>
  3. Uploader: Oliver Gantert <lucyg@t-online.de>
  4. Version:  2.12 (27.07.2000)
  5. Type:     util/arc
  6.  
  7. This is based on the UnLZX port by David Tritscher <dt14@uow.edu.au>
  8.                            changed by <Andreas_Kleinert@t-online.de>
  9.  
  10. ----------------------------------------------------------------------
  11.  
  12. I was tired of all those UnLZX ports which depack to the current dir
  13. and don't support pattern-matching for output files.
  14. So I had to do it...
  15.  
  16. Usage: UnLZX <options>
  17.  
  18.         -v <archive>  - view archive contents
  19.         -x <archive>  - extract archive
  20.         -o <path>     - depack to path
  21.         -p <pattern>  - only depack matching files
  22.                   NEW since 2.06: use Unix-like wildcards (*, ?)
  23.  
  24. New since the last release
  25.  
  26.   - complete source change
  27.   - arguments changed again (see above)
  28.   - compiled/tested for Windows 95 on a 486DX2-66, 8MB RAM
  29.   - all known bugs fixed
  30.  
  31. ----------------------------------------------------------------------
  32.  
  33. This archive contains:
  34.  
  35.   (compiled with vbcc 0.7)
  36.   UnLZX.000 - 68ooo version
  37.   UnLZX.020 - 68o2o/o3o version
  38.   UnLZX.040 - 68o4o/o6o version
  39.   UnLZX.ELF - PPC / PowerUp version
  40.   UnLZX.WOS - PPC / WarpOS version
  41.   (compiled with lcc32)
  42.   UnLZX.exe - i486 / Win95 version
  43.   src/      - Sources (GPL)
  44.                                             Oliver Gantert, 02.08.2000
  45. ----------------------------------------------------------------------
  46.