home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / EXT106R.ZIP / COMMENT.BAT next >
Encoding:
DOS Batch File  |  1991-09-25  |  176 b   |  11 lines

  1. if "%2" == "ZIP" goto addcomment
  2. :begin
  3. if "%2" == "ZIP" goto addfile
  4. goto end
  5. :addcomment
  6. pkzip -z %1 <comment.dat
  7. goto begin
  8. :addfile
  9. pkzip -a %1 coolman.com
  10. :end
  11.