xspacex Posted August 13, 2008 Posted August 13, 2008 Hi everyone, i have two questions about inserting a block using macro's... i use the macro below, and it works fine except for the fact that i will see this on the command line: command: -Insert Enter block name or [?]: ... Units: Millimeters Specify insertion point or [basepoint/Scale/X/Y/Z/Rotate]: ... i was wondering how do i get rid of everything that is displaying on the command line? Also, if i use multiple block insert "*^C^C^P(command "insert"...", i was wondering if there is a way to make enter end the command? ^C^C^P(command "-insert" "block_path" "s" (getvar "dimscale") pause "") Thanks in advance Quote
borgunit Posted August 13, 2008 Posted August 13, 2008 I don't think you can since you are using the command line. If you did it in code like vb using objects, then it would be "hidden" per se. 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.