Quote:
Originally Posted by janvier123
|
Startup:
Nice Program but: The States are not true , Status: Running by clicking start but its not running cause i got not a DekaronServer on my PC and sure not in Winrar Temp Folder $Rar534 :-)
Kill.bat is too nice, but it kills all´the Servers and you cant choose any to close only 1.
This Instant kill is a Sub Product of RDL.
Attached RDL.zip
RDL is a Remote Starter / Killer
Edit:
My modify Idea for kill.bat:
Code:
@echo off
cls
echo #####################################################
echo # Dekaron Kill Tool #
echo # !! WARNING !! #
echo # This tool will forcefully close all dekaron #
echo # server proceses! #
echo # If you do not wish to do so, close this window! #
echo #####################################################
pause
cls
echo 1.1 - Closing dbmon;
taskkill /f /im dbmon.exe
echo 1.2 - dbmon successfully closed;
pause
echo 2.1 - Closing Cast Server;
taskkill /f /im CastServer[1.26.0].exe
echo 2.2 - Cast Server successfully closed;
pause
echo 3.1 - Closing Dekaron Server;
taskkill /f /im DekaronServer.exe
echo 3.2 - Dekaron Server successfully closed;
pause
echo 4.1 - Closing Login Server;
taskkill /f /im LoginServer.exe
echo 4.2 - Login Server successfully closed;
pause
echo 5.1 - Closing Msg Server;
taskkill /f /im MsgServer[1.3.0].exe
echo 5.2 - Msg Server successfully closed;
pause
echo 6.1 - Closing Session Server;
taskkill /f /im SessionServer[1.22.0].exe
echo 6.2 - Session Server successfully closed;
pause
echo 7.1 - Closing WebMan;
taskkill /f /im WebMan.exe
echo 7.2 - WebMan Successfully Closed.
echo ##########################
echo # Made by Janvier123 #
echo ##########################
pause
And Starting to kill it with DekaronServer.exe, and as last dbmon.exe :handsdown: and after any kill a new questions.