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

相关文章: