home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / PACKER / LHA / ZIPNOTE.DOC < prev    next >
Text File  |  1993-12-01  |  4KB  |  93 lines

  1. ZipNote v1.0, Copyright 1989 by MJP Enterprises
  2.  
  3. ZipNote is released as Freeware. If you find the program useful, a gift of
  4. $10 would be greatly appreciated.  If you send a check please make it
  5. payable to "Matthew J. Palcic".
  6.  
  7. ZipNote allows easier commenting of ZIP files.  This can be especially
  8. useful for BBS sysops who want to mark their ZIP files for free
  9. advertising. i.e. "Downloaded from CDS On-Line (513)429-7780"
  10.  
  11. The flexibility in ZipNote is in that it allows a comment to either be
  12. typed from the keyboard, copied from an existing text file or a comment can
  13. be stored in a configuration file.
  14.  
  15. The syntax for ZipNote is:
  16.  
  17.         ZIPNOTE filespec [params...]
  18.  
  19.         (ALL PARAMETERS MUST BE SEPARATED BY A SPACE!)
  20.  
  21.         "filespec" is any valid ZIP name or wildcard pattern.
  22.             i.e. "E:\UPLOADS\*.*"  (only .ZIP files are processed)
  23.  
  24.         "[params...]" must be separated by spaces and follow a "/X:data"
  25.         format where "X" is the actual parameter and "data" is the argument.
  26.  
  27.                           /Z: is the path to PKZIP
  28.                           /C: is the comment file to use
  29.                           /S: is the setup file for ZipNote
  30.                               (default is ZIPNOTE.SET)
  31.  
  32.               Examples:
  33.                   ZipNote *.ZIP /Z:C:\UTILS\ZIP\PKZ.EXE
  34.                   ZipNote ZMIZE130.ZIP /C:ZMIZE.ANS /S:ZMIZE.SET
  35.  
  36.              The default setup file for ZipNote is ZIPNOTE.SET and is
  37.              searched for in both the current directory and the directory
  38.              ZipNote resides in.  If it is not found in either place then
  39.              an error results.
  40.  
  41.              If no comment exists in the setup file or a comment file is
  42.              not specified then the user is prompted for a comment to add.
  43.  
  44.              If the /Z: parameter is not used PKZIP.EXE will be searched
  45.              for in the default PATH.
  46.  
  47. Valid options for setup files:
  48.  
  49.        /Z: is the path to PKZIP
  50.        /C: is the comment file to use
  51.        /N: is an actual comment to use
  52.  
  53.               Examples:
  54.                   /Z:C:\UTILS\ZIP\PKZ.EXE
  55.                   /C:ZMIZE.ANS
  56.                   /N:Downloaded from CDS On-Line, (513)429-7780
  57.  
  58. Options on the command line or in the configuration file are processed first
  59. to last, so a /N: parameter will wipe out a /C: parameter found before it.
  60.  
  61.           i.e. /N:Ziptimize v1.2
  62.                /N:Ziptimize v1.3
  63.           results in the comment being "Ziptimize v1.3"
  64.  
  65. The primary reason for the setup file is (obviously) not because there
  66. are so many parameters, but this allows several different ZipNote
  67. configurations for different databases in a BBS, different categories of
  68. ZIPs, etc.
  69.  
  70. Using ZipNote, you can create your own comment file with your favorite
  71. editor.  ZipNote makes no effort to check the length of your comment or
  72. the formatting of your comment. You will have to experiment to find out
  73. what works best.  Color comments can be achieved by using an ANSI editor
  74. (such as THEDRAW) and saving a block of the screen as a comment. This was
  75. done with ZipNote to create the color comment you should have seen when
  76. unZipping this program.  I don't know what the limit is on the comment
  77. length, but it is longer than the 32 characters noted in the PKZIP manual.
  78.  
  79. If you have any questions, comments, suggestions or bug reports please
  80. contact:
  81.            Matthew J. Palcic
  82.            1030 Dayton-Yellow Springs Rd.
  83.            Xenia, Ohio  45385-9508
  84.            (513)767-1625
  85.  
  86. A sample .SET file and a couple of comment files have been included to
  87. give you something to build on.  If you come up with anything new using
  88. this technique I'd love to see it.
  89.  
  90. To try the DEMO.SET type:
  91.     ZIPNOTE *.* /S:DEMO.SET
  92.  
  93.          ----------------end-of-author's-documentation--------------