home *** CD-ROM | disk | FTP | other *** search
/ Doom 1 & 2 Add-On Levels (Alt) / Doom_I_and_II_add-ons_levels.iso / launch / ulinst.cs / UL.BAT < prev    next >
DOS Batch File  |  1995-02-19  |  149b  |  11 lines

  1. @ECHO OFF
  2. SET ULBAT=1
  3. ULTRLNCH %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. IF ERRORLEVEL=255 GOTO RunGame
  5. GOTO End
  6. :RunGame
  7. ULRUN.BAT
  8. :End
  9. ECHO.
  10. SET ULBAT=
  11.