会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
海岸线
没有色彩;只有温度。
博客园
首页
新随笔
联系
管理
订阅
2009年9月15日
c#关于执行cmd命令,待机问题
摘要: using System.Diagnostics;Process por = new Process(); por.StartInfo.FileName = "cmd.exe"; por.StartInfo.UseShellExecute = false; por.StartInfo.RedirectStandardInput = true; por.StartInfo.RedirectStand...
阅读全文
posted @ 2009-09-15 14:47 海岸线
阅读(1234)
评论(0)
推荐(0)
编辑
View Code