Converting an .exe into a windows service

  • Thread starter Thread starter Fred Smith
  • Start date Start date
F

Fred Smith

Is it possible to convert anapplications .exe to run as a windows server
2003 service. What i need is for windows to automaticaly start a service
when the server boots.

Cheers
 
Hello Fred,

You can use sc.exe:
http://support.microsoft.com/kb/251192

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Is it possible to convert anapplications .exe to run as a windows
> server 2003 service. What i need is for windows to automaticaly start
> a service when the server boots.
>
> Cheers
>
 
spot on...many thanks



"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:ff16fb669fe6f8ca9835e3014c2f@msnews.microsoft.com...
> Hello Fred,
>
> You can use sc.exe:
> http://support.microsoft.com/kb/251192
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> Is it possible to convert anapplications .exe to run as a windows
>> server 2003 service. What i need is for windows to automaticaly start
>> a service when the server boots.
>>
>> Cheers
>>

>
>
 
"Fred Smith" <Fred.smith@hotmail.com> wrote in message
news:OtIHQygyIHA.2188@TK2MSFTNGP04.phx.gbl...
> Is it possible to convert anapplications .exe to run as a windows server
> 2003 service. What i need is for windows to automaticaly start a service
> when the server boots.
>
> Cheers


You don't necessarily need to convert the application to a service -
you could start it as an .exe file, launching it under the Task
Scheduler as a boot task.
 
Back
Top