home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / rehack / makeazip.bat next >
Encoding:
DOS Batch File  |  1993-06-29  |  74 b   |  5 lines

  1. @echo off
  2. pkzip -u -r -P rehack %1\*.*
  3. pkzip -u -r -p %2     %1\*.*
  4.  
  5.