*************************************************************************** * * * Super Menu --- By Douglas Beck July 7, 1990 * * * *************************************************************************** Super Menu is a quick and easy way execute a series of arguments through the cli. Super Menu is also nice to put in the startup-sequence to get you programs up and running FAST. Super Menu need the file "mlist" is the default directory to run properly. mlist contains the menu items and the arguments to make them run. Here is the format for the mlist file: Access~DF1:Access Test~echo Hello`echo hi ^this is a neat scrolling line to put remarks this file creates two menu items. The first will display "Access" and when selected will run "DF1:Access" from the CLI. The second menu item will display "Test" and when selected will execute "echo hello" then it will execute "echo hi". The Menu item can be no more than 24 characters long and is terminated by the ~ character. The series of arguments starts directly after the ~ character and each executed line is seperated by the ` character. Finally the ^ character marks the end of the Menu list and everything after that character will be printed across the bottom of the screen. Super Menu is Public Domain, and was written by Douglas Beck (All Rights Reserved). Good luck. --- Douglas