Hi jjbritt,
I got your e-mail, and was working on a response... I'll post it here instead.
I've attempted to run that lisp (In AutoCAD 2007), and I'm getting some strange results.
Seems it somehow causes the script to halt, and not continue, after it completes the first drawing.
(However, it works flawlessly in AutoCAD 2005)
(I'm using OPEN instead of OPEN with DBMOD in Hurricane)
Here is the script that runs the first drawing.
(If anyone out there knows what might be causing the AutoCAD to dump it's script parser (must be something in the lisp), please post it here!, this is a GREAT lisp, especially if it would work over multiple drawings)
;START OF SCRIPT
(LOAD "I:/PROGRAM FILES/AUTOCAD 2005/SUPPORT/WBLOCKM.LSP")
WBLOCKM
;NEXT LINE IS THE PATH (THAT MUST EXIST) TO DUMP THE BLOCKS
C:\OUTPUT
;END OF SCRIPT
Regards,
Bill