如何强制我的应用程序等待WinExec完成?

最佳答案

不再建议使用WinExec。您可以使用example on Creating Processes.中显示的CreateProcessWaitForSingleObject

07-24 09:37