I have exe file. i want run it as windows service.
I am new to windows services.can anybody help me?
Thanks Suneetha.
|
4
|
I have exe file. i want run it as windows service. I am new to windows services.can anybody help me? Thanks Suneetha. |
|||
|
|
|
|
There is a tool called SrvAny that comes with the Windows Resource Kit which you can use to do this on the command line. You can use that if you don't have access to the source code of your program. |
||
|
|
|
|
SC.exe from Microsoft http://support.microsoft.com/kb/251192 |
||
|
|