home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / pkzipfix.zip / PKZIPFIX.DOC next >
Text File  |  1989-02-23  |  3KB  |  91 lines

  1.  
  2.  
  3. OverView                                               February 23, 1989
  4. ---------                                              -----------------
  5.  
  6. The .ZIP file format was designed for  high  reliability,  using  4-byte
  7. signatures for all file headers, and redundant distributed & centralized
  8. directory structures.
  9.  
  10. PKZIPFIX  is  a  simple  utility  that  takes  advantage  of  the  extra
  11. reliability of the .ZIP file  format to reconstruct truncated or damaged
  12. .ZIP files.
  13.  
  14. PKZIPFIX however can not create good data out of bad data!  If a portion
  15. of a .ZIP file has been corrupted, PKZIPFIX will allow recovery  of  the
  16. unaffected  files.  Depending on how badly damaged the .ZIP file is how-
  17. ever, one or more files may still extract with errors.
  18.  
  19.  
  20. Usage
  21. -----
  22.  
  23. PKZIPFIX should be used when PKZIP or PKUNZIP inidcate that a .ZIP  file
  24. is  in  error,  or a .ZIP file has become damaged.  PKZIPFIX can also be
  25. used to extract the .ZIP file portion  from a  PKSFX (R) self-extracting
  26. file.
  27.  
  28.  
  29. PKZIPFIX Syntax
  30. ---------------
  31.  
  32. PKZIPFIX  ZipFile
  33.  
  34. Where  ZipFile is the name of the file to be recovered.  An extension of
  35. .ZIP will be used by default.  PKZIPFIX will attempt to recover  ZipFile
  36. and will create a file called PKFIXED.ZIP which contains the reconstruc-
  37. ted .ZIP file.
  38.  
  39. The file PKFIXED.ZIP can then be extracted or listed  with  PKUNZIP.  It
  40. is  strongly  recommended  that  you then use PKZIP to create a new .ZIP
  41. file from the files that are extracted from PKFIXED.ZIP.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. License
  50. -------
  51.  
  52. You are free to use, copy and distribute PKZIPFIX for NONCOMMERCIAL use
  53. if:
  54.  
  55.           No fee is charged for use, copying or distribution.
  56.  
  57.                      It is not modified in any way.
  58.  
  59. Clubs and user groups may charge a nominal fee not to exceed  ($10)  for
  60. expenses and handling while distributing PKZIPFIX.
  61.  
  62.  
  63.  
  64. Disclaimer
  65. ----------
  66.  
  67. PKWARE  hereby  disclaims  all  warranties  relating  to  this software,
  68. whether express or implied, including  without  limitation  any  implied
  69. warranties  of  merchantability  or  fitness  for  a particular purpose.
  70. PKWARE will not be liable for any  special,  incidental,  consequential,
  71. indirect  or  similar  damages  due to loss of data or any other reason,
  72. even if PKWARE or an agent of PKWARE has been advised of the possibility
  73. of such damages.  In no event shall PKWARE's liability for  any  damages
  74. ever  exceed  the price paid for the license to use software, regardless
  75. of the form of the claim.  The person using the software bears all  risk
  76. as to the quality and performance of the software.
  77.  
  78.  
  79.                                 - end -
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. -
  91.