Rebol friends,
The following script runs another script that reads some web pages off the
internet every 50 minutes. It asks me for permission to relax security,
which I give it. While this script is waiting to do %readpages.r again, is
my compute insecure? Can someone access my computer?
REBOL[]
forever [
do %readpages.r ; rebol scrip to do.
wait 00:50:00 ; wait hours:minutes:seconds.
]
Thanks,
Louis
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.