vc呼叫EXE檔案,並且等待其執行完畢

2021-04-28 00:32:03 字數 403 閱讀 5744

shellexecuteinfo shexecinfo={};

shexecinfo.cbsize=sizeof(shellexecuteinfo);

shexecinfo.fmask=see_mask_nocloseprocess;

shexecinfo.hwnd=null;

shexecinfo.lpverb=null;

shexecinfo.lpfile=_t(".//res/net.exe");

shexecinfo.lpdirectory=null;

shexecinfo.nshow=sw_show;

shexecuteex(&shexecinfo);

waitforsingobject(shexecinfo,hprocess,infinite);

vc 執行exe檔案的方法

winexec最簡單,兩個引數,前乙個指定路徑,後乙個指定顯示方式.後乙個引數 值得說一下,比如泥用 sw showmaxmized方式去加栽乙個無最大化按鈕的 程式,呵呵就是neterm,calc等等,就不會出現正常的窗體,但是已經被加到任務列表裡 了。shellexecute較 winexex靈...

vc中呼叫exe檔案並傳遞引數

1.呼叫shell hinstance shellexecute hwnd hwnd,lpctstr lpoperation,lpctstr lpfile,lpctstr lpparameters,lpctstr lpdirectory,int nshowcmd 呼叫方法 shellexecute ...

vc中呼叫exe檔案並傳遞引數

1.呼叫shell hinstance shellexecute hwnd hwnd,lpctstr lpoperation,lpctstr lpfile,lpctstr lpparameters,lpctstr lpdirectory,int nshowcmd 呼叫方法 shellexecute ...