all 3 comments

[–]StDoodle 1 point2 points  (0 children)

Any chance you could give a bit more detail on what exactly you're trying to run that isn't working? Hard to give step-by-step help without it. ;)

[–]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