using System.Diagnostics; foreach(Process p in Process.GetProcessesByName("WINRAR")){ p.kill();}...
請先 登入 以發表留言。