Shawn

智慧本身就是好的。有一天我们都会死去,追求智慧的道路还会有人在走着。死掉以后的事我看不到,但在我活着的时候,想到这件事,心里就很高兴。 —— 王小波

导航

2013年8月26日 #

C#调用cmd程序,读取结果

摘要: 示例,调用cmd执行PING命令,读取结果,代码如下: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;namespace AppUserDocsExecute{ class Program { st... 阅读全文

posted @ 2013-08-26 11:36 ShawnZhou 阅读(472) 评论(0) 推荐(0)