Tag: batch-automation
-
Batch Automation : DGN to DWG
I often get this request to batch automate converting DGN files to DWG files with minimal overhead, we can leverage either APS Automation service or local instance of AcCoreConsole that is part of AutoCAD. @echo off setlocal enabledelayedexpansion REM ============================================================ REM dgn2dwg_batch.bat REM Batch-convert all .DGN files in a folder to .DWG using AutoCAD REM…

You must be logged in to post a comment.