To restart all your FireDaemon Pro services with a batch file, create a batch file containing the following:

REM For All Systems (Generic 32/64-bit)
@echo off
cd "C:\Program Files\FireDaemon"
firedaemon.exe --stop-all
firedaemon.exe --start-all
Note: You can also restart all your FireDaemon Pro services via the GUI in the Service menu.