Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Hi all
I have a problem
I want to run a Exe file in another computer by socket programming in c# .
how can I this .
pleas help me .
thanks
Posted

You need to have something running in the remote computer that can receive the socket communications and run the executable program. There are many examples of client/server socket code that Google can find for you which you can adapt to this task.
 
Share this answer
 
Comments
Thomas Daniels 10-Apr-13 8:48am    
+5!
You also can try the psexec, here is a good link how to use:

PsExec v1.98[^]

PsExec (PsTools)[^]
 
Share this answer
 
v2

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