Message 1 of 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello boys how are you.
Can someone tell me how I can hide text that appears in the command window.
(defun c:xxx (/) ;; (setvar "cmdecho" 0) ;; (command "-scalelistedit" "_r" "_y" "_e") ;; (command "_.-purge" "_a" "" "_n" "_.-purge" "_r" "" "n") (command "_.-purge" "_r" "" "n") ;; (setvar "cmdecho" 1) ;; (princ) ;; )
I attached an image so you can understand me.
Thank you very much.
AutoCAD 2026
Visual Studio Code 1.99.3
AutoCAD AutoLISP Extension 1.6.3
Windows 10 (64 bits)
Solved! Go to Solution.