Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: tingo on April 24, 2011, 09:08:31 PM

Title: Genesis: how to get it to execute ARexx script when it goes online?
Post by: tingo on April 24, 2011, 09:08:31 PM
Hello,
I'm trying to get Genesis (OS 3.9) to execute an ARexx script (REXX:CorrectClock.rexx) when it goes online. So, in Genesis prefs for the interface, events, online, I have selected "AREXX" as the type, and entered "REXX:CorrectClock.rexx" as the name of the script, but nothing happens when Genesis goes online.

If I run the script from a shell, it works as intended. I tried turning on logging in Genesis; but the log online contains "interface online" and "interface offline" events, even if I have set it to debug. Not a very good log, IMHO.
Any help?
Title: Re: Genesis: how to get it to execute ARexx script when it goes online?
Post by: Thomas on April 25, 2011, 07:59:35 AM
Quote from: tingo;633408
I have selected "AREXX" as the type, and entered "REXX:CorrectClock.rexx" as the name of the script, but nothing happens when Genesis goes online.


Try type = DOS and Command = sys:rexxc/rx rexx:correctclock.rexx
Title: Re: Genesis: how to get it to execute ARexx script when it goes online?
Post by: tingo on April 25, 2011, 01:08:05 PM
Quote from: Thomas;633473
Try type = DOS and Command = sys:rexxc/rx rexx:correctclock.rexx

Unfortunately, that doesn't work either. It works if I type the command in a shell, but Genesis doesn't do anything with it. Strange.