Remote kill, upload, execute file

Posted by Masoud M. on Super User See other posts from Super User or by Masoud M.
Published on 2012-04-12T13:35:25Z Indexed on 2012/04/13 17:35 UTC
Read the original article Hit count: 262

Filed under:
|
|
|
|

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:

  1. Those host machine should kill any running processes with name xyz.exe.
  2. Download my new xyz.exe.
  3. 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.

© Super User or respective owner

Related posts about Windows

Related posts about networking