Page 1 of 1

CMDECHO Unexpected Results

Posted: Wed Jul 10, 2013 10:25 am
by Jim Frame
When I set CMDECHO to 0 in an AutoLISP routine that uses the COPY command, I get a notification (e.g. "Current settings: Copy mode = Single") sent to the display. When the routine is dealing with multiple (sometimes thousands) of copy operations, this is pretty annoying. The behavior is not present when executing within AutoCAD.

Is there any way to suppress the "Current settings" notification when executing COPY via AutoLISP within IntelliCAD?

Thanks!

Re: CMDECHO Unexpected Results

Posted: Sat May 04, 2019 7:01 am
by UberEber
;tried xplode
;_xplode
;explode etc

(command "-xplode" "last" "" "LA" Layer-Name ) ;Xplode the entity onto the layer revealing xData
(terpri)
(princ)
(command)
(princ "") ;Sad but it does not do this quietly...

and all combinations
it just will not shut up ...

Apparently still not fixed.