Here is the scenario...
I have a directory with many drawings. Autocad dwg files are being updated and added to this directory all the time. I would like to completely automate the following task: open all files one at a time, run the command "overkill" on each, save then exit. I would like the entire task to run unattended at night. I also do not want to select the drawings in the directory manually.
I have created a batch command that will open each drawing within the directory one at at time but I do not know how to run overkill command once a drawing has been opened.
I have also created a working script file that runs overkill, saves then exits but I do not know how to run this script from the batch file or send the command to Autocad after the drawing has been opened.
Does anyone have any thoughts?
Thanks,
Jason