@wali7, post #1
@WojosRetro, post #5
Installation
The included installation script will copy the required files but some changes must be made to S:Startup-Sequence manually.
Old Blue Workbench requires the ENVARC: assign for locating the default icons so add the following to S:Startup-Sequence if it doesn’t already exist.
C:Assign ENVARC: SYS:Prefs/Env-Archive
To launch Old Blue Workbench instead of the original Workbench when Old Blue Workbench has been installed in SYS:Tools/OldBlue replace the LoadWB command in S:Startup-Sequence with:
C:Assign OldBlue: SYS:Tools/OldBlue
C:Run <NIL: >NIL: OldBlue:LaunchDaemon
C:Stack 8192
C:Run <NIL: >NIL: OldBlue:Workbench STARTUPDRAWER SYS:WBStartup SHOWSTARTUP
The STARTUPDRAWER argument specifies the path to a drawer with tools and projects to launch at startup. The SHOWSTARTUP argument tells Old Blue Workbench to show a window with a progress bar while launching these tools and projects. The STARTPRI tool type can be set for each of the tools and projects to control the launch order.
LaunchDaemon is a background task that is used by Old Blue Workbench to launch tools and commands. It makes it possible to quit Old Blue Workbench without quitting all tools launched by it.