简单小兔子

文章
6
资源
0
加入时间
2年10月21天

C# 读取批处理文件(.bat)执行结果到程序显示

public static string ExcuteBatFile(string batPath, ref string errMsg)        {            if (errMsg == null) throw new ArgumentNullException("errMsg");            string output;            us

dos 文件复制 copy命令

假设,你需要把d: test test txt这个文件复制到D盘根目录下,那么,使用 copy d: test test txt d: 就