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