Remote kill, upload, execute file
- by Masoud M.
I'm developing a program and I need to upload my xyz.exe file to many host machines and execute them frequently.
I need a server-client tool to do it as below steps after an update signal from my PC:
Those host machine should kill any running processes with name xyz.exe.
Download my new xyz.exe.
Then execute new xyz.exe.
I know about some tools like PsExec, but I need a tools with better user-interface and more powerful.
Is there any tool to do it ?
UPDATE:
The systems are in a same LAN, OS is windows (XP or 7),
No full remote access is needed. I'm a developer and my program should run in remote hosts and I'm testing my application.