2
Reply

Starting a process on a remote computer

Gordon

Gordon

Nov 4 2008 12:03 PM
14.1k
I need to start a process on a remote computer. I have used System.Diaognostics.Process.Start(@"Wordpad.exe","Some Text file") on the same computer and it works fine. Now I need to start an application on another computer. Does anyone know how to do this.

Answers (2)