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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top