In article <4b79e28c$0$4610$>,
News123 <> wrote:
>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.
Use the win32 package.
--
Aahz () <*>
http://www.pythoncraft.com/
"At Resolver we've found it useful to short-circuit any doubt and just
refer to comments in code as 'lies'.

"