Running an application as a system service

AstroGuardian

Senior member
May 8, 2006
842
0
0
I need to set an application to run as a system service. I tried using SRVANY and INSTSRV but failed. Microsoft says it does not apply to Windows XP which i am using, so perhaps that's why i failed.

So anyone any idea how can i pull this off in Windows XP?
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
SRVANY and INSTSRV work fine on both XP and 2003. They are the best ways I know of to run an application as a service.

What application are you trying to run? Is it a command line app?
 

rudder

Lifer
Nov 9, 2000
19,441
86
91
You can try AUTOEXNT. I have used it on 2003 to get an app to sort of run as a service. SHould work fine with XP.