home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CEL141.ZIP / CEL141C.ZIP / ZIPCLEAN.ZIP / ZIPCLEAN.DOC < prev    next >
Text File  |  1991-08-11  |  2KB  |  61 lines

  1. ZipClean
  2. ~~~~~~~~
  3. Due to the proliferation of unwanted BBS ads and obese comments and -AV tags,
  4. I have created ZipClean.  This program will:
  5.  
  6. (>  Strip unwanted files from zips (from the list in DELADD of known BBS ads)
  7. (>  Replace the -AV tag with your own (from a registered copy of PKZip)
  8. (>  Replace the zip comment with your own (contained in COMMENT.ASC file)
  9. (>  Preserve the date and time the file was uploaded
  10. (>  Recursively process any subdirectories
  11.  
  12. ZipClean is not highly polished.  It requires the following files to be in
  13. your current directory:
  14.  
  15. (>  A copy of PKWare's PKZIP.EXE (must use /U switch if it's unregistered)
  16. (>  COMMENT.ASC (preferably only a few bytes in length)
  17. (>  ZipClean.EXE itself
  18.  
  19. Since ZipClean is very disk-intensive, I recommend loading (or flushing) a
  20. disk cache before operation.  Your drive should be optimized afterwards as
  21. well, as ZipClean will make a mess.
  22.  
  23.  
  24.  
  25.  
  26. Syntax
  27. ~~~~~~
  28. ZIPCLEAN [d:\path] [/?] [/S]
  29.  
  30.          [d:\path] specifies the path to search.  Include drive spec.
  31.          [/?] shows this help display
  32.          [/S] recurses all subdirectories
  33.          [/U] use unregistered copy of PKZIP (no -AV manipulation)
  34.          [/C] disable inclusion of COMMENT.ASC as ZIP comment
  35.  
  36. ZipClean expects three files to be in directory ZipClean is run from:
  37.  
  38. 1:  pkzip.exe   :  From PkWare.  Must use /U parameter if unregistered.
  39. 2:  deladd      :  List of BBS ads to remove from a zip archive
  40. 3:  comment.asc :  A file to insert as a comment.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. Conclusion
  49. ~~~~~~~~~~
  50. ZipClean was written primarily for my own use, but as with the other Celerity
  51. utilities, I figure there are others who would have a use for it as well.
  52.  
  53. If you like this program, don't send money to me, but please consider sending
  54. a donation to the Electronic Frontier Foundation (EFF).  The EFF is an
  55. organization looking out for the rights of computer, modem, and BBS users, and
  56. has been very helpful in helping out victims of constitutional abuse by the US
  57. Government.  Please help them out - you never know when you might need their
  58. assistance.
  59.  
  60.  
  61.