Hello from Ray at RBF Software Publisher and Copyright owner of the fantastic Utility, OctaMED Menÿ is released as freeware but copyright to the prog retained. You are VERY welcome to use menu in your magazines etc, and you are encouraged to do so, but please give recognition to the Author, Teijo Kinnunen. If you are a PD supplier and would like to include this disk in your range, or a BBS Sysop and would like to include this program on your Bulletin Board, then please write to Ray for written permission as allthough Menÿ is released as Freeware it still remains a Copyright program and may not be re-distributed for money, nor placed onto a BBS without prior consent being obtained. thank you. Address your request to: RBF Software. ( Menÿ ) 169, Dale Valley Rd, Hollybrook, Southampton. SO16 6QX England --------------------------------------------------------------------- Menÿ V1.0 ( For ease of keyboard use, rename as Meny ) Copyright © 1994 Teijo Kinnunen release date: 30.06.1994 using SAS/C --------------------------------------------------------------------- Description: ~~~~~~~~~~~~ Menÿ is a simple and short menu utility for disk-magazines etc. Earlier versions of this program have already been use (e.g. in AM/FM), and it has been found to be reliable. Because I got several requests to release this program separately, I've done so. I renamed it 'Menÿ', to separate it from earlier versions, and to finally make some use of the 'ÿ' character that doesn't exist in any language :-) (Tip: type Alt-k and y to see it, but for ease of use, it's Meny ) Features: ~~~~~~~~~ * Fully multitasking and OS-compliant * Works under any OS version since 1.2 * Short (only about 11 kilobytes) * Reliable (I hope :-) * Easy-to-use script language * Can display a logo picture above the actual menus * Flexible handling of sub-menus * Can bring Workbench to front if desired Basic operation: ~~~~~~~~~~~~~~~~ The purpose of this program is simply to launch executable programs by pressing buttons. These buttons are arranged as 'menus', which are laid out by this program (note: these menus are different from Intuition menus, they are actually arrays of gadgets). You can also create buttons that bring up new menus (sub-menus). Suppose you want to create a disk-magazine. There's always a main menu, which is displayed first. Here's an example of such menu: TITLE Meny OctaMED Users Group ( MUG ) WITEM Editorial more editorial.txt WITEM News more news.txt ENDM It's very simple one, containing only two buttons. The first line contains a command TITLE, which displays the following text. The second line says WITEM (Wide ITEM); it creates a button with label 'Editorial'. The following line is the command that will be executed when the button is pressed, it will display a text file 'editorial.txt'. Another button 'News' does exactly the same thing. Finally, there's an ENDM command (END Menu). Every menu must be terminated with this command. Here's a more complex example: TITLE Meny Journal WITEM Editorial more editorial.txt WITEM News more news.txt TITLE WMENU Mail from the users UsersMail ENDM SUBM UsersMail ITEM Suggestions more suggestions.txt ITEM V1.0 Bug reports more bugreports.txt SECCOL ITEM Menÿ User's Diary by X.X. ENDM Differences from the previous example: TITLE with no text produces an empty line WMENU produces a sub-menu button instead of an action button. The following line contains the name of the sub-menu. SUBM specifies the beginning of a sub-menu. ITEM produces a normal item (half of the width of the screen). SECCOL starts a second column of half-width items Look at the file 'example_menu' for an example of most of the features. Usage ~~~~~ Currently, Menÿ can be started from CLI/Shell only. (A Workbench interface can be created with IconX.) The command line is simply: meny