→ 개발/C#

C# CMD 도스창 띄우기

벅스쭌 2010. 11. 7. 12:33
반응형
using System.Diagnostics;

Process.Start("cmd.exe","/c 명령어");
반응형