@echo off echo # echo [1] -eGo- Deathmatch Server = nolfserver.ego-clan.com:50000 # echo [2] -eGo- Harm vs Unity Server = nolfserver.ego-clan.com:50001 # echo [3] -eGo- Extra Server = nolfserver.ego-clan.com:50002 # echo [4] UnityHq.net = 54.173.248.99:28890 # echo [5] 50 Shades of Raid = 108.18.114.173:21785 # echo [6] The Funny Branch = 108.18.114.173:21787 # echo [7] Classic Maps = 69.204.100.90:10950 # echo [8] Scraping the Barrel = 108.18.114.173:21783 # echo [9] OneOakWay.com = 108.18.114.173:21784 # echo [10] Old School = 108.18.114.173:21790 # echo [11] Funiculi Funicula = 108.18.114.173:21782 # echo # @echo off set /p _server= Please choose a Server: if "%_server%"=="1" GOTO :1 if "%_server%"=="2" GOTO :2 if "%_server%"=="3" GOTO :3 if "%_server%"=="4" GOTO :4 if "%_server%"=="5" GOTO :5 if "%_server%"=="6" GOTO :6 if "%_server%"=="7" GOTO :7 if "%_server%"=="8" GOTO :8 if "%_server%"=="9" GOTO :9 if "%_server%"=="10" GOTO :10 if "%_server%"=="11" GOTO :11 echo 'GAH' goto :end :1 .\nolf.exe +connect nolfserver.ego-clan.com:50000 goto :end :2 .\nolf.exe +connect nolfserver.ego-clan.com:50001 goto :end :3 .\nolf.exe +connect nolfserver.ego-clan.com:50002 goto :end :4 .\nolf.exe +connect 54.173.248.99:28890 goto :end :5 .\nolf.exe +connect 108.18.114.173:21785 goto :end :6 .\nolf.exe +connect 108.18.114.173:21787 goto :end :7 .\nolf.exe +connect 69.204.100.90:10950 goto :end :8 .\nolf.exe +connect 108.18.114.173:21783 goto :end :9 .\nolf.exe +connect 108.18.114.173:21784 goto :end :10 .\nolf.exe +connect 108.18.114.173:21790 goto :end :11 .\nolf.exe +connect 108.18.114.173:21782 goto :end