ILoveMadoka Posted January 4, 2011 Posted January 4, 2011 How do I run a script without having everything returned to the command line? Something similar to an @Echo Off in DOS?? Possible? Thanks!! Quote
JPlanera Posted January 4, 2011 Posted January 4, 2011 try (setvar "CMDECHO" 0) then set it to 1 when the script is done Quote
BlackBox Posted February 15, 2011 Posted February 15, 2011 This will not eliminate the command line prompts for all AutoCAD commands... I often need to modify the NOMUTT sysvar as well. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.