摘要:
//执行bat文件 System.Diagnostics.Process myProc = new System.Diagnostics.Process(); myProc.StartInfo.FileName = batPath; myProc.Start(); //调用cmd.exe ... 阅读全文
posted @ 2007-07-16 15:02
fishert
阅读(674)
评论(0)
推荐(0)
摘要:
System.Environment.SystemDirectory 相当于"~\\system32" 阅读全文
posted @ 2007-07-16 13:42
fishert
阅读(1212)
评论(0)
推荐(0)