Copied run{client,server}.bat to the content repo (#45)
This commit is contained in:
6
runclient.bat
Normal file
6
runclient.bat
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
@echo off
|
||||||
|
set PDIR=%~dp0
|
||||||
|
cd %PDIR%Bin\Client
|
||||||
|
start SS14.Client.exe %*
|
||||||
|
cd %PDIR%
|
||||||
|
set PDIR=
|
||||||
7
runserver.bat
Normal file
7
runserver.bat
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
@echo off
|
||||||
|
set PDIR=%~dp0
|
||||||
|
cd %PDIR%Bin\Server
|
||||||
|
call SS14.Server.exe %*
|
||||||
|
cd %PDIR%
|
||||||
|
set PDIR=
|
||||||
|
pause
|
||||||
Reference in New Issue
Block a user