DrPantsu

Untitled

Feb 6th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 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. [exec] (Firefox) {M:\Programs\Firefox\firefox.exe}
  10. [exec] (Foobar2000) {C:\Program Files (x86)\foobar2000\foobar2000.exe}
  11. [exec] (HexChat) {C:\Program Files\HexChat\hexchat.exe}
  12. [exec] (Photoshop) {C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\photoshop.exe}
  13. [exec] (AppLocale) {C:\Windows\AppPatch\apploc.exe}
  14. [nop]
  15. [exec] (Explorer) {explorer.exe}
  16. # Paths with spaces should have quotes:
  17. # [exec] (Firefox) {"PROGRAM_FILES\Mozilla Firefox\firefox.exe"}
  18. [submenu] (System)
  19. [path] (My Computer) {DRIVES}
  20. [path] (Personal) {PERSONAL}
  21. [path] (Bitbucket) {BITBUCKET}
  22. [path] (Controls) {CONTROLS}
  23. # Uncomment this line to check out all available system folders
  24. # [include] {shellfolders.rc}
  25. [run] (Run)
  26. [end]
  27. [nop]
  28. [stylesmenu] (Styles) {styles}
  29. [submenu] (BlackBox)
  30. [config] (Configuration)
  31. [include] {plugins\bbLeanSkin\bbLeanSkinMenu.rc}
  32. [submenu] (About)
  33. [aboutstyle] (About Style)
  34. [aboutplugins] (About Plugins)
  35. [about] (About bbLean)
  36. [end]
  37. [submenu] (Edit)
  38. [editstyle] (Current Style)
  39. [editmenu] (menu.rc)
  40. [editblackbox] (blackbox.rc)
  41. [editextensions] (extensions.rc)
  42. [editplugins] (plugins.rc)
  43. [edit] (bbKeys.rc) {plugins\bbKeys\bbKeys.rc}
  44. [end]
  45. [nop]
  46. # Also note that relative paths refer to the blackbox directory
  47. [exec] (Documentation) {docs\bblean.htm}
  48. [exec] (Install/Uninstall) {bsetshell.exe}
  49. [exec] (bbStyleMaker) {bbstylemaker.exe}
  50. [nop]
  51. [reconfig] (Reconfigure)
  52. [restart] (Restart)
  53. [exit] (Quit)
  54. [end]
  55. [submenu] (Goodbye)
  56. [lockworkstation] (Lock)
  57. [logoff] (Logoff)
  58. [suspend] (Standby)
  59. [reboot] (Reboot)
  60. [shutdown] (Shutdown)
  61. [end]
  62. [end]
Advertisement
Add Comment
Please, Sign In to add comment