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