home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / WAFM10.ZIP / WMPACK.BAT < prev    next >
DOS Batch File  |  1991-10-23  |  147b  |  5 lines

  1. rem Batch file that calls packer.
  2. rem Packer must delete file on success.
  3. rem First parameter is destination, second is source.
  4. pkzip -m %1 %2
  5.