2020年8月1日

windows C++捕获CMD命令输出

摘要: 1 #include "windows.h" 2 #include "stdio.h" 3 #include 4 #include 5 6 HANDLE hReadPipeCmd = NULL; 7 HANDLE hWritePipeCmd = NULL; 8 HANDLE hReadPipeShell = NULL; 9 HANDLE hWritePipeShell =... 阅读全文

posted @ 2020-08-01 16:57 thinkinc999 阅读(598) 评论(0) 推荐(0) 编辑

导航