Updates .bat startup files (#177)
Makes it easier for newbs to start up server/client using the batch files
This commit is contained in:
committed by
Pieter-Jan Briers
parent
5391221391
commit
2dbbd72a22
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set PDIR=%~dp0
|
set PDIR=%~dp0
|
||||||
cd %PDIR%Bin\Client
|
cd %PDIR%RobustToolbox\Bin\Client
|
||||||
start SS14.Client.exe %*
|
start SS14.Client.exe %*
|
||||||
cd %PDIR%
|
cd %PDIR%
|
||||||
set PDIR=
|
set PDIR=
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set PDIR=%~dp0
|
set PDIR=%~dp0
|
||||||
cd %PDIR%Bin\Server
|
cd %PDIR%RobustToolbox\Bin\Server
|
||||||
call SS14.Server.exe %*
|
call SS14.Server.exe %*
|
||||||
cd %PDIR%
|
cd %PDIR%
|
||||||
set PDIR=
|
set PDIR=
|
||||||
|
|||||||
Reference in New Issue
Block a user