home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.se/pub/OS2/ / 2014.11.ftp.sunet.se_pub_OS2.tar / ftp.sunet.se / pub / OS2 / hobbes / os2 / util / archiver / warpzip.exe / PostPlug.cmd < prev    next >
OS/2 REXX Batch file  |  2001-12-28  |  207b  |  7 lines

  1. /* PostPlugin for WarpZip         */
  2. /* Deletes plugin files           */
  3. /*                                */
  4.  
  5. rc = SysFileDelete(InstDir||'\PrePlug.cmd')
  6. rc = SysFileDelete(InstDir||'\PostPlug.cmd')
  7.