run client/server point to Content instead of Robust
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set PDIR=%~dp0
|
set PDIR=%~dp0
|
||||||
cd %PDIR%RobustToolbox\Bin\Client
|
cd %PDIR%Bin\Content.Client
|
||||||
start Robust.Client.exe %*
|
start Content.Client.exe %*
|
||||||
cd %PDIR%
|
cd %PDIR%
|
||||||
set PDIR=
|
set PDIR=
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set PDIR=%~dp0
|
set PDIR=%~dp0
|
||||||
cd %PDIR%RobustToolbox\Bin\Server
|
cd %PDIR%Bin\Content.Server
|
||||||
call Robust.Server.exe %*
|
call Content.Server.exe %*
|
||||||
cd %PDIR%
|
cd %PDIR%
|
||||||
set PDIR=
|
set PDIR=
|
||||||
pause
|
pause
|
||||||
|
|||||||
Reference in New Issue
Block a user