home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / SPAZ201.ZIP / SPAZ201.DOC < prev   
Encoding:
Text File  |  1991-11-09  |  2.0 KB  |  41 lines

  1.     ------------------------------------------------------------------
  2.                                     SPAZ201
  3.  
  4.                    Modifications to support .ARJ compression
  5.                     by Jim Westbrook (1:382/29.0)  11-09-91
  6.  
  7.                                An enhancement of
  8.                                    SPAZ 1.50
  9.                By Dan Thomson, Andrew Farmer and Jeffrey Nonken.
  10.              Copyright (c) 1989-1990 Dan Thomson and Andrew Farmer.
  11.                               All Rights Reserved.
  12.  
  13.     ------------------------------------------------------------------
  14.  
  15.     With the growing popularity of the ARJ compression tool, and its use by
  16.     some for the compression of Fidonet mail bundles, a need for a tool
  17.     capable of recognizing the .ARJ format and calling the appropriate
  18.     utility for unpacking became apparent.  SPAZ v1.50 was able to handle
  19.     all of the compression utilities except for ARJ.  Fortunately, Dan and
  20.     company included the source code for SPAZ in the distribution package.
  21.     So, I dusted off MASM and Personal Editor and set about adding the
  22.     means to handle the new format.  Once I figured out the header info of
  23.     the .ARJ structure, the rest was fairly simple.  Just change a couple
  24.     of JMP instructions, add a couple of new labels, and assemble.
  25.  
  26.     The result, SPAZ201.COM, has been running without difficulty on four
  27.     systems for over a month.  These include an 8088, a 80286 speedup card
  28.     in an XT, a 20Mhz 80286, an 80386SX, and an 80386DX.  It has processed
  29.     approximately 80Mb of compressed mail on my system alone (mostly in
  30.     .zip format).  As the saying goes, you use it at your own risk, and if
  31.     anything breaks you have all the parts.  It works here and on all the
  32.     test systems, but your mileage may vary.
  33.  
  34.     You will note that BOTH v1.50 of SPAZ and SPAZ201 are included in the
  35.     distribution.  This is to provide the proper credit to Dan, Andrew, and
  36.     Jeffrey who deserve the lion's share.
  37.  
  38.     Enjoy!
  39.     Jim
  40.  
  41.