tennis4you Posted May 8, 2011 Posted May 8, 2011 Is there a way to create a pull down menu that would open other AutoCAD files? I have about 20 files I continually access with all kinds of blocks in them. It is easier for me to just go to those files to get what I need. Thanks! Quote
Ahankhah Posted May 8, 2011 Posted May 8, 2011 Yes, it is possible in AutoCAD 2012 by using CUI command. I am not sure you can use this command in AutoCAD LT. Quote
stevsmith Posted May 8, 2011 Posted May 8, 2011 Why don't you create a tool pallet with all your blocks in it? Quote
BIGAL Posted May 10, 2011 Posted May 10, 2011 Load a partial menu just use menuload it will appear in every drawing you open so you can chain the openings or change to insert ? ***MENUGROUP=mymenus ***POP1 **ABCBOLTS [MYDWGS] [DWG1]^C^COpen dwg1 [DWG2]^C^COpen dwg2 [DWG3]^C^COpen dwg3 [DWG4]^C^COpen dwg4 Quote
Dana W Posted May 10, 2011 Posted May 10, 2011 Is there a way to create a pull down menu that would open other AutoCAD files? I have about 20 files I continually access with all kinds of blocks in them. It is easier for me to just go to those files to get what I need. Thanks! It's called the Design Center. LT don't let you write the kind of code you need for the cool stuff. Quote
fuccaro Posted May 13, 2011 Posted May 13, 2011 You can call a lisp routine using the FILED command with proper attributes Quote
Tyke Posted May 15, 2011 Posted May 15, 2011 You can call a lisp routine using the FILED command with proper attributes The OP is using LT so the LISP option is out. Quote
Ahankhah Posted May 15, 2011 Posted May 15, 2011 Is there a way to create a pull down menu that would open other AutoCAD files? I have about 20 files I continually access with all kinds of blocks in them. It is easier for me to just go to those files to get what I need. Thanks! The best answer is here: Why don't you create a tool pallet with all your blocks in it? 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.