home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / tools / inter47 / int2whlp / i2w_test / build.bat next >
DOS Batch File  |  1994-07-18  |  187b  |  11 lines

  1. @shift
  2. @if exist intwin.hpj del intwin.hpj
  3. ..\int2whlp %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. @if NOT errorlevel 1 goto ok
  5. @pause
  6. @goto done
  7. :ok
  8. hc31 intwin
  9. @if errorlevel 1 pause
  10. :done
  11.