FireDaemon Service Configuration
FireDaemon is a great program to run scripts and programs as a Windows Service so that you don’t have to logon the host and start them manually. It’s particularly useful over the basic Windows Task Scheduler in that it will gather standard output from the script you’re running so you can debug your scripts much easier. I’ll walk through an example of configuring a service to run a script such as a simple .BAT file that will start encoding an audio stream.

Comments(2)