@echo off rem BT411 -- join the game from the operator's OWN rem network (LAN) -- finds the console automatically. rem Joining over the INTERNET? Use join.bat instead. set BT_RELAY=auto cd /d %~dp0content ..\build\Release\btl4.exe -egg OPERATOR.EGG -net 1501 echo. echo The game has exited. If you did NOT quit on purpose, echo the session may not be running yet or the server was echo unreachable -- check with the operator and try again. pause