Service or run at startup

  • Thread starter Thread starter No one
  • Start date Start date
N

No one

I have a console app that needs to run on a server when it boots up.
Doe I need to turn this into a service or is there another wya?

Thanks
 
No one said:
I have a console app that needs to run on a server when it boots up. Doe I
need to turn this into a service or is there another wya?

Thanks

No, you can run it as a scheduled task.

Willy.
 
Go to the control panel and select Scheduled Tasks, from there you can
use the wizard to set it up. But note that if this needs to use the
file system to work, ie read from a directory on the server or client
machines you will need to and should set up another user for the Task
to run under. Then give the required permissions to this user.

Mykre
www.ircomm.net
Managed DirectX and Game Programming Resources.
 
Back
Top