首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
c语言运行批处理文件
作者在 2008-06-06 14:50:55 发布以下内容
批处理文件其实也是命令程序,所以可以使用system函数像运行普通的exe文件一样操作
// vc 测试
#include <windows.h>
#include <stdio.h>
int main()
{
system("b.bat");
return 0;
}
技术
| 阅读 3586 次
收藏
文章评论,共0条
游客请输入验证码
vfdff的博客
vfdff
浏览1967150次
文章分类
默认分类(6)
技术(102)
基础知识(71)
实例(7)
编码(9)
生活(4)
数据结构(7)
未验证(9)
交际(5)
晋级(1)
图像(6)
软件(16)
资料(9)
DOS 命令(1)
经验(23)
算法(12)
感情(1)
汇编(6)
MFC(3)
求职(2)
专业术语(4)
linux(10)
协议(7)
脚本语言(2)
matlab(1)
文章归档
2022年06月(1)
2013年06月(1)
2013年01月(2)
2012年08月(4)
2012年07月(1)
2011年12月(2)
2011年08月(2)
2011年04月(2)
2011年01月(2)
2010年11月(1)
2010年10月(1)
2010年09月(5)
2010年08月(14)
2010年07月(18)
2010年06月(10)
2010年05月(3)
2010年01月(3)
2009年10月(8)
2009年09月(11)
2009年08月(7)
2009年07月(8)
2009年06月(7)
2009年05月(4)
2009年04月(1)
2009年03月(9)
2009年02月(6)
2009年01月(4)
2008年12月(11)
2008年11月(20)
2008年10月(37)
2008年09月(26)
2008年08月(17)
2008年07月(4)
2008年06月(21)
2008年05月(18)
2008年04月(31)
2007年08月(1)
2007年07月(1)
展开
收起
最新评论
言察它季
:将mpc, mpfr, gmp 等放到gcc目录下后,可以一键式构建配置 Configure...
vfdff
:~/.i18n文件: LANG=zh_CN.GB18030 LANGUAGE=en_U...
qq372505855
:很好的一篇文,希望能写个全局注入
vfdff
:http://ftp.gnu.org/gnu/gcc/gcc-4.7.2/
vfdff
:Angelo Graziosi schrieb: I want to flag that ...
vfdff
:D:\Program_Files\cygwin\bin\ash.exe 并输入:/bin/r...