首页  编辑  

调用外部程序

Tags: /C#/进程、线程处理/   Date Created:

using System . Diagnostics;

Process . Start( "notepad.exe" , @"c:\temp\temp.txt" );