반응형

윈도우 종료 : System.Diagnostics.Process.Start("cmd.exe","ShutDown.exe -s -f -t 00");

원도우 재부팅 : System.Diagnostics.Process.Start("cmd.exe","ShutDown.exe -r -f -t 00");

특정폴더 열기: System.Diagnostics.Process.Start("explorer.exe","C:\Temp”);

특정사이트열기 : System.Diagnostics.Process.Start(“explorer.exe”, “http://url.com”);

도스명령어 실행 : System.Diagnostics.Process.Start(“cmd.exe”, “*/c dir”);

반응형

+ Recent posts