shellexecute 和 createprocess,运行一个程序直到其结束,偷偷运行一个程序。。。
如何打开一个应用程序?ShellExecute(this->m_hWnd,"open","calc.exe","","",SW_SHOW);或ShellExecute(this->m_hWnd,"open","notepad.exe",
"c://MyLog.log","",SW_SHOW);正如您所看到的,我并没有传递程序的完整路径。Q:如何打开一个同系统程序相关连的文档?ShellExecu