Starting a process on a remote computer
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.