I'm trying to write a script that will do the same things to a large number of drawings.
It currently does the following:
-attedit N N
then the autocad text window pops up and stops the rest of the script.
Is there a way to not have the text window pop up? Or an alternate way to use this command that I can use in a script?
(Also, I am using Autocad 2011 LT, so can't use LISP etc)