Updates .bat startup files (#177)

Makes it easier for newbs to start up server/client using the batch files
This commit is contained in:
clusterfack
2019-03-30 16:53:24 -05:00
committed by Pieter-Jan Briers
parent 5391221391
commit 2dbbd72a22
2 changed files with 2 additions and 2 deletions

View File

@@ -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=

View File

@@ -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=