Updates .bat startup files (#177)
Makes it easier for newbs to start up server/client using the batch files
This commit is contained in:
parent
5391221391
commit
2dbbd72a22
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
set PDIR=%~dp0
|
||||
cd %PDIR%Bin\Client
|
||||
cd %PDIR%RobustToolbox\Bin\Client
|
||||
start SS14.Client.exe %*
|
||||
cd %PDIR%
|
||||
set PDIR=
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
set PDIR=%~dp0
|
||||
cd %PDIR%Bin\Server
|
||||
cd %PDIR%RobustToolbox\Bin\Server
|
||||
call SS14.Server.exe %*
|
||||
cd %PDIR%
|
||||
set PDIR=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue