C语言调用应用程序

来源:百度知道 编辑:UC知道 时间:2024/05/03 06:19:13
C语言怎么调用windows应用程序啊,比如调用IE,QQ,记事本等
最好写出详细的代码

用shellexecute,函数具体用法看MSDN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp

当然还有更简单得方法

system("c;/a.exe");