How to make program run as services

  • Thread starter Thread starter DD
  • Start date Start date
DD said:
I have a third party program, how can I make it run as service ?

Can be done with Microsoft's 'srvany'. Google it for a detailed
description of how to use it
 
in message
Can be done with Microsoft's 'srvany'. Google it for a detailed
description of how to use it


As I recall, your program must never ask for user input nor issue any
output (so it does run as a service without any prompting).
 
Back
Top