代码
Process p = new Process();
p.StartInfo.FileName = files[i];
p.StartInfo.UseShellExecute = false;
p.StartInfo.CreateNoWindow = true;
p.Start();
p.StartInfo.FileName = files[i];
p.StartInfo.UseShellExecute = false;
p.StartInfo.CreateNoWindow = true;
p.Start();