I have a set up a build process to that requires an ant script to run. So I am trying to automate this to run every day at a set time but I an not sure if this is possible from Windows Scheduler.
The cmd that I currently type in to from cmd is
ant -f ./Setup.xml LoadAllSoucres
Any advice would be very welcome.
Michael