摘要: ProcessStartInfo psi = new ProcessStartInfo(); psi.FileName = "NOTEPAD.EXE"; psi.WindowStyle = ProcessWindowStyle.Hidden; Process.Start(psi); 阅读全文
posted @ 2009-09-17 11:47 韩天伟 阅读(3326) 评论(0) 推荐(0) 编辑
摘要: 比如 aa.exe -auto aa.exe -main 两组后缀,要求分别运行aa的某个线程,比如aa.exe -auto打开from1,aa.exe -main打开from2 阅读全文
posted @ 2009-09-17 11:45 韩天伟 阅读(2069) 评论(0) 推荐(0) 编辑