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

浙公网安备 33010602011771号