怎么用C语言实现运行某个程序
怎么用C来运行某个程序比如想运行QQ
是用SYSTEM吗?
好象在论坛中看过一个``大体的好象是这样:
#include<stdio.h>
#include<stdlib.h>
int main()
{
system("c:\\program files\\tencent\\qq\\qq.exe");
}
这好象不能实现,怎么弄??
帮帮忙````
2007-06-02 11:51

2007-06-02 12:25
怎么输出是Bad command or file name!
2007-06-02 20:31
那路径也对啊```
怎么打不开呢?
[此贴子已经被作者于2007-6-2 20:33:24编辑过]
2007-06-02 20:32
2007-06-02 21:48
2007-06-02 23:25
2007-06-02 23:50
2007-06-03 01:10

2007-06-03 10:46
2007-06-03 21:42