Guest User

Menu.rc

a guest
May 19th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. # -----------------------------------------------------------------
  2. # bblean 1.17 - MENU FILE
  3. # -----------------------------------------------------------------
  4.  
  5. # Available menu commands are listed in the documentation.
  6.  
  7. [begin] (bbLean)
  8. [path] (Start) {STARTMENU|COMMON_STARTMENU}
  9. [path] (Desktop) {DESKTOPDIRECTORY|COMMON_DESKTOPDIRECTORY}
  10. [path] (Quick) {APPDATA\Microsoft\Internet Explorer\Quick Launch}
  11.  
  12. [nop]
  13. [exec] (Explorer) {explorer.exe}
  14. # Paths with spaces should have quotes:
  15. # [exec] (Firefox) {"PROGRAM_FILES\Mozilla Firefox\firefox.exe"}
  16. [submenu] (System)
  17. [path] (My Computer) {DRIVES}
  18. [path] (Personal) {PERSONAL}
  19. [path] (Bitbucket) {BITBUCKET}
  20. [path] (Controls) {CONTROLS}
  21. # Uncomment this line to check out all available system folders
  22. # [include] {shellfolders.rc}
  23. [run] (Run)
  24. [end]
  25. [nop]
  26. [stylesmenu] (Styles) {styles}
  27. [submenu] (BlackBox)
  28. [config] (Configuration)
  29. [include] {plugins\bbLeanSkin\bbLeanSkinMenu.rc}
  30. [submenu] (About)
  31. [aboutstyle] (About Style)
  32. [aboutplugins] (About Plugins)
  33. [about] (About bbLean)
  34. [end]
  35. [submenu] (Edit)
  36. [editstyle] (Current Style)
  37. [editmenu] (menu.rc)
  38. [editblackbox] (blackbox.rc)
  39. [editextensions] (extensions.rc)
  40. [editplugins] (plugins.rc)
  41. [edit] (bbKeys.rc) {plugins\bbKeys\bbKeys.rc}
  42. [end]
  43. [nop]
  44. # Also note that relative paths refer to the blackbox directory
  45. [exec] (Documentation) {docs\bblean.htm}
  46. [exec] (Install/Uninstall) {bsetshell.exe}
  47. [exec] (bbStyleMaker) {bbstylemaker.exe}
  48. [nop]
  49. [reconfig] (Reconfigure)
  50. [restart] (Restart)
  51. [exit] (Quit)
  52. [end]
  53. [submenu] (Goodbye)
  54. [lockworkstation] (Lock)
  55. [logoff] (Logoff)
  56. [suspend] (Standby)
  57. [reboot] (Reboot)
  58. [shutdown] (Shutdown)
  59. [end]
  60. [end]
Advertisement
Add Comment
Please, Sign In to add comment