Graphical user interface.
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
@set /p parameters=<java.cfg
|
||||
@echo off
|
||||
title L2J Mobius - Game Server Console
|
||||
|
||||
:start
|
||||
echo Starting Game Server.
|
||||
echo.
|
||||
|
||||
java %parameters% -jar ../libs/GameServer.jar
|
||||
|
||||
if ERRORLEVEL 2 goto restart
|
||||
if ERRORLEVEL 1 goto error
|
||||
goto end
|
||||
|
||||
:restart
|
||||
echo.
|
||||
echo Admin Restarted Game Server.
|
||||
echo.
|
||||
goto start
|
||||
|
||||
:error
|
||||
echo.
|
||||
echo Game Server Terminated Abnormally!
|
||||
echo.
|
||||
|
||||
:end
|
||||
echo.
|
||||
echo Game Server Terminated.
|
||||
echo.
|
||||
pause
|
BIN
L2J_Mobius_Classic_2.0_Saviors/dist/game/GameServer.exe
vendored
Normal file
BIN
L2J_Mobius_Classic_2.0_Saviors/dist/game/GameServer.exe
vendored
Normal file
Binary file not shown.
@@ -1,30 +0,0 @@
|
||||
@set /p parameters=<java.cfg
|
||||
@echo off
|
||||
title L2J Mobius - Login Server Console
|
||||
|
||||
:start
|
||||
echo Starting Login Server.
|
||||
echo.
|
||||
|
||||
java %parameters% -jar ../libs/LoginServer.jar
|
||||
|
||||
if ERRORLEVEL 2 goto restart
|
||||
if ERRORLEVEL 1 goto error
|
||||
goto end
|
||||
|
||||
:restart
|
||||
echo.
|
||||
echo Admin Restarted Login Server.
|
||||
echo.
|
||||
goto start
|
||||
|
||||
:error
|
||||
echo.
|
||||
echo Login Server terminated abnormally!
|
||||
echo.
|
||||
|
||||
:end
|
||||
echo.
|
||||
echo Login Server Terminated.
|
||||
echo.
|
||||
pause
|
BIN
L2J_Mobius_Classic_2.0_Saviors/dist/login/LoginServer.exe
vendored
Normal file
BIN
L2J_Mobius_Classic_2.0_Saviors/dist/login/LoginServer.exe
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user