Copied run{client,server}.bat to the content repo (#45)
This commit is contained in:
parent
071ed3f1ed
commit
bddd31b1b0
2 changed files with 13 additions and 0 deletions
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
|
||||
Loading…
Add table
Reference in a new issue