First I load the ACAD.mnu and them I Menuload the partial menu i need, a section of the partial menu is below: I'm using AutoCAD ADT 2004, with Win XP. ***POP10 ID_MnLilker_Programs [LILKER Programs ] [--] [Set Drawing Scale]^c^cSETSCALE [--] [->Attributes] [(MATT) Move Attributes]^c^cMATT [(A2T) Att Def to text]^c^cA2T [<-Create]^c^cDDATTDEF [--] The problem is that when the menu is loaded, the menu show no open parenthesis: Attributes > MATT) Move Attributes A2T) Att Def to text Create What is the problem? Any help/suggestion//Tip/Idea? Thank you guys... HDC
Put a (space) before the (MATT) and (A2T), like: ***POP10 ID_MnLilker_Programs [LILKER Programs ] [--] [Set Drawing Scale]^c^cSETSCALE [--] [->Attributes] [ (MATT) Move Attributes]^c^cMATT [ (A2T) Att Def to text]^c^cA2T [<- Create]^c^cDDATTDEF [--] ...... also add a space before 'Create'.. to align with (MATT) and (A2T). Cheers: www.bobscadshop.com Bob