Hurricane Batch Processor Review

AutoCAD batch scripts can be powerful by themselves, but if you couple that with the ability to apply them to a multitude of drawings then it can be really powerful. I first saw the power of scripting while using the “Core Console” in 2013 and made a post about it found here. But then realized that there was some limitations and one in particular was its inability to process OLE objects.

Script Pro is still pretty nice, but from my testing a batch processor called “Hurricane” I have grown fond of its built-in functions and scripts. There is a new version available called “Hurricane MX” but I have only used the older one which is just fine for me.

So I decided to try a batch of drawings using Hurricane and sharing the results with you.

Hurricane List of batch steps

 

A sneek peek into my “custom” script simply shows that the script loads a lisp routine (just to spice things up)

Script and LISP files

 

Shown below is the folder of drawings to be processed.

Hurricane 1

 

 

Shown below is the main interface of Hurricane. It is somewhat straight forward but takes time to get to learn just like everything. Specify the files (individual or entire folder)

Build the script in the ‘User Script” tab by selecting some pre-made scripts found in the “User Script List”. If you plan on selecting multiple pre-made scripts – DONT FORGET TO CHECK THE APPEND BUTTON.
Huricane 4

 

As shown below, the program builds a single script containing all of the steps that you define for the drawings that you selected to be processed.

NOTE – That you need to have a drawing currently open for the process to start. Just don’t have one of the drawings in the list of drawings that you are wanting to process open.

Hurricane 5

 

The results are shown below

Hurricane 6

 

And as a big relief – the drawing that contained an OLE object came out just fine.

 

Hurricane 7