QuantumDoja
Programmer
Hi, I have the following code to run an exe:
This opens up a dos promt and runs the program.
What I need my program to do next is close the dos promt, I cannot edit "blah.exe"....how could I close it?
Code:
System.Diagnostics.Process.Start("blah.exe")
This opens up a dos promt and runs the program.
What I need my program to do next is close the dos promt, I cannot edit "blah.exe"....how could I close it?