I have a folder with two files (a.exe and b.exe) in it and I need to run a command on each. For example xxx - a.exe a.bin
. Is there a way to do this with Ant?
I want ant to run:
xxx - a.exe a.bin
and
xxx - b.exe b.bin
Use <apply>
. Read more about it here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With