c#运行批处理文件
摘要:主要的方法就是运用process类,它可以运行exe文件,cmd等的进程,在这里我是用来运行我的.bat文件,以下是我在一个项目中使用到的方法: //name bat文件名,path bat路径 public static boolean RunBat(string name,string path
阅读全文
posted @ 2018-11-05 17:45
posted @ 2018-11-05 17:45
posted @ 2018-11-05 17:06