Controlling windows services via pythong
I am going to be setting up a bunch of buildbot master processes to run on a windows host. To make restarting them easy I am going to script the service restart using python, perhaps with a web frontend.
Initial googling revealed this page describing a python script which can restart windows services.
Python Recipe for controlling windows services