Home

Published

- 1 min read

how to do cmd command c#

img of how to do cmd command c#

The solution for this is noted below

how to do cmd command c#

Solution

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

Try other methods by searching on the site. That is if this doesn’t work