Hello: Does anyone have any examples of how I could create an entire menu from a directory structure?
For example, if I had the following (albeit short) directory structure: RyanMenu/ (directory) RyanMenu/apps (another directory) RyanMenu/apps/User (script) RyanMenu/apps/SuperUser (script) I'd like an easy way of building a menu (RyanMenu) that would have a sub-menu (apps) containing User and SuperUser as the executables. I started to think of ways that I could write a script that would traverse the directory structure and build the menu accordingly. If anyone has any help to offer, I'd appreciate it. Thanks! --
