Re: Automatic Screen Snapshot?
Re: Automatic Screen Snapshot?
- Subject: Re: Automatic Screen Snapshot?
- From: Michelle Steiner <email@hidden>
- Date: Thu, 29 Mar 2001 14:03:09 -0800
On 3/29/01 1:06 PM, Arthur J Knapp <email@hidden> wrote:
>
Save this as a stay-open script application:
>
>
on idle
>
>
execute FKEY 3 -- Jon's Commands, screen capture
>
>
return (60 * 60 * 3) -- 3 hours, in seconds
>
>
end idle
Why not this?
on idle
execute FKEY 3 -- Jon's Commands, screen capture
return 3 * hours
end idle
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------