using System.Diagnostics; System.Diagnostics.Process.Start("Powershell.exe");
string strCmdText; strCmdText= "/C copy /b Image1.jpg + Archive.rar Image2.jpg"; System.Diagnostics.Process.Start("CMD.exe",strCmdText);