Creating new windows service

  • Thread starter Thread starter Bogdan Zamfir
  • Start date Start date
B

Bogdan Zamfir

Hi,

I try to create a new wondows service.
I want to configure a mail server applicaton (Mercury32) to run as service.
It doesn't support this natively, but on their kp page I saw how to
configure it for NT (with InstSrv and svrany)

However I didn't found those programs for XP, but I found I can use sc to
create a service.

I tryed the folowing command line
sc create Mercury32SErver binPath=c:\merecury\mercury.exe type = own

But after I type this command I see in CMD window the help infor for sc
create, and no rervice is added to my Services

What I did wrong?
Can anyone help?

Thank you
Bogdan
 

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