string strProg= @"full file name of your program";
System.Diagnostics.Process.Start("CMD.exe",strProg);
solved How can I start external programs in C#? [closed]
string strProg= @"full file name of your program";
System.Diagnostics.Process.Start("CMD.exe",strProg);
solved How can I start external programs in C#? [closed]