摘要: //cmd:"regsvr32 " + dllPath(注册dll的语句) //output:string.Empty(注册后的反馈信息 ) private static void runCmd(string cmd, out string output) { string CmdPath = @"C:\Windows\System32\cmd.exe"; cmd = cmd.Trim... 阅读全文
posted @ 2018-01-03 16:25 水墨晨诗 阅读(2750) 评论(0) 推荐(0)