I'm in need of a remote control application, that can start a program on a remote windows computer in the logged on users context. It should work without any fancy graphics or interaction on the users part. It should start processes on up to 50 clients, so logging in with PCAnywhere/VNC and starting the process manually is not an option.

Assume I'm in a local network, have all rights I will need and do know both my and the remotely connected users credentials.

I have been looking at rcmd from the Windows resource kit, but this tool creates it's own context by connecting to a service.

So if you know a tool I can use to write a small batch file and start 50 servers with one click instead of logging in 50 times with VNC and starting it manually, please let me know.