home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / virus / virchk2a.zip / ZC210.ZIP / ZC.DOC < prev    next >
Text File  |  1990-08-21  |  4KB  |  121 lines

  1. ZC v2.10 - ZIP Commenter
  2. by Jeff Garzik
  3.  
  4.  
  5. Requirements
  6. ------------
  7. PC-DOS or MS-DOS v3.0 or later
  8. IBM or compatible machine
  9. At least 95k FREE RAM at time of execution
  10.  
  11.  
  12. Disclaimer
  13. ----------
  14. The program, ZC, and its associated documentation, are hereby dedicated to
  15. the public domain.  Anyone may use this for their own personal purposes, or
  16. for any reason, as long as that reason doesn't include commercial
  17. distribution.  By issuing this statement, the author disclaims any
  18. liability, or warranty (expressed or implied), that could or might be
  19. associated with this product through any circumstances.  This type of
  20. disclaimer is prohitibed in certain states of the US, and is void in those
  21. states.
  22.  
  23. If you wish to distribute this product with your program, or any program,
  24. you are free to do so, as long as due credit is given to the author, Jeff
  25. M. Garzik.
  26.  
  27.  
  28. Using ZC
  29. --------
  30. [d:][path]ZC [zipfile] [commentfile]
  31.  
  32. [d:][path] before ZC to specify the drive and path that contains the
  33. ZC.EXE command file.
  34.  
  35. [zipfile] after ZC to specify which .ZIP file(s) to be processed.  This
  36. is a standard DOS path/file name, and CAN contain wildcards.  If an
  37. extension is not specified, then the default extension of .ZIP is
  38. assumed.
  39.  
  40. [commentfile] after zipfile to specify which ASCII TEXT file is to be
  41. used as the ZIP comment.  This CANNOT include wildcards, and will abort
  42. with an error if one is specified.
  43.  
  44.  
  45. Examples
  46. --------
  47. ZC * COMMENT.FIL
  48.      This executes ZC, with the command to process all files with the
  49. extension .ZIP, and replace the existing comment (if any) with the
  50. comment contained in COMMENT.FIL.
  51.  
  52. E:\UTILITY\ZC C:\DOWNLOAD\A*.ZIP AUTOEXEC.BAT
  53.      This executes ZC.EXE, assuming it is on drive E: and in directory
  54. UTILITY, with the command to process all .ZIP files that start with A in
  55. their filename, replacing the existing comment (if any) with all the
  56. text contained in AUTOEXEC.BAT in the current directory.
  57.  
  58.  
  59. Donations
  60. ---------
  61. If you like this program, PLEASE send $5 to this address:
  62.  
  63.      Jeff Garzik
  64.      117 Harrell St.
  65.      Greenville, NC  27858
  66.  
  67.  
  68. v2.00 Benchmarks
  69. ----------
  70. 235 files (ranging from 1k to 30k):
  71.      ZC       - 41.59 seconds
  72.      PKBANNER - 45.96 seconds
  73.  
  74. 13 files (ranging from 6k to 312k):
  75.      ZC       - 2.36 seconds
  76.      PKBANNER - 2.80 seconds
  77.  
  78.  
  79. Update History
  80. --------------
  81. 0.00 -    Beta test release.
  82.  
  83. 1.00 -    First public release.
  84.           Fixed memory allocation bug.
  85.           Included command line help.
  86.           Included documentation.
  87.           Added support for wildcard zipfiles on command line.
  88.           Added default extension (.ZIP) support.
  89.  
  90. 1.01 -    Changed command line help.
  91.           Improved file read routines (now faster).
  92.           Major overhaul of documentation.
  93.           Fixed another memory allocation bug.
  94.           Reduced code redundancy.
  95.  
  96. 1.02 -    Made processing a WHOLE lot faster.  It still isn't up to the
  97.                speed of PKBANNER, but it is getting closer each time.
  98.                What ZC did previously was repeatedly read the zip
  99.                comment file from disk each time a ZIP file was processed.
  100.                This was stupidity personified on my part, and I apologize.
  101.                What it now does it read the comment file into RAM at the
  102.                start of the program, and then process.  This means that
  103.                about 32k more RAM is required, but the speed makes up for
  104.                that.
  105.           Updated documentation to reflect changes.
  106.           Fixed bug in command line when a single ZIP file was specified.
  107.  
  108. 1.02a-    Interim release.
  109.           There was a major bug that messed up the comments that forced me
  110.           to release this newer version.
  111.           Updated the docs so users could see a unbaised comparison of the
  112.           two programs.
  113.  
  114. 2.00 -    ZC IS NOW FASTER THAN PKBANNER! (See "Benchmarks" for details)
  115.           Documentation update
  116.  
  117. 2.10 -    Fixed bug that did not shrink file size when adding comments
  118.                that were smaller than the existing comment.
  119.           Improved speed, especially on 8086- and 8088-based machines.
  120.           Released ZC PLUS because of many requested features.
  121.