I recycled an old program from DOS days and created a tcl prog which reads a script file at startup and present this as hierarchical menus. I need this to work on several inhomogenous systems where the icons where here and there and everywhere and nowhere, and I need a way to quickly run things. Every menu item could be a complete tcl script, with some restrictions and some helper routines like "select" or "msgbox". Example of a dialog screen with an open sub selection menu: [http://home.arcor.de/hoffenbar/prog/menue.jpg] Pressing shows the script behind the actual menu item. ---- No categorie so far.