Script Creator Program:

This program is written in Visual Basic and runs outside of AutoCAD.  It creates a script file that will run a batch process to perform a set of AutoCAD commands or AutoLISP commands.  The folders and drawing names can have spaces; this is something that a normal AutoCAD script file has trouble with.  This is great for running a batch process overnight and is very easy to setup.  The example above does a PBL (purges all blocks) and a ZOOM Extents.  It saves the drawing and moves on to the next drawing to do the same process.