Short: Adds more menus to the OS4 Workbench Author: Alex Carmona Uploader: AmigaOne TheWorld net (Alex Carmona) Type: util/wb Version: 53.3 Requires: OS4, ARexx Architecture: ppc-amigaos >= 4.1.2 Adds Tools, Utilites, Internet, System, Prefs and Extra entries to the workbench menu. It doesn't have all the features of OS3.x hacks like ToolsDaemon but it's 100% system-friendly and doesn't use any CPU time, it only updates the menu. If you're really lazy, you can use the menus as they are. Otherwise use the script as a template for your own menus. It provides a good example on how to add menus to the Workbench using ARexx, and what the limitations are. You might even learn a few tricks in the process. To install: Copy the script and its icon from S/Arexx to S:Arexx To automatically load the menu at boot time: Either launch Prefs/WBStartup and add it to the list, or if you're using the SYS:WBStartup approach, copy S/ARexx/AddMenu.rexx.info to SYS:WBStartup Open the script in a text editor for instructions on modifying it. The menu can be removed by selecting "Extra->Menu->Remove", or by launching it again using the icon or by typing "rx AddMenu" from the shell. History 1.0 (02.07.2004) Initial release 1.1 (04.07.2004) Reorganized the menus and streamlined the code 1.2 (04.08.2004) Added seperators for more clarity in the Tools section Added new commands under the Extra menu, hopefully these will match the anticipated OS4 pre-release update 1.3 (20.08.2004) Reversed the order in which menus are removed because the latest workbench crashes if the menus added first are removed first 53.3 (07.05.2010) Updated the menus to work with a default OS4.1 update 2 install with extras Added an Internet menu Reorganized the menus in a more logical fashion Bumped the version and revision number to match the OS version