Create a Reboot .Bat (batch file)
gemlees
-
gemlees Posted messages 348 Registration date Status Membre Last intervention -
gemlees Posted messages 348 Registration date Status Membre Last intervention -
Hello, I would like to create batch files for the auto reboot of my game servers such as Arma 3, Chivalry: Medieval Warfare, 7 Days, etc.
Thank you!
Configuration: Windows 8 / Firefox 32.0
Thank you!
Configuration: Windows 8 / Firefox 32.0
4 réponses
Hi,
If you want to restart the entire server and it's on Windows, you can use the following command in a .bat file:
If it's Linux:
If you just want to restart the services of each game without restarting the server, you'll need to find the specific commands for each of them.
If you want to restart the entire server and it's on Windows, you can use the following command in a .bat file:
shutdown /r /t 0
If it's Linux:
reboot
or
shutdown -r now
If you just want to restart the services of each game without restarting the server, you'll need to find the specific commands for each of them.