Create a New Service

  • Thread starter Thread starter Fred Yarbrough
  • Start date Start date
F

Fred Yarbrough

We have a program that we need to be running all of the time. It checks for
audit files and then uploads them into the database. I would assume that I
could create a custom service that uses this .exe and would automatically
run when the machine was booted up. I can not find any information on
creating a custom service. We are using Windows 2003 Server.

Any ideas or other ways to do this?

Thanks,
Fred
 
Fred said:
We have a program that we need to be running all of the time. It checks for
audit files and then uploads them into the database. I would assume that I
could create a custom service that uses this .exe and would automatically
run when the machine was booted up. I can not find any information on
creating a custom service. We are using Windows 2003 Server.

Any ideas or other ways to do this?
Hi

srvany.exe/instsrv.exe can be used for this:

http://groups.google.com/[email protected]
 
Fred said:
We have a program that we need to be running all of the time. It checks for
audit files and then uploads them into the database. I would assume that I
could create a custom service that uses this .exe and would automatically
run when the machine was booted up. I can not find any information on
creating a custom service. We are using Windows 2003 Server.

Any ideas or other ways to do this?
Hi

srvany.exe/instsrv.exe can be used for this:

http://groups.google.com/[email protected]
 
We have a program that we need to be running all of the time. It checks for
audit files and then uploads them into the database. I would assume that I
could create a custom service that uses this .exe and would automatically
run when the machine was booted up. I can not find any information on
creating a custom service. We are using Windows 2003 Server.

Any ideas or other ways to do this?

Thanks,
Fred
Use tip 6705 in the 'Tips & Tricks' at http://www.jsiinc.com to download SRVANY.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
We have a program that we need to be running all of the time. It checks for
audit files and then uploads them into the database. I would assume that I
could create a custom service that uses this .exe and would automatically
run when the machine was booted up. I can not find any information on
creating a custom service. We are using Windows 2003 Server.

Any ideas or other ways to do this?

Thanks,
Fred
Use tip 6705 in the 'Tips & Tricks' at http://www.jsiinc.com to download SRVANY.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top