Hi,
Glad that you got a solution. Just a suggestion, you could replace the n number of Purge lines with a single line lisp code...
Code:
(repeat 5 (command "-purge" "a" "*" "n"))
This will repeat the purge command 5 times.
Regards,
AH

Originally Posted by
darin.marsden
OK, to show that I did learn something, here is the script as I have it now, I discarded the insert lisp and have used the entlast command. Maybe not the most effective, however it does what I need it to do. Now to learn a few commands like to run this on every drawing in a directory and I'd be in business without the third party software. Again thanks to all who helped beat this into my thick head.
Old dog = new tricks
attreq
0
insert
title-d=
60,60
1
erase
(entlast)
attreq
1
-PURGE
A
*
N
-PURGE
A
*
N
-PURGE
A
*
N
-PURGE
A
*
N
zoom
all
qsave