I call in the MFC process to create a matlab exe, want to open this exe a specified path to it, could you tell me you how to implement the great god,
CodePudding user response:
ShellExecute (NULL, NULL, _T (" notepad. Exe "), _T (" \ "C: \ \ a.t xt " "), NULL, SW_SHOWNORMAL);
If you want to wait for processed CreateProcess
CodePudding user response: