home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bom_235.zip / COMMENT.BAT < prev    next >
DOS Batch File  |  1993-03-22  |  206b  |  14 lines

  1. @Echo off
  2. if ""%2""==""ZIP"" goto zipit
  3. goto end
  4. :zipit
  5. pkunzip %1 -t
  6. if errorlevel 1 goto badzip
  7. pkzip -z %1 <comment.cmt
  8. goto end
  9. :badzip
  10. rem copy %1.%2 \rejects
  11. rem del %1.%2
  12. goto end
  13. :end
  14.