Hello Andreas
On 08-Feb-00, you wrote:
> Hello Simone!
>
> You wrote:
>
>> put the following two lines in a file:
>>
>> /* arexx scripts must start with a comment */
>> 'SHOW'
>>
>> then enter the name of this file in the Ring Hook gadget of Prefs/Hooks
>
> Does this only work from within STFax? When I copy this
> "Uniconify.rexx"-script to ram: and do a rx ram:uniconify.rexx nothing
> happens. Sorry, I really don�t know anything about Arexx.
>
> Copying the RingHookTest.stfax to ram: a 'rx ram:RingHookTest.stfax'
> works.
>
*/ arexx scripts must start with a comment */
Add this line:
--> Address 'STFAX.1' <--
Before the show command
You should have:
/* A comment */
Address 'STFAX.1"
SHOW
This way, it should work from outside of STFax.
Hope this helps,
Mark