Hi Guys

I need to do something quick on my win2k box. I have an exe with me and I would like that exe to be executed on startup with admin rights.

I plan to run a script that fires commands to a server at regular intervals (load testing), and I want to be able to do this whenever any user logs into my system. The script works with administrator as the user. I obviously have admin rights to my system.

I tried googling and found lot of methods to code hooks and stuff to do this. I do not have any C/C++ development environment (being a Java guy) but can request my IT dept. to provide me with one if it is absolutely necessary.

Thanks for all the help.