白色恋人是巧克力吗:C语言问题

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/08 04:01:25
c里怎么调用bat文件(批处理文件)

比如:
#include<stdlib.h>
int main()
{
system("E:\\a.bat");
return 0;
}