I am trying to create a script that will make copies of a template.dwg from AutoCAD Electrical multiple times (10 - 100 times) and rename it at the same time. I have seen programs like this online for excel workbooks but unsure if it will work outside of excel files.
My problem is I am not sure which language would be best suited for such a code. I have experience with C++, Java, Matlab, and just recently started playing around with VB and Macros.
I can make coppies of this file through windows explorer, but am hoping to streamline this process by using excel to make copies of files that are not excel.
Right now I am making one copy at a time and it takes up a lot of my time at work.
Is this possible? and if so what language would be best suited to do so?