home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / EDITORS / DCK / INSTALL / DCK.BAT < prev    next >
DOS Batch File  |  1995-03-15  |  306b  |  19 lines

  1. @echo off
  2.  
  3. rem Batch files suck, but at least you can run DOOM from DCK
  4. rem with this.  :)
  5.  
  6. dck32 %1 %2 %3 %4 %5 %6 %7 %8 %9
  7.  
  8. :checklevel
  9. if errorlevel 200 goto exit
  10. if errorlevel 100 call _PLAY.BAT
  11. @echo off
  12. del _PLAY.BAT
  13. echo Restarting DCK...
  14. dck32 /quiet
  15. goto checklevel
  16.  
  17. :exit
  18. echo.
  19.