I want to execute one php file from my nant script. How can I do that.
Any body can help me with a sample code?
You want to use the <exec> task. You would use the same paramaters as if you were calling the PHP script from the command line.