Files
tbd-station-14/runserver.bat
2019-04-15 21:12:00 -06:00

8 lines
111 B
Batchfile

@echo off
set PDIR=%~dp0
cd %PDIR%RobustToolbox\Bin\Server
call Robust.Server.exe %*
cd %PDIR%
set PDIR=
pause