home *** CD-ROM | disk | FTP | other *** search
- # Sample menu file
- MINI = YES # whether or not mini-icons wanted
- REMOVE_EXT = NO # remove extentions from non abstracts (files/executables )
- TEXT = LEFT # where text on menus is justified to( RIGHT, CENTER or LEFT)
-
- ABSTRACT "<KA_UTILS_PROGS>"
- ABSTRACT SEPARATOR
- ABSTRACT "<WP_INFO>"
- ABSTRACT "<WP_DRIVES>"
- ABSTRACT SEPARATOR
- ABSTRACT "<KA_UTILS_SETS>"
- ABSTRACT SEPARATOR
- ABSTRACT LOCKUP
- ABSTRACT SHUTDOWN
-
- ICON "<WP_FNTPAL>" "fonts.ico"
- ICON "<WP_HIRESCLRPAL>" "colors.ico"
- ICON "<WP_LORESCLRPAL>" "colors.ico"
- ICON "<WP_SCHPAL28>" "schemes.ico"
- ICON "Drive ?" "drive.ico"
- ICON "*.inf" "view.exe"
- ICON "EPM*" "EPM.EXE"
- # Notes:
- #
- # As i don't know how to get WPS icons this file can be used to give icons to those
- # files( these icons are only used for objects that an icon can't be found for )
- #
- # all matches are case insensitive
- # format is
- # ICON "entry" "icon"
- #
- # the first match found is used so it would be pointless having
- # ICON "*" "Foo.ico"
- # followed by
- # ICON "EPM*" "X:\\BIN\\EPM\\EPM.EXE"
- #
- # ENTRY may contains be WPS
- #
- # OPEN_FOLDER = "name"
- # where NAME is the name as it appears on the appmenu( or an object id)
- # of a folder you want to be opened when clicking on it instead of
- # being presented a menu
- # NB: name can contain wild cards
- # eg. to open all folders by default enter
- # OPEN_FOLDER = "*"
- #
- # ABSTRACT "file" "title" "icon"
- # FILE is either a fully qualified path or and object id
- # TITLE is optional and if supplied is the text to use on the menu
- # ICON is optional but if specied is an icon to use
- # NB enter TITLE as "" if want to specify an ICON but want default text
- # eg. ABSTRACT "<WP_MOUSE>" "" "mouse.ico"
- #
- # OABSTRACT "file" "title" "icon"
- # similar to ABSTRACT except if FILE specifies a folder the folder will
- # be opened when clicking on it
- #
- # special FILE identifies for OABSTRACT, ABSTRACT are
- # SEPARATOR - insert a menu separator
- # SHUTDOWN - shutdown computer
- # LOCKUP - lockup computer
- #
- # any sub folder`s are first searched for a menu.dat file and if one is not found
- # the menu.dat in the next top folder will be tried until the appmenu folder
- # is reached
-