Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating an autocad button

Status
Not open for further replies.

hvacadguy

Mechanical
Joined
Mar 26, 2004
Messages
4
Location
US
I'm trying to create a few "new custom buttons" to save time. I have the concept down pretty good but I have a problem when a menu, such as the print menu comes up. For instance, what would the macro have to say to have one button that will print to the current setting without having to hit enter or anything else...thanx
 
Hi,
take ^C^C-plot; ......
The "-" suppress the dialogbox.

Lothar
 
Many times it's easier to first enter the commands at the command line, follow the steps that are required for you to reach your goal, then transfer the steps to your button. In this case, after you enter the "-plot", you have to enter the ";" several times (which is the equivalent of the "enter" button)

Code:
^C^C-plot ;;;;;;;

Flores
 
I guess I should have said I have LT97 it's doesn't seem to work. It that why? If it is, is there another way to do it....Thanx for the help.
 
OK....i got it to work, thanks for the tip guys....one more thing, does anyone know how to exit and not save, whether a command or macro?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top