home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_1.iso / update / doompack / data.a00 / DGATE33.ZIP / DGATE.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-04-22  |  391 b   |  14 lines

  1. @echo off
  2. rem If you are having problems when running Doom/Doom2/Heretic using Ralph
  3. rem Brown's SPAWNO-routines, try enabling the batch run option and starting
  4. rem DoomGate! with this batch file.
  5. dg.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. if exist dg$$$.bat goto rungame
  7. goto end
  8. :rungame
  9. call dg$$$.bat
  10. del dg$$$.bat > nul
  11. del dg$$$.tmp > nul
  12. :end
  13. echo Thanks for using DoomGate! v3.3
  14.