I am a long time user of NAnt and I have been used to using the Exec task available with NAnt as described here: http://nant.sourceforge.net/release/latest/help/tasks/exec.html
One of my favorite features of NAnt that I used very frequently and heavily was the arg elements that I include as subelements of the exec task.
However, when I examine the MSBuild Exec task, I cannot find any such equivalent functionality in MSBuild as what I was using previously with the exec task in NAnt.
Can anyone tell me if there is a way to accomplish the same thing with NAnt?