C++呼叫外部程式有幾種方法: CreateProcess(...) ShellExecuteEx(...) _spawn(...) _exec(...) 如果需要等外部程式結束, ...
blog.xuite.net