Hey Charlie,
In your ANT bin directory there is an exe file called ant/ant2, dunno what but u can chk and all u have to do is call that from the cmd line, pass the name of the ant file that u want to run, (generally u write a main.xml that calls all the ant files that u want to run) and also pass the source for the classes that u want to compile/copy in the arguments(if u have specified any in your dtd, generally there is a SOURCE_HOME)
e.g
D:\ant\bin\ant2 -buildfile main.xml -DSOURCE_HOME=D:\ant\build
Please mail me at
[email protected] if you need any more info
HTH
Sahil