Trucker Gigi
Just some guy
Trucker Gigi submitted a new resource:
Server check batch file - Monitors your RoR server and starts if, when it crashes
Read more about this resource...
Server check batch file - Monitors your RoR server and starts if, when it crashes
I noticed that my rorserver.exe keeps crashing from time to time. I am not 100% sure if that's a common issue but anyways: I have made a quick script in Batch. You just have to put it in the same folder as the rorserver.exe and StartServer.bat. The code is simple:
__________________________________________________________
wait 5 seconds
check if the server is running
-->If yes
give the information to the user (text output)
-->If no
wait 5 seconds
start server
output message
repeat...
Read more about this resource...