Hijack already pauses the player software while doing the EXEC lines.. so no problem there.

As for the menu entries, programs which show up on the menu are ACTIVE in memory, robbing cache space. The best way at present is to use Bitt's menu thingie, except you can now start his menu thingie with an EXEC_ONCE line rather than fiddling too much with the preinit stuff, I think (I don't use any of that stuff myself..).

Eventually, we'll be reversing the whole menu thing, so that items on the menu are not actually started or in-memory until the menu item is selected..

Not there yet.

-ml