G
Guest
I know I can use this code to start a process. Any aimilar way to end one?
System.Diagnostics.Process.Start("EcpKpScript_01.exe");
System.Diagnostics.Process.Start("EcpKpScript_01.exe");
I know I can use this code to start a process. Any aimilar way to end one?
System.Diagnostics.Process.Start("EcpKpScript_01.exe");
C# says it does not have a definition for kill. I recall using this in VB.
Are yousure this is good for C#?
- Show quoted text -