Use AutolisP to add a local menu in an existing menu
Product: Operating System: AutoCAD (R) 2000Windows 95, Windows 98, Windows NT 4.0 Revision Time: 1/5/2000 Document No .: TS45414
Problem: You can add a partial menu using Autolisp to the existing menu of AutoCAD 2000.
Workaround: The following code adds an instance named your Local menu in the 12th row of the menu named Your.POP15. (DEFUN C: LM () (Command "_.Menuload" "Your.MNU)))))))))))))))))))))))))))) New menu. You can also replace your.MNU with the name of other local menu files, or replace your.POP15 with the name of other existing menus to add a local menu.