===========================================================================
 BBS: Whalers Walk
Date: 06-14-93 (07:25)             Number: 1208
From: PATRICK BRESNAHAN            Refer#: 1207
  To: ANDRUE CARR                   Recvd: NO  (PVT)
Subj: UU SETUP                       Conf: (0) Main Board
---------------------------------------------------------------------------
-> i have a pcb 14.5 user in anaheim CA that is trying to set up
-> Ultimate Universe and having some odd things happening... exactly
-> what do you do

Comm Support Type: Fossil
Input File Type  : Gap     - DOOR.SYS
Input File Name  : .\
Import File Path : .\
Export File Path : .\

What follows is my batch file to run the game for two nodes; one local
one remote.  Hope this helps.

@Echo Off
c:
if %pcbnode%==2 goto startit
istime 23 17
if errorlevel 1 goto notnow
:startit
cd \GDOORS\ULTIMATE
if exist door.sys goto inuse
copy c:%pcbdir%\door.sys
if %pcbnode%==2 goto local
bnu.com /P:1 /T:4096 /L:0=19200 /F+ /M-
:local
ULTIMATE
if %pcbnode%==2 goto localout
bnu.com /U
:localout
if exist door.sys del door.sys
:exit
sendcom /F c:\dos\system\11lines.txt
goto out
:inuse
sendcom Sorry, the game is already in use by another player....try
later!
goto out
:notnow
sendcom /F c:\notnow.uu
:out
cd %pcbdir%
board
