I need to invoke other exe programme in my project.

In my project,I need invoke other exe programme.which function should I use,and How to use it?
My develop platform is vs2010.
You would use CreateProcess() or ShellExecute() or ShellExecuteEx().
Topic archived. No new replies allowed.