home *** CD-ROM | disk | FTP | other *** search
/ Interactive Entertainment 7 / Interactive_Entertainment-CD_Rom-EPISODE_7.toc.bin / hammer.bat < prev    next >
DOS Batch File  |  1994-10-31  |  287b  |  13 lines

  1. @echo off
  2. cd\demos\hammer
  3. setsound USEEXISTING NODETECT %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. if ERRORLEVEL 1 goto Done
  5. :StartOver
  6. cd intro
  7. hamint /z %1 %2 %3 %4 %5 %6 %7 %8 %9
  8. cd ..
  9. hamdemo /z %1 %2 %3 %4 %5 %6 %7 %8 %9
  10. if ERRORLEVEL 24 goto Done
  11. if ERRORLEVEL 23 goto StartOver
  12. :Done
  13.