mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:54:51 +01:00
8 lines
106 B
Batchfile
8 lines
106 B
Batchfile
@echo off
|
|
set PDIR=%~dp0
|
|
cd %PDIR%Bin\Content.Server
|
|
call Content.Server.exe %*
|
|
cd %PDIR%
|
|
set PDIR=
|
|
pause
|