home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / arcex20.lha / ArcEx.Doc < prev   
Text File  |  1992-09-12  |  3KB  |  101 lines

  1.                                    ArcEx V2.0
  2.  
  3.                           Usable only at V37+ systems
  4.  
  5.                                       oOo
  6.  
  7. Welcome to ArcEx V2.0
  8.  
  9. Much has changes since the last release a few months ago.  Let me welcome some
  10. new features:
  11.  
  12.     - Wildcards (as used in dos.library V37+)
  13.     - Vastly improved archive-recognition, now makes no mistakes (knocking
  14.       on wood)
  15.     - ArcEx is residentable.  It is not yet re-entrant, as I have not
  16.       finished my work on some new Aztec startup-code.  This means that
  17.       you CAN make ArcEx resident, but I guarantee nothing if more than
  18.       1 copy of ArcEx is executing at any 1 time.
  19.     - All this added, and size reduced to 50% of the last version :-)
  20.  
  21.  
  22. Philosophy:
  23.  
  24. ArcEx is a utility I wrote in conjunction with ReArc, simply because I had
  25. most of the code lying around anyway.  Later, however, I decided to add some
  26. more features, as I noticed that I was using the utility alot, and needed a
  27. few things (wildcards for instance).
  28.  
  29. Another VERY important point is that ArcEx will allow you to do 'LhA-style'
  30. extraction of ANY archive-type, meaning that something like this is now
  31. perfectly ok:
  32.  
  33. 0/01:01:46/CD:ReArc> ArcEx TestArchive1.zip to t:
  34.  
  35. And the archive will be extracted to "t:", where you had to do a lot of
  36. CD'ing around in the past.
  37.  
  38. ArcEx knows a list of extensions, therefore it is NEVER neccesary to specify
  39. ANY archive's extension, if the name you enter, ArcEx will automagically
  40. attempt to locate the filename.   This means..
  41.  
  42. 0/01:01:46/CD:ReArc> ArcEx Archive.LhA to t:
  43.  
  44. .. and ..
  45.  
  46. 0/01:01:46/CD:ReArc> ArcEx Archive to t:
  47.  
  48. .. is excatly the same to ArcEx.  Notice that this works with all other
  49. (known) archive-types too.
  50.  
  51.  
  52. So as you can see, ArcEx is designed for the lazy CLI archive extractor (like
  53. myself), and the overhead in calling your archivers through ArcEx can hardly
  54. be felt. (especially if you make it resident).
  55.  
  56.                                       oOo
  57.  
  58. Notes:
  59.  
  60. As of V2.0, the source is distributed in the archive.  Please do NOT compile
  61. new versions and spread them.  If you would like something changed, please
  62. contact me, and I'll most likely implement it.
  63.  
  64. NEVER EVER distribute (publicly) a modified version of this archive.
  65.  
  66.  
  67. Thank you for your attention :-)
  68.  
  69.  
  70. Mark Cassidy#2:230/611.0@FidoNet
  71. Mark Cassidy#39:140/103.0@AmigaNet
  72.  
  73. Wize Productions Denmark
  74. Attn: Mark Cassidy
  75. Rydsaavej 101
  76. 5210  Odense NV
  77. Denmark
  78.  
  79.  
  80.                                       oOo
  81.  
  82.  
  83. Note that ArcEx uses EXTERNAL archiver calls, and you need to have atleast the
  84. following archivers in your path:
  85.  
  86. External Archivers Needed In System Path:
  87.     LHA        MUST be V1.20+ (preferably V1.22)
  88.     UNZIP        Zipfile Extract V4.1 by the fine folks at Info-ZIP
  89.     ARC        AmigArc - Archive utility, Version 0.16,
  90.             created on 07/17/86 at 19:01
  91.     ZOO        Version 2.00 (J. Brian Waters 1988/04/19)
  92.             Version 2.10 can substitute as a ZOO archiver
  93.     DECRUNCH    Powerpacker V3.0b data-decruncher by Nico Francois
  94.     APE        Amiga's Packing Enhancement by Jim Geuther
  95.     UNARJ        UnARJ Amiga V0.5 Copyright (c) Peer Hasselmeyer
  96.  
  97. All archivers are freely distributable and can be obtained on your local BBS
  98. or via the Fred Fish distribution series.  The filenames are currently fixed
  99. (hardcoded), but can be replaced with similar utilities which accepts the
  100. same arguments.
  101.