@echo off
C:
CD \GAMES\DOOM_OLD
SET BLASTER=A220 I7 D1 H5 T6
echo DOOM > C:\DOOM1MP.ON
z:\config.com -set "cpu cycles=33000" >NUL
CLS
echo.
echo  Finding your opponent over the serial link...
echo  The banner at the TOP says YOU ARE PLAYER 1 or PLAYER 2.
echo.
echo  Press that number:    1 = Player 1      2 = Player 2
C:\CHOICE.COM /C:12 /N
if errorlevel 2 goto P2
:P1
SERSETUP.EXE -com3 -irq 5 -player1 -altdeath -warp 1 5 -nomonsters
goto FIN
:P2
SERSETUP.EXE -com3 -irq 5 -player2 -altdeath -warp 1 5 -nomonsters
goto FIN
:FIN
z:\config.com -set "cpu cycles=max 100%" >NUL
if exist C:\DOOM1MP.ON del C:\DOOM1MP.ON
echo.
echo  Match over. Type GO to play again, or WIN for Windows.
