home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / archiver / newzip10.arj / ZIP10.EXE / READ.ME next >
Text File  |  1992-04-02  |  3KB  |  63 lines

  1. From Rafael Ramirez (rafael.ramirez@channel1.com)
  2. March 1992
  3.  
  4. -What is ZIP and UNZIP?
  5. -In case you didn't know already, UNZIP is a program that Mr Samuel
  6.  H. Smith made a long time ago to "unzip" (wouldn't you have guessed)
  7.  archives compressed with PKWARE's PKZIP 1.10.  Refined over the years
  8.  and finally turned over to the INFO-ZIP people, UNZIP 4.01 has been for
  9.  many months now available to the public.
  10.  
  11.  ZIP, a much later project, was started by the INFO-ZIP people and finally
  12.  released as ZIP 1.0 late 1991.  It is a program capable of producing .ZIP
  13.  archives that are compatible with the programs PKZIP 1.10 and PKUNZIP 1.10
  14.  from PKWARE Inc.
  15.  
  16.  
  17. -So both of this programs basically do the same as PKZIP-PKUNZIP.
  18.  So what's new?
  19. -Well, the main difference is that they are FREE.  Although copyrighted,
  20.  anybody can use them without having to "register" or pay anything.
  21.  
  22.  But that's not the only advantage.  They are also PORTABLE.
  23.  PKZIP and PKUNZIP were programmed in i86 Assembly and could only
  24.  be used in IBM compatible computers.  Over the time, PKWARE also
  25.  started to sell a compatible version for the Amiga.
  26.  
  27.  ZIP and UNZIP, on the other side, are written in PORTABLE C, and
  28.  therefore can be used in almost ANY computer around.  This goes from
  29.  IBM mainframes to SPARC stations to ATARI home computers to APPLEs.
  30.  Most of the time the only thing needed is to re-compile the code for
  31.  the appropiate machine, and sometimes a little tweaking of the code
  32.  migth be needed.  The C source code is AVAILABLE free of charge.
  33.  
  34.  On top of all that, ZIP and UNZIP are somewhat better.  They have
  35.  improved on the interface and ZIP can also produce *SMALLER ZIP FILES*
  36.  that are still compatible with Pkware's PK(UN)ZIP.  ^^^^^^^^^^^^^^^^^
  37.  Use the option -9 (i.e. ZIP -9 testzip *.*) and you will see the result
  38.  is often smaller than if you do PKZIP -a testzip2 *.*
  39.  This is great news since thousands of existing .ZIP files can be made
  40.  smaller w/o losing compatibility (unlike the new PKZIPs).
  41.  
  42.  
  43. -What is the INFO-ZIP?
  44.  A name for which a bunch of programmers that got together through internet
  45.  to develop ZIP compatible stuff are known.  They are led by Mark Adler,
  46.  Richard B. Wells and Jean Loup Gailly.
  47.  
  48.  
  49. The programs included in this archive were compiled by Rafael
  50. Ramirez with Microsoft C 6.0A.  The version compiled was the "export"
  51. version, which includes everything BUT the code needed to handle
  52. passwords.  This was done to save space and guarantee full distribution
  53. without legal hussles.  The code can be compiled to be faster and smaller,
  54. but I didn't have time to adjust to the _fastcall conventions.
  55. Also, ZIP was compiled using the small mode, and therefore has a somewhat
  56. restricted capacity on the number of files it can handle at one time.
  57. The source for this files can be found around major BBS, like Channel 1.
  58. They are ZIP10EX and UNZIP401.
  59. Enjoy :-> (RRC)
  60.  
  61.  
  62.  
  63.