I used this script to run a conversion service with Python on Windows. I stripped it down, so that others can use it for their needs.
Install the script from the windows shell:
>>python WindowsService.py install
And start it by:
>>python WindowsService.py start Continue reading “Windows Service with Python”