i have a build file with nant now all i need to do is execute it with command prompt using c# i tried the below but i am not able to build it .. pls help me its urgent.. thnaks in advance
System.Diagnostics.Process.Start("exe -buildfile:d:\buildfile.build);
and when i am runing through cmd prompt directly it is working