VC中調用cmd命令的四種方式

1. system方法: 原型: int __cdecl system(const char *);例如: system("ipconfig"); 2. WinExec方法: 相比於system方法,WinExec方法多了一個窗口參數: 原型: 命令行 UINT WinExec( LPCSTR lpCmdLine, UINT uCmdShow ); 例如: WinExec("ipconfi
相關文章
相關標籤/搜索