home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 408.lha / SuperMenu / Smenu.readme < prev    next >
Text File  |  1990-09-02  |  2KB  |  36 lines

  1. ***************************************************************************
  2. *                                                                         *
  3. * Super Menu --- By Douglas Beck                        July 7, 1990      *
  4. *                                                                         *
  5. ***************************************************************************
  6.  
  7. Super Menu is a quick and easy way execute a series of arguments through
  8. the cli.  Super Menu is also nice to put in the startup-sequence to get
  9. you programs up and running FAST.
  10.  
  11. Super Menu need the file "mlist" is the default directory to run properly.
  12. mlist contains the menu items and the arguments to make them run.
  13.  
  14. Here is the format for the mlist file:
  15.  
  16. Access~DF1:Access
  17. Test~echo Hello`echo hi
  18. ^this is a neat scrolling line to put remarks
  19.  
  20. this file creates two menu items.  The first will display "Access" and when
  21. selected will run "DF1:Access" from the CLI.  The second menu item will
  22. display "Test" and when selected will execute "echo hello" then it will
  23. execute "echo hi".  The Menu item can be no more than 24 characters long
  24. and is terminated by the ~ character.  The series of arguments starts
  25. directly after the ~ character and each executed line is seperated by the
  26. ` character.  Finally the ^ character marks the end of the Menu list and
  27. everything after that character will be printed across the bottom of the
  28. screen.
  29.  
  30. Super Menu is Public Domain, and was written by Douglas Beck (All Rights
  31. Reserved).  Good luck.
  32.  
  33.                             --- Douglas
  34.  
  35.  
  36.