home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t460 / 1.ddi / PCKWIK / RNBNCH2.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-07-23  |  224 b   |  14 lines

  1. echo off
  2. benchpck %1 %2
  3. if errorlevel 5 goto end
  4. superpck %3 %4 %5 %6 %7 %8 %9
  5. benchpck %1 %2
  6. if errorlevel 5 goto end
  7. if errorlevel 2 goto badnews
  8. type benchend.txt
  9. goto end
  10. :badnews
  11. type bencherr.txt
  12. :end
  13. rem
  14.