Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1748039
  • 博文数量: 290
  • 博客积分: 10653
  • 博客等级: 上将
  • 技术积分: 3178
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-24 23:08
文章存档

2013年(6)

2012年(15)

2011年(25)

2010年(86)

2009年(52)

2008年(66)

2007年(40)

分类: C/C++

2009-07-02 15:19:41

Execute a command.


int system(
const char *command
);
int _wsystem(
const wchar_t *command
);

Parameters

command

Command to be executed.


// crt_system.c


#include <process.h>

int main( void )
{
   system( "type crt_system.txt" );
}

阅读(607) | 评论(0) | 转发(0) |
0

上一篇:InPut msdnsource

下一篇:_spawnvpe

给主人留下些什么吧!~~