Archives

Archives / 2008 / February
  • Run CMD / Java application using C#

    Few days ago I needed to write a piece of code to call ANT file that builds some java files using the following CMD command ant –f build.xml. The process is rather straight forward task.  Use System.Diagnostics.Process that’s all, Easy.