mfc--使用ShellExecute打开另一个可执行程序

ShellExecute(sFile [, vArguments] [, vDirectory] [, vOperation] [, vShow])

ShellExecute(NULL,"open",strExePath,strCmd,m_ExeFilePath,SW_SHOWNORMAL);

strExePath全路径

strCmd传的时候要用双引号""括起来

m_ExeFilePath :当strExePath是全路径时,可为NULL

转载于:https://www.cnblogs.com/xiaoxiaocaicai/p/3595263.html

你可能感兴趣的:(mfc--使用ShellExecute打开另一个可执行程序)