I am attempting to ping a local computer from my C# program. To accomplish this, I\'m using the following code.
System.Diagnostics.ProcessStartInfo proc = ne
cmd /C
or
cmd /K
Probably /C because /K does not terminate right away