c#调用exe文件并打开,若已打开关闭重新打开
c#调用exe文件并打开,若已打开关闭重新打开//using System.Diagnostics;
public void RunExe(string ExeFileName, string ParaString)
{
try
{
//如
