首页  编辑  

调用Dos命令

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

using System . Diagnostics;

Process . Start( "cmd.exe" , @"/c dir d: > c:\temp\temp.dat" );