Just can't stay away
Joined: 2006/12/1 18:01 Last Login
: Yesterday 23:16
From Copenhagen, Denmark
Group:
Registered Users
|
Aliases are normally put into the Shell-Startup file, not in your system startup scripts. This way they are available in each Shell. Not that I think that has anything to do with that black bar.
And even if you want to run something from your startup, you should (normally) do it from User-Startup, not Startup-Sequence.
But especially about the ARexx commands for setting the WB menu items, what I do is as follows:
I have the script MkWbItems.rexx in my S:ARexx dir, with an icon where "Start from" is set to ARexx. The script contains the commands for each menu item, in the form:
address WORKBENCH 'MENU ADD NAME <name> TITLE <title> CMD <command>'
This script is added to my WBStartup prefs, so it always runs after WB has loaded.
In general, when something is depending on WB having loaded, start it from WBStartup (if necessary as a script either the above way or e.g. with IconX).
Best regards,
Niels
|