
02-21-02, 05:25 AM
|
|
Registered User
|
|
Join Date: Oct 2001
Location: The Lone Star State
Posts: 18
|
|
As far as I know, you cannot just run any .exe file as a service - I tried to do this with a program that I wrote about a month ago.
The .exe file has to have special code in it to respond to the Windows Service Control Manager. Most programs than can be installed as a service document some way sort of option like...
program.exe installasservice
If your a programmer, perhaps you could write a wrapper program with the SCM interface in it.
|