home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / znode-12 / s / z3help42.lbr / UNZIP.HZP / UNZIP.HLP
Encoding:
Text File  |  1993-06-12  |  2.6 KB  |  54 lines

  1. ;
  2.                                   UNZIP.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (23)   9A6A  1.5        Howard Goldstein 6/91    Z3COM8
  6.  
  7.   1- Syntax  2- Notes                                                         
  8.  
  9.  
  10.    UNZIP dissolves MS-DOS .ZIP files.  
  11.    
  12.    Version 1.2 (7/3/90) by David Goodenough.
  13. :1
  14.     Syntax   UNZIP {dir:}zipfile {dir:}{afn}
  15.  
  16.    Under ZCPR3 "dir" can be a DU or DIR spec; otherwise, just a drive.   If no
  17. destination is given, member files are checked and listed.   If  a destination
  18. is given, member files are extracted if they match "afn" if  given,  otherwise
  19. the entire ZIPfile is extracted.
  20.  
  21.    You can now abort with ^C  (and the partial output file,  if  any,  will be
  22. closed and erased).  The usage screen now responds to "//".
  23. :2
  24.  UNZIP Notes - 1/2 
  25.  
  26.    a. UNZIP still needs a lot of work.   It really  ought  to  be  possible to
  27.       extract member files selectively, but it's  all or nothing  at  present.
  28.       In addition, listing files should be a lot  faster;  checking  CRC's  in
  29.       that mode seems unnecessary.   Typing  a member file to the screen would
  30.       also be a nice enhancement.  Maybe someone else will interested in going
  31.       further.   In the meantime, Steve Greenberg's ZIPDIR and Carson Wilson's 
  32.       ZTYPE can fill the gap.
  33.       
  34.    b. Version 1.5 updates (6/1/91, Howard Goldstein):
  35.       - Fixed bug at WILDLP which was causing an output  spec of "dir:" not to
  36.         work correctly.  
  37.       - Corrected problems that were  causing  writes  to  disk  when  a  non-
  38.         matching member file was being skipped.
  39.       - Changed "disk full" logic to  close and  erase partial output file and
  40.         abort the program immediately.  
  41.       - Made several minor changes to allow assembly with ZMAC or M80.
  42.  UNZIP Notes - 2/2 
  43.  
  44.    c. Version 1.4 updates (5/16/91, Bruce Morgen):
  45.       - Bug-fix in ZCPR3 detection code at "setusr" 
  46.       - Adds output filename specification with wildcards.   Now the use of an
  47.         output d:/dir: and/or an output filename will  trigger  extract  mode.
  48.         If the  output  filespec  contains  no  wildcards  (a d:/dir: alone is
  49.         equivalent to "*.*"), UNZIP will now exit after the first extraction.
  50.  
  51.    d. Version 1.3 updates (5/12/91, Gene Pizzetta):
  52.       - Some quick and dirty mods to make this utility more useful.  
  53.       - Now assembles with SLR's Z80ASM and it's a little more orderly.
  54.