VC++调用其它程序2
摘要:
调用其它程序 何志丹WinExec原型:UINT WinExec( LPCSTR lpCmdLine, // address of command line UINT uCmdShow // window style for new application);用于十六位操作系统及兼容系统.例如:WinExec("notepad.exe f:\\调用程序.txt",SW_SHOW);WinExec(... 阅读全文
posted @ 2005-05-27 09:13 饽饽 阅读(927) 评论(0) 推荐(0) 编辑