如何在MFC启动的时候打开另一个exe

2025-12-16 18:49:49
推荐回答(1个)
回答1:

CreateProcess(_T("C:\\Windows\\testRegFile.exe"),_T(""),NULL,NULL,0,0,NULL,NULL,NULL,NULL);