i have a following xml file which said to be as
<target name="run-command">
<exec program="D:\ib2cmd.bat" basedir=".">
</exec>
</target>
and placed in the project file
then i set the environment variable for nant-0.92-bin path in system variables.
finally i called from c# through
System.Diagnostics.Process.Start("nant.exe -buildfile: d:xxx/xx/xxx.xml");
while iam running this i got error as
INVALID INPUT FILE PATH
i do not know where i went wrong
waiting for your valuable suggestions and comments