play around with "-eattext" and you should be able to scrip it to a menu button
Registered forum members do not see this ad.
Hello
I would like the EATTEXT to run through all the 6 pages with a certain sett of detailed settings is this possible? How to thick off the check boxes and choose the right *.blk file for extraction?
Anyone have any ideas..

play around with "-eattext" and you should be able to scrip it to a menu button
...And someday, they will have computers the size of houses, with millions of vacuum tubes, doing thousands of computations per minute...!!!
I prefer the old ATTEXT command.
Try it manually first. Make a template file as described in Help.
Then make a macro for it using -ATTEXT.
Registered forum members do not see this ad.
This one works ok for me
[CODE];;Made By Rune Bringedal
;;21. Sept. 2007
(defun PBEATTEXT()
(command "eattext" "Currentdwg" "No" "No" "Yes")
(command "C:\\mycmd\\PB\\TEMPLATE\\EXTRACT\\All.blk")
(command "Xls")
(command "C:\\myspace\\PB\\EXPFILE\\eex.xls")
(command "Yes")
(Princ)
)
[CODE]
Bookmarks