echo off del .\base\*.dso del .\base\gui\*.dso del .\base\scripts\*.dso del .\base\scripts\autoexec\*.dso del .\base\scripts\packs\*.dso del .\base\scripts\turrets\*.dso del .\base\scripts\vehicles\*.dso del .\base\scripts\weapons\*.dso cls :main echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º º echo º Mechina Tribes 2 launcher º echo º º echo º http://www.mechina.com/mod/ º echo º º echo º Please select a launch type from the list º echo º º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. echo 1. Mechina Online echo 2. Mechina Solo & LAN echo 3. Mechina Dedicated Server echo 4. Mechina ispawn Dedicated Server echo 5. Exit echo. choice /c:12345 /n if errorlevel 5 goto end if errorlevel 4 goto MechinaD if errorlevel 3 goto MechinaC if errorlevel 2 goto MechinaB if errorlevel 1 goto MechinaA :MechinaA cls .\Tribes2.exe -online -mod mechina goto end :MechinaB .\Tribes2.exe -nologin -mod mechina goto end :MechinaC .\Tribes2.exe -dedicated -mod mechina goto end :MechinaD .\ispawn.exe 28000 Tribes2.exe -dedicated -mod mechina goto end :end cls exit