home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / ARCHIVE / ZZ201.ZIP / ZIPZAP.TXT < prev   
Encoding:
Text File  |  1991-05-26  |  5.3 KB  |  146 lines

  1.  
  2.                  Z I P Z A P
  3.               "The ZIP zapper"
  4.  
  5.  
  6.              Version  2.01 (May 25 1991)
  7.                  for MS-DOS
  8.  
  9.  
  10.              Copyright 1990,1991
  11.                  by
  12.               KISS Gábor László
  13.              All Rights Reserved
  14.  
  15.  
  16. ZIPZAP  is  a  small  utility  for  modify,  cut  and  paste  zipfiles
  17. (compressed archives in zip file format, defined by Phil Katz,  PKWARE
  18. Inc.) ZIPZAP lists  contents of zipfiles,  copies or moves  files from
  19. source  zipfiles  to  destination,  remove  files  from  zipfiles  and
  20. encrypt/decrypt files in  zipfiles (registered copies  only).  You  do
  21. not have to  unzip files and  zip again if  you want to  split a large
  22. zipfile into small pieces.  Just use ZIPZAP.  ZIPZAP is fast,  because
  23. it handles files without expansion (and decryption).
  24.  
  25. ----------------------------------------------------------------------
  26.  
  27. Usage:  ZIPZAP mode src ... [dst]
  28.  
  29. Items in '[ ]' are optional. '...' means optional repeating.
  30. dst:      zipfile
  31. src:      zipfile [-file ...]
  32.  
  33. Wildcards in filenames are allowed, if omitted -*.* assumed. Optional
  34. pathname separated with '/' characters may preceede filenames.
  35.  
  36. List filenames in srczip:            ZIPZAP -l[options] src ...
  37. options: l - long format (includes m,u,t)
  38.      m - compression method by number
  39.          0 storing
  40.          1 shrinking
  41.          2 reducing 1
  42.          3 reducing 2
  43.          4 reducing 3
  44.          5 reducing 4
  45.          6 imploding
  46.            a star (*) after the number means encrypted file
  47.      u - uncompressed size (excludes s)
  48.      s - compressed size (excludes u)
  49.      t - date and time (in hungarian format)
  50.      k - file comment
  51. Path and file names are always printed.
  52.  
  53. Copy files from srczips to destzip:  ZIPZAP -c src ... dst
  54. Move files from srczips to destzip:  ZIPZAP -m src ... dst
  55. Remove files from srczips:           ZIPZAP -r src ...
  56. Encrypt files in srczips:            ZIPZAP -e passwd src ...
  57. Decrypt files in srczips:            ZIPZAP -d passwd src ...
  58. Encryption and  decryption is  full compatible  with PKZIP/PKUNZIP  of
  59. PKWARE Inc.
  60.  
  61. Zipfile in src  and dst may  be ordinary .ZIP  file or self-extracting
  62. .EXE program, except case of very new dst, when ZIPZAP creates  always
  63. .ZIP  type  file  without  self-extract  code.   There  is  no default
  64. filename extension, giving .ZIP or .EXE always required.
  65. Don't give same zipfile as source and destination.
  66.  
  67. Examples:
  68.  - ZIPZAP -c alpha.zip -*.c bravo.exe -*.h charlie.zip zulu.zip
  69.    copies .c files from alpha.zip, .h files from bravo.exe and all
  70.    files of charlie.zip to zulu.zip.
  71.  - ZIPZAP -r delta.zip -*.c echo.zip -*.c
  72.    removes .c files from delta.zip and echo.zip.
  73.  - ZIPZAP -e"foxTrot georGE" yankee.exe -*.doc -*.txt
  74.    encrypts .doc and .txt files in yankee.exe with 'foxTrot georGE'
  75.    password.
  76.  - ZIPZAP -lmk whiskey.zip -victor/*.?
  77.    lists name, compression method and comment of all files from
  78.    victor subdirectory of whiskey.zip with one character extension.
  79.  
  80. MS-DOS version  of ZIPZAP  does not  distinguish upper  and lower case
  81. letters in file names.
  82.  
  83. When listing zipfile content (-l)  file names, sizes etc. are  written
  84. to  standard  output.   All  other  informations  (zipfile name, error
  85. messages) go to standard error.
  86.  
  87. When modifying a  zipfile (move/remove/encrypt/decrypt source  and all
  88. destination) ZIPZAP creates a temporary file in the current directory,
  89. and after successful closing of them, replaces original with it.
  90.  
  91. NOTE:  Version  2.0  of  ZIPZAP  does  not  handle  well zipfiles with
  92. authenticity verification.  DON'T use ZIPZAP with them.
  93.  
  94. ----------------------------------------------------------------------
  95.  
  96. Release history:
  97. 2.01 - a minor bug fixed in wildcard interpretation. Increased buffers
  98.        for faster operation.
  99. 2.0  - added encryption/decryption features and self-extract code
  100.        handling.
  101. 1.10 - beta test release.
  102.  
  103. What to do:
  104. - proper handling of authenticity verification,
  105. - modifying file attributes within zipfile,
  106. - renaming files within zipfile,
  107. - accepting arguments from list files,
  108. - encryption and decryption in same pass.
  109.  
  110. UNIX version is now available!!!
  111.  
  112. ----------------------------------------------------------------------
  113.  
  114. COPYRIGHT INFORMATION:  This Program was written under the "ShareWare"
  115. concept. You are free to copy  this program and share it with  others.
  116. If you like  the program and  find it useful  you are asked  to send a
  117. donation to the author's friend  and register your copy. Upon  receipt
  118. of the requested donation you  will receive a copy of  current version
  119. of ZIPZAP with encryption/decryption feature on a 5 1/4" disk.
  120.  
  121.   If you want to register your program send $10 or equivalent to
  122.  
  123.   Rickard Rödvinge              Account No.   
  124.     Ekholmsv. 46/c                 Östgota Enskilda Bank
  125.     58261 Linköping                1311-32-24748
  126.     SWEDEN
  127.  
  128.  
  129.   and send your name and address and the copy of money order to me:
  130.  
  131.               KISS Gábor László
  132.               1144 Budapest
  133.                   Vezér u. 69/c  8.33.
  134.                   HUNGARY
  135.  
  136.  
  137. JOKE: Any encryption technology crossing  the border of US and  Canada
  138. is prohibited by the Government of the United States. Therefore  North
  139. American  users  suggested  bribe  me  with  extra  $5  to  resist  US
  140. Government.
  141.  
  142.  
  143. DISCLAIMER:  This software is provided "as is" without warranty of any
  144. kind.  In no event shall  I be held liable for any  damages whatsoever
  145. arising from the use of or inability to use this product.
  146.