This topic is half security half not... so this seems as good a place as any.

Problem: Our programmers didnt do some things the proper way when the created some applications that run.

We have a server that has 30 batch files that are running at all times to gather info and do some things.

Security Issues:
This requires you to login and start the files and then lock the server
I don't want a million people knowing how to login to this server in order to get everything started up.
I would prefer to give them a managment console pad that allows them to view certain services that they can stop and restart.

What I would like to do:

I want to convert these batch files to services that can be stopped and started from a management console and will start when the server starts up instead of having to login.

Any help would be greatly appreciated