Hey guys,

It's been quite, no?  Here is a quick arexx (mdrx) script to get those
newer versions of MD2 checking mail automatically again.  Should just
need the wait command in the path.  (Test by typing "wait ?" in a
shell)

---8<----Cut-Here--8<----
/*
$VER MD_Checker 0.5, 11 August 03
Created With: GoldED Studio 6, on MorphOS 1.4
*/

checktime = 120

address md.1
checkmailnews mail

call TIME('R')

do forever
if TIME('E') > checktime then do
address md.1
checkmailnews mail
call TIME('R')
end
address command
wait checktime
end

--------8<------------------------

Reply via email to