Let's see if I can clarify:
I want to do something similar to the system() command. However, the external program I want to run is on a remote computer on my network. The program that I want to run can only be run on that remote computer (i.e. nodelocked program). From my computer, how can I execute a remote *.exe file?