执行exe文件




CString g_strAppPath = _T("");

void CTtttDlg::OnButton1() {// TODO: Add your control notification handler code here
CString strExe = g_strAppPath + _T("UoCap.exe");//flyfly 通知
ShellExecute(NULL,_T("open"),strExe,NULL,NULL,SW_SHOW);
}








   

你可能感兴趣的:(执行exe文件)