We need to run a nightly process from a batch file that will execute a spatial query and fill in attribute in a feature. For example, query points to see which county they fall within and populate a county_name attribute. I could write an arcobjects program to accomplish this but I was wondering if there is an easier way. Python scripts perhaps. Can these be run from a batch file executed from windows scheduler? Is this reasonable or should I just bite the bullet and use arcobjects?
Thanks for any help.