BCX_Tray has been a great BCX application and many use it daily. It is showing it's age, however. So in the spirit of great, free software and the BCX community some of the BCX Chat Room regulars have made a new improved version... Features include: No limit on the amount of menu items... Nested popup menu items with multiple items under each top menu Will do help files, executables, text files, even URLs to your favorite web page! Credits to: MrBCX for Startup.exe Vic McClung for the original BCX_Tray The smart folks on the Yahoo BCX group and the latest co-conspiritors... Wayne Halsdorf, Ian Casey, Doyle Whisenant for the latest changes to the code. Installing: Drop the BCX_Tray.exe and BCX_Tray.ini into a folder in the path. It's probably best to put these files into the BCX\bin\ folder. BCX_Tray hasn't been tested with long filename paths. If you're up to that kind of pain, then the source files are included. Change to suit. Above all, enjoy! The BCX Chat Room Regulars Help Notes: Here is a short example of a BCX_Tray.ini file. --------------------------< ini start >------------------------------- [Programs] SciTE=C:\SciTE174Src\scite\bin\SciTE.exe BCX Help=C:\BCX\BIN\BCXHelp.CHM -=- SDK Help=** User Help=C:\Microsoft Platform SDK\Help\winui.chm GDI Help=C:\Microsoft Platform SDK\Help\gdi.CHM Shell Help=C:\Microsoft Platform SDK\Help\shellcc.CHM *=* SciTE=C:\SciTE174Src\scite\bin\SciTE.exe Color Tool=C:\BCX\Tools\colortool.exe -=- Other Tool=C:\BCX\Tools\othertool.exe [EOF] --------------------------< ini end >------------------------------- Where: 'File must start with the following header for recognition as a valid config file. [Programs] -- Start of normal file 'Normal menu items, not in a popup SciTE=C:\SciTE174Src\scite\bin\SciTE.exe BCX Help=C:\BCX\BIN\BCXHelp.CHM 'add a seperator -=- 'Start of POPUP with popup text SDK Help=** 'menu items in the popup menu "SDK Help" User Help=C:\Microsoft Platform SDK\Help\winui.chm GDI Help=C:\Microsoft Platform SDK\Help\gdi.CHM Shell Help=C:\Microsoft Platform SDK\Help\shellcc.CHM 'signals the end of the popup menu "SDK Help" *=* 'Normal menu item anywhere in file if a popup is not toggled SciTE=C:\SciTE174Src\scite\bin\SciTE.exe Color Tool=C:\BCX\Tools\colortool.exe 'possibly add another seperator -=- 'possibly add another normal menu item Other Tool=C:\BCX\Tools\othertool.exe 'eof marker [EOF]