In setting up the server and running it for a
while I found myself looking for useful tools to make life easier.
This one is to Reboot the il2server and
FBDaemon when it all goes bad and locks up. It can be activated remotely
by a network share or by a FTP programme.
Create a batch file, name it reboot
and add the following
@echo off
taskkill /f /im FbDaemon*
taskkill /f /im il2server.exe
cd "C:\00dsserver" start il2server.exe
cd "C:\00dsserver\FBD2-Beta" start fbdaemon2.exe
save