Sorry if this should go in Software Development instead, but this is semi-related to networking.
I have a server that runs on port 25565, and it crashes sometimes. I'm trying to make a program file that looks something like this so that it will start the command line server again if it crashes:
The thing is, I have no idea how I would do this. Any suggestions would be great, and sorry if this should go in software
I have a server that runs on port 25565, and it crashes sometimes. I'm trying to make a program file that looks something like this so that it will start the command line server again if it crashes:
Quote:
Pings port 25565 every 3 minutes If the ping times out more than 5 times in a row >> executes start.bat >> resets ping count |
The thing is, I have no idea how I would do this. Any suggestions would be great, and sorry if this should go in software