Message 1 of 6
AcCoreConsole Batch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have written a the following batch .bat file to loop through a directory, find all 'current' folders, then run a script:
FOR /R C:\Drawings\test\testscr %%f in (current\*.dwg) do start /wait C:\"Program Files"\"Autodesk"\"AutoCAD 2019"\acad.exe "%%f" /b C:\Drawings\test\pasteblock.scr
The above .bat works but I would rather use AcCoreConsole to speed things up. How can I convert this .bat file to run AcCoreConsole? Just replacing .exe files, shown following, didn't take.
FOR /R C:\Drawings\test\testscr %%f in (current\*.dwg) do start /wait C:\"Program Files"\"Autodesk"\"AutoCAD 2019"\AcCoreConsole.exe "%%f" /b C:\Drawings\test\pasteblock.scr
Thank you!
Tyler
Acad2019