Set your AutoCAD Scripts to Warp Speed – with Core Console

pic5.png

Are you someone who automates tasks with scripts? Scripts are probably the oldest and lowest-tech form of AutoCAD customization, but as with anything that just plain works, they’re still being used today.  

 

If you are, you just might also be someone who has taken their scripts to the next level – that is working on multiple drawings using ScriptPro. This handy program used to be shipped with AutoCAD (back in the day when you still got physical media), but you can still find a download link to it here.

 

Nobody Said There Would be a Quiz

Question: What one feature slows down AutoCAD more than any other? Give up? The answer is right in front of you… it’s the interface. Get rid of that big, fancy window we draw in, and AutoCAD suddenly becomes blazing fast.

 

But wait, you ask. How do we work in AutoCAD without the interface, and better yet, where in the world am I going with this?

 

Core Console to the Rescue

To answer that, we’ll need to go back to the 2013 release, when AutoCAD added a new executable (other than acad.exe) to run the program. It was called acCoreConsole.exe – or Core Console.

 

The idea was to use it via the command line in a DOS window. All you have to do is call the executable with the proper command line switch, specify the name of your batch routine... follow that with another switch to specify the full path to the batch rou… oh never mind. I probably lost most of you with DOS window.

 

Here’s how all this comes together with ScriptPro. Just substitute acCoreConsole.exe for the default acad.exe in the AutoCAD application box of your ScriptPro options dialog (under Settings).

 

FrankMayfield_0-1666202662658.png

 

Now, ScriptPro will run your script on your selected folder, or even recursively through its sub-folders – all in the background and without using the GUI.

 

So, go ahead, get that interface out of your face, and make your AutoCAD scripts faster than ever – with Core Console.

2 Comments