I need to start new processes from my application and I’m using _spawnv() for this purpose. Is it the best way to do it ?
Thanks for your help!
Printable View
I need to start new processes from my application and I’m using _spawnv() for this purpose. Is it the best way to do it ?
Thanks for your help!
Look for ShellExecute, ShellExecuteEx, CreateProcess.
Thanks a lot! I think ::ShellExecute() is what i need!
That's one solution.
If you are using Windows you can also use ShellExecute.
Take a look at the following FAQ...
[Merged threads]