run programs as a service in winxp? EDITED: found a way to do it!

vexingv

Golden Member
Aug 8, 2002
1,163
1
81
i was thinking about running GuildFTP as a service so it was always up and running...but the prog doesnt have that feature built in. does anyone know how to run programs as a windows (xp or 2k) service so that it runs no matter which user is logged on?

thanks in advance

EDIT: after some diggin i actually found a way to do it manually...check out these two sites and dl instsrv.exe and srvany.exe and just follow the instructions

site w/ the 2 files

M$ knowledge base article

tho the M$ article only says winnt and 2k...it's worked for me on xp
 

Codewiz

Diamond Member
Jan 23, 2002
5,758
0
76
Originally posted by: Argo
Go to administrative tools->Services, and add it manually.

Explain how you add it manually. I don't think your method is possible.
 

Argo

Lifer
Apr 8, 2000
10,045
0
0
Originally posted by: Codewiz
Originally posted by: Argo
Go to administrative tools->Services, and add it manually.

Explain how you add it manually. I don't think your method is possible.

Sorry, I was thinking about Win32 API, but I guess you can't do it manually. If you have VC++ it's easy to write a 10 line program that would do that.
 

DigitalXtreme

Member
Aug 1, 2002
113
0
0
U should be able to just add that to the StartUp folder for All Users ... and then it will start up everytime someone logs on to windows.
Hope this helps ...

P.S. ---> U can also do this if U have TweakXP ... but U will have to buy the software.

DX
 

vexingv

Golden Member
Aug 8, 2002
1,163
1
81
cool....FireDaemon should work but it would be nice to be able to do it manually

thanks anyways :D