From: | Neil Bothwick |
Date: | 5 Sep 2000 at 15:04:59 |
Subject: | Re: Oh No not linux |
Alan Buxey said,
> now, if only I could switch between DopusMagII and Workbench3.5 as easily
> (yes, i know...script to detect a key or mouse press.
To switch from Magellan to WB, set your Opus shutdown action to
"C:LoadWB_old SKIPWBSTARTUP"
Choosing at bootup is as simple as holding down the shift key if you
want workbench.
> ah! part of our 'get new stuff developed' wishlist....a graphical changer
> util that boots up in s:startup-sequence the line before the loadwb command
> appears.
I hate the way these things wait for input. Otherwise you could do it
with RequestChoice.
If `RequestChoice "Choose GUI" "Opus or WB" "Opus|WB"` EQ 1
C:LoadWB
Else
C:LoadWB_old
EndIf
All we need is a RequestChoice clone that returns the default action
after a timeout.
Neil
Quote carefully and read all ADMIN:README mails