如何点击MFC按钮调用exe文件?

如何点击MFC按钮调用exe文件?使我可以直接运行另一个工程。。

ShellExecute(NULL, "open", "C:\Windows\System32\notepad.exe",NULL, NULL, SW_SHOWNORMAL);

参考:http://blog.csdn.net/samdy1990/article/details/16919969

shellexecute ,请参考这个api,具体使用方法不用我细说吧?

话多容易采纳,哈哈~