Shell Commands In C#

Wednesday, January 28th, 2009

The simplest way to run a shell command in c# is as follows:

System.Diagnostics.Process.Start("festival –tts hello.txt");