2020年11月5日

C#执行命令行 和 bat文件

摘要: 1.命令行直接执行: private bool runCmd(string cmd) { var output = string.Empty; var p = new Process(); p.StartInfo.WorkingDirectory = AppDomain.CurrentDomain. 阅读全文

posted @ 2020-11-05 09:18 空明流光 阅读(2500) 评论(0) 推荐(0)

导航