This is the command which I created a service of my program. Program normally uses a config file, but when I created this service, program could not start as a service.

C:\>sc create MalwareService binPath= "C:\Program Files\mbam.exe"
link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You can't just run any random program as a service; there is a certain protocol the program has to follow.

link|improve this answer
Yep, you are right. – metdos Nov 24 '10 at 19:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.