J
jdrott1
can this code be modified to run a .exe on a networked computer?
i have this for starting a local program:
System.Diagnostics.Process.Start("C:\program.exe")
i.e. does it work with ip address or mapped network drives?
i have this for starting a local program:
System.Diagnostics.Process.Start("C:\program.exe")
i.e. does it work with ip address or mapped network drives?