Hello folks,

I just discovered the "-EXPORTTOAUTOCAD" function in AutoCAD, from
Autodesk team. I have started using it and happy about it.

The previous issue was the errors I most times get when I open a file.
Most times, it will be the "2 Errors . . . " or other errors, and mostly
due to the use of "infected" files by Civil3D objects. The initial solution
would be to have the files converted by a station in the office with
a copy of Civil3d, which means, stopping work at the station to convert
the file to AutoCAD. Just a pain! The other issue in the latter scene
would be corrupted xref(s).

With the "-EXPORTTOAUTOCAD" command, all the conversion works just fine.
I created a button in my personal toolbar to do the work for me:

^C^C-EXPORTTOAUTOCAD;F;2013;B;NO;M;YES;P;.;S; CONVERTED;;;

I am using the "2013" format since I am currently using AutoCAD 2016, and
using a suffix of " CONVERTED" since I cannot overwrite the files that is
currently opened and being converted to 'regular' AutoCAD.

Would someone have or know of an existing code (LISP) that would use this
function to be able to convert multiple files from a folder?

Thanks.