Files
tbd-station-14/runserver.bat
Vasilis eb2fac40db Use dotnet run for the run batch files instead of directly calling the exe (#27698)
* Use dotnet run for the run batch files instead of directly calling the exe

* FUCK
2024-05-05 22:18:26 +02:00

4 lines
52 B
Batchfile

@echo off
dotnet run --project Content.Server
pause