Shell Commands In C#
Wednesday, January 28th, 2009The simplest way to run a shell command in c# is as follows:
System.Diagnostics.Process.Start("festival –tts hello.txt");
The simplest way to run a shell command in c# is as follows:
System.Diagnostics.Process.Start("festival –tts hello.txt");