Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All
I have two computers say computer1 and computer2, I run my application on computer1 and on execution of this application I want to run the .exe file on computer2. Any idea?

Advance Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 24-Dec-15 0:37am    
Idea? For what? Run any application on any computer you want, as soon as the application and OS are compatible...
—SA
Richard MacCutchan 24-Dec-15 4:04am    
You would need to use a socket connection between the two computers so the second one could start its program on receipt of some network message from the first.
Member 11889799 24-Dec-15 4:56am    
Dear Richard,
Both Computers are Connected with LAN.
Richard MacCutchan 24-Dec-15 5:00am    
Well they would need to be to use a socket connection.

1 solution

http://www.codeproject.com/Articles/18146/How-To-Almost-Everything-In-WMI-via-C-Part-Proce

you can check this
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900