System.Diagnostics.Process.Start("EcpKpScript_01.exe");

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If this is the code I use to start another program, what can I use to:
System.Diagnostics.Process.Start("EcpKpScript_01.exe");

1. Stop the process

2. Check if the process is already running?

It seems to me that this was much easier in VB 6. 0
Thanks
CM
 
Back
Top