摘要:
启动进程: private void StartProcess(){ try { if (!CheckProcessExists()) { Process p = new Process(); p.StartInfo.FileName = System.IO.Path.Combine(Application.StartupPath, "DataTool.exe"); p.StartInfo.Arguments = "DataTool.exe"; ... 阅读全文
posted @ 2011-06-25 15:07
清山博客
阅读(16286)
评论(0)
推荐(0)