如何用C语言创建一个批处理文件?

发布网友 发布时间:2022-04-23 03:15

我来回答

2个回答

热心网友 时间:2023-10-13 01:17

system("a.bat");

函数名: system

功百 能: 发出一个度DOS命令

用 法: int system(char *command);

程序例:

#include

#include

int main(void)

{

printf("About to spawn command.com and run a DOS command\n");

system("dir"); //这里就回是答DOS下的dir命令

return 0;

}追问请问我上面那个为什么创建不了呢

热心网友 时间:2023-10-13 01:17

system("echo start cmd>d:\\1.bat");追问谢谢啦,已经解决啦

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com