home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 April / PCO_04_97.ISO / filesbbs / os2 / tbox3_07.arj / TBOX3_07.ZIP / taskbox / appstart / menu.dat < prev    next >
Encoding:
Text File  |  1997-01-11  |  2.3 KB  |  66 lines

  1. #   Sample menu file
  2. MINI       = YES  # whether or not mini-icons wanted
  3. REMOVE_EXT = NO   # remove extentions from non abstracts (files/executables )
  4. TEXT       = LEFT # where  text on menus is justified to( RIGHT, CENTER or LEFT)
  5.  
  6. ABSTRACT "<KA_UTILS_PROGS>"
  7. ABSTRACT  SEPARATOR
  8. ABSTRACT "<WP_INFO>"
  9. ABSTRACT "<WP_DRIVES>"
  10. ABSTRACT  SEPARATOR
  11. ABSTRACT "<KA_UTILS_SETS>"
  12. ABSTRACT  SEPARATOR
  13. ABSTRACT  LOCKUP
  14. ABSTRACT  SHUTDOWN
  15.  
  16. ICON "<WP_FNTPAL>"      "fonts.ico"
  17. ICON "<WP_HIRESCLRPAL>" "colors.ico"
  18. ICON "<WP_LORESCLRPAL>" "colors.ico"
  19. ICON "<WP_SCHPAL28>"    "schemes.ico"
  20. ICON "Drive ?"          "drive.ico"
  21. ICON "*.inf"         "view.exe"
  22. ICON  "EPM*"         "EPM.EXE"
  23. #   Notes:
  24. #
  25. #   As i don't know how to get WPS icons this file can be used to give icons to those
  26. # files( these icons are only used for objects that an icon can't be found for )
  27. #
  28. #   all matches are case insensitive
  29. #   format is
  30. #   ICON "entry" "icon"
  31. #
  32. #   the first match found is used so it would be pointless having
  33. #   ICON "*" "Foo.ico"
  34. # followed by
  35. #   ICON "EPM*" "X:\\BIN\\EPM\\EPM.EXE"
  36. #
  37. #   ENTRY may contains be WPS
  38. #
  39. #   OPEN_FOLDER  = "name"
  40. #     where NAME is the name as it appears on the appmenu( or an object id)
  41. #      of a folder you want to be opened when clicking on it instead of
  42. #      being presented a menu
  43. #      NB: name can contain wild cards
  44. #          eg. to open all folders by default enter
  45. #              OPEN_FOLDER = "*"
  46. #
  47. #     ABSTRACT "file" "title" "icon"
  48. #      FILE is either a fully qualified path or and object id
  49. #      TITLE is optional and if supplied is the text to use on the menu
  50. #      ICON is optional but if specied is an icon to use
  51. #         NB enter TITLE as "" if want to specify an ICON but want default text
  52. #         eg. ABSTRACT "<WP_MOUSE>" "" "mouse.ico"
  53. #
  54. #     OABSTRACT "file" "title" "icon"
  55. #      similar to ABSTRACT except if FILE specifies a folder the folder will
  56. #        be opened when clicking on it
  57. #
  58. #     special FILE identifies for OABSTRACT, ABSTRACT are
  59. #        SEPARATOR   -  insert a menu separator
  60. #        SHUTDOWN    -  shutdown computer
  61. #        LOCKUP      -  lockup computer
  62. #
  63. #   any sub folder`s are first searched for a menu.dat file and if one is not found
  64. #   the menu.dat in the next top folder will be tried until the appmenu folder
  65. #   is reached
  66.