@echo off
C:
CD \GAMES\ROTT
SET BLASTER=A220 I7 D1 H5 T6
echo ROTT > C:\ROTTMP.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  Connecting you in automatically...
echo  (if it stalls a few seconds, press 1 or 2 as the banner says)
C:\CHOICE.COM /C:12 /N
if errorlevel 2 goto P1
:P0
echo  You are PLAYER 1.  At the Talk-mode prompt, BOTH players press ESC.
ROTTSER.EXE -player 1
goto FIN
:P1
echo  You are PLAYER 2.  At the Talk-mode prompt, BOTH players press ESC.
ROTTSER.EXE -player 2
goto FIN
:FIN
z:\config.com -set "cpu cycles=max 100%" >NUL
if exist C:\ROTTMP.ON del C:\ROTTMP.ON
if exist C:\ROTTP0 del C:\ROTTP0
if exist C:\ROTTP1 del C:\ROTTP1
echo.
echo  Match over. Type GO to play again, or WIN for Windows.
