home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / IZC101.ZIP / IZC.DOC < prev    next >
Encoding:
Text File  |  1989-08-30  |  3.0 KB  |  82 lines

  1.                              IZC.DOC
  2.  
  3.                         Documentation for
  4.  
  5.                          If Zip Comment
  6.                           Version 1.01
  7.  
  8.                 Copyright 1989 John A. Hawkinson
  9.  
  10.                           Description
  11.  
  12.      If Zip Comment (IZC) is a simple utility. IZC detects the
  13. presence of a zip comment in a zipfile, and returns an errorlevel. 
  14. It also gives information visually. It simply returns the following
  15. errorlevels:
  16.  
  17.      Errorlevel  |            Description
  18.      ------------|--------------------------------------
  19.           0      | Error, or no file specified
  20.           1      | Zipfile contains a comment
  21.           2      | Zipfile does NOT contain a comment.
  22.  
  23.      If you forget which is which, simply typing IZC, with no
  24. parameters will produce a help screen telling you is which.
  25.  
  26.  
  27.                           Long Comments
  28.  
  29.      It should be noted that when comments reach a certain size,
  30. PKZIP/PKUNZIP will not be able to read them. When they get even
  31. larger, you will get an insufficient memory error. When there is
  32. an especially long comment in a file, and IZC is being used, your
  33. computer may seem to stop, with the drive access light coming on
  34. every 10 seconds or so. This is do to the fact that IZC searches
  35. for certain information, from the end of the file. This information
  36. is located immediately preceding the zip comment. IZC searches back
  37. in 2K blocks. If you have a 100k zip comment in a file, for
  38. example, IZC may take 8 minutes to process. So be wary of zip
  39. comments which are longer than a few kilobytes.
  40.  
  41.                            Version #'s
  42.  
  43.      For compatibility purposes, IZC version numbers will follow
  44. that of PKZIP/PKUNZIP. Therefore, if you are using PKZIP .92, IZC
  45. .92 will definitely work. If you are using PKZIP 1.0, you should
  46. use IZC 1.0. However, this does not mean that IZC .92 will not
  47. work.
  48.  
  49.                           Registration
  50.  
  51.      If you find this product useful, please register. You may
  52. register easily by printing out the instant mailer contained in
  53. MAILER.TXT, by typing:
  54.   COPY MAILER.TXT PRN
  55. This will print the mailer file. Registration is $5.00. If you Send
  56. $10 or more, you will receive a current copy of the software.
  57. Please specify 3.5 or 5.25 disks. You may send your registration
  58. (check or money order) to me at the address at the end of this
  59. file.
  60.  
  61.                         Technical Support
  62.  
  63.      If you have a problem, I may be reached in two ways. Via the
  64. RelayNet Shareware Conference. Via US Mail. To Send a bug report,
  65. just print BUG.TXT. You may just write to me at the address at the
  66. end of this file.
  67.  
  68.                            Source Code
  69.  
  70.      The source code for IZC is in Turbo Pascal 5.5. Registered
  71. Users may request a copy of the source code for a fee of $7.00
  72. (check or money order).
  73.  
  74.  
  75.      John A. Hawkinson
  76.      1200 Warburton Ave., Apt.#57
  77.      Yonkers, NY 10701-1057
  78.  
  79.                         Revision History
  80.  
  81. 08-30-89, 1.01 - Verified compatibility with PKZIP/UNZIP 1.01
  82. 08-15-89, 0.92 - Original Version.