PDA

View Full Version : Echo off for autocad scripts?



ILoveMadoka
4th Jan 2011, 08:21 pm
How do I run a script without having everything returned to the command line?
Something similar to an @Echo Off in DOS??

Possible?

Thanks!!

JPlanera
4th Jan 2011, 09:16 pm
try
(setvar "CMDECHO" 0)

then set it to 1 when the script is done

ILoveMadoka
15th Feb 2011, 03:13 pm
Thanks Much!

BlackBox
15th Feb 2011, 03:27 pm
This will not eliminate the command line prompts for all AutoCAD commands... I often need to modify the NOMUTT sysvar as well.