home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00006 / 00628.exe / PATCHHLP.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-02-20  |  197 b   |  8 lines

  1. @echo off
  2. rem * Helper for RTPatch.
  3. rem * If the patch succeeds, the .RTP file is erased as a flag to the installer.
  4. patch %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. if errorlevel != 0 goto end
  6. del %1
  7. :end
  8.