CMDECHO Unexpected Results

#1
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

#2
;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.