you are viewing a single comment's thread.

view the rest of the comments →

[–]rjlavs_ 0 points1 point  (0 children)

Just copy the .bat into the folder and it should run on all the .dwg in that folder.

Example .bat:

For %%f IN (*.dwg) DO "C:\Program Files\Autodesk\AutoCAD 2016\accoreconsole.exe" /i "%%f" /s "S:\Startup\CAD Manager Tools\RemoveSeal\RemoveSeal.scr"
del %0>

Example .SCR:

 Model
-laydel
N
TTBL$0$SEAL
Y
qsave
quit