I've written a cross-reference lsit for AutoCAD's CUI (command user interface) dialog box. Unfortunately, CUI does not list commands by their names, but by their menu descriptions. This flaw makes it difficult to find commands.
The chart lists in alphabetical order the AutoCAD commands used by CUI, along with their CUI descriptions and macros. Some commands are undocumented by Autodesk, others are system variables. Command names are sorted in the order of A, AI, B, C, D, DIM, E, ..., Z, 3, and Miscellaneous.
Caution: With over 500 commands listed on these eleven pages, there are bound to be some errors. This list was based on the AutoCAD 2007 of CUI, which itself makes some mistakes, such as including certain discontinued commands.
You can download the chart -- free! -- from here: cuixref.pdf.
Wow...thanks for posting that. I'll have to do some digging this weekend and learn some new tricks.
Posted by: random_guy | Sep 08, 2006 at 10:32 AM
Pl give auto cad commnds list.
Posted by: SAIBABU DESIBOYINA | Nov 10, 2007 at 06:45 AM
thankfull to u
Posted by: vijaykumar | Nov 11, 2008 at 06:54 AM
Hallo. Im writing a little cui commands. I'd like to write cupple of commands that will allow me to open specific dwg file at one click of a button.
I have sommething like this:
^C^Cfiledia;0;open;;W:\projects\temp.dwg;T;;
I have a problem to make autocad open file at location W:\projects\temp.dwg .Cad is trying to open reacentley opened file, but not the file i want to open. What am i doing wrong?
Please help.
Posted by: Rafal | Mar 17, 2011 at 03:55 PM