Launching a program from C#

F

FinallyInSeattle

I need to be able to make a registry change (trust me, I don't like it
either) and then launch an external .EXE from a small C# program. I've
done a Process.Start, but when my program exits the external .EXE is
exited/shutdown as well. What can I used to I start it up and keep it
running even after my program ends?
 
K

Kevin Spencer

There is no reason that I know of that the external program should shut down
when your program exits. Perhaps you can give us more information about what
sort of program it's starting.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top