@echo off echo ======================================== echo Starting RR3 Community Server echo ======================================== echo. echo Server will start on: http://localhost:5555 echo. echo Keep this window open while using the panel! echo Press Ctrl+C to stop the server echo. echo ======================================== echo. cd /d E:\rr3\RR3CommunityServer\RR3CommunityServer dotnet run --urls "http://localhost:5555" pause