ATTRSTYL.LSP program to change the text style and text height of block 
attributes.

This is a batch compatible program intended for use with RUN LISP
or a script file.  RUN LISP is a commericial Windows program 
by Sierra Hermitage that eliminates the need to prepare script files 
to do batch processing (See RUNLISP.TXT).  

Sierra Hermitage - AutoCad automation
Rod Young, Owner
140 Mesa Vista Drive
Bishop, CA  93514
Phone: 619-387-2479
Email hermit1@ix.netcom.com

Since this program is intended to be run in batch mode, the name
of the block whose attributes are to be changed, the new shx and
the new text height are all hard coded.  You're free to change 
those parameters in lines 2, 3 & 4 of the program.  Also,
inasmuch as the style name. and not the shx name, is what is stored
in the block association list, this program must create a new style
if that style does not currently exist - so the name of the new 
(or existing) style is set in the fifth line.  Change that to suite 
your needs.

If the style you hard code currently exists in the drawing, and its
shx file does not conform to the one you choose, the style will be
changed to use the new shx.  Please be aware that this will change all
other text and attributes in the drawings using that style to the new
shx - their height is unaffected.

Also, so that you have the option of not changing other attribute that
have different styles, you must hard code the name of the style to
change in the sixth line.  You can find out what that style currently
is by simply listing one of the existing blocks. 
