Maybe a switch to keep ordinary * menus from appearing in your custom window.

Code:

menu -r @mywindow {
  OnlyMyMenus:cmd
}



And maybe another switch to make menus ignore the -r setting?

Code:

menu -R @mywindow {
  ALLWindows:cmd
}



-genius_at_work