Batch export to 3d dwg

Hi,
I have a lot of solidworks files that I need to convert to 3D dwg, I want to do this as automated batch export. Has anyone written any script that would do this in Rhino 6(ideally)?
Many thanks
Laura

Hi @Adam_Palmer,

Here is a RhinoScript sample that opens AutoCAD DWG files and saves them as 3dm. Perhaps you can modify this per your requirement.

BatchConvertAutoCAD.rvb

– Dale