Tony
09-26-2001, 09:10 AM
I'm trying to figure out how to create a process on a PC remotely for an application that resides on a server. The Process.Create("notepad.exe") method works well enough as long as the application is local to the remote PC but I can't find any examples for something like Process.Create ("\servershareappname.exe"). Everything I try returns Access Denied.