Copied run{client,server}.bat to the content repo (#45)

This commit is contained in:
DamianX
2018-03-22 18:34:32 +01:00
committed by clusterfack
parent 071ed3f1ed
commit bddd31b1b0
2 changed files with 13 additions and 0 deletions

7
runserver.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
set PDIR=%~dp0
cd %PDIR%Bin\Server
call SS14.Server.exe %*
cd %PDIR%
set PDIR=
pause