Arbortext Command Language > Commands > menu_copy
  
menu_copy
menu_copyitem [ -before] destination
This command copies an item on a menu from one location to another. item is a menu path indicating the item to be copied and destination is a menu path indicating the existing item that the new item should follow. If -before is specified, the new item appears before the destination item rather than after it.
mcp is a synonym for menu_copy.
Examples
menu_copy .File.Save .Quick
mcp Insert_Table -before .Quick.Save
Related Topics
Modifying the default menus
Using menu paths
menu_add command
menu_add -menu command
menu_delete command
menu_load command
menu_move command
menu_reset command
menu_save command