On Mon, Feb 15, 2010 at 18:10, News123 <news...@free.fr> wrote: > Hi, > > Is there a python way to register new windows services. > > > I am aware of the > instsrv.exe program, which can be used to install services. > I could use subprocess.Popen to call > > > instsrv.exe "service_name" program.exe > > > but wondered, whether there's already an existing function. > > Thans in advance and bye > > > N <http://mail.python.org/mailman/listinfo/python-list> > There is nothing like that in the stdlib, so calling instserv via Popen may be your best bet.
"sc create" may also be helpful to you.
-- http://mail.python.org/mailman/listinfo/python-list