-
simple networking?
how can i run an application in a computer in a LAN?
please give me a simple example for just two computers.
One from which I will attempt to run notepad.exe in the other computer.
Just a button in a form that when clicked will run the application notepad.exe in the other computer
is it possible?
thanks in advance!
-
Re: simple networking?
If you just want to do it, download PSEXEC (part of a package called PSTOOLS) from the Microsoft website and this will let you do what you want.
However, if you want to actually code it yourself... well I'm afraid I don't know how you would do that