Re: Automatic Screen Snapshot?
Re: Automatic Screen Snapshot?
- Subject: Re: Automatic Screen Snapshot?
- From: email@hidden
- Date: Thu, 29 Mar 2001 18:59:13 EST
In a message dated 3/29/01 1:42:57 PM, Jim Reed wrote:
>
Being a novice to AppleScript, my request seems simple enough but may
>
indeed not be so simple. What I would like to do is execute a screen
>
snapshot Shift-Command-3 every three (3) hours, beginning at a certain
>
time and executing once every three (3) hours after that indefinitely.
>
>
Doable?
>
>
Thanks in advance for any advice...
-- requires Sigma's additions
-- Get it from Eric Grant's Extremely Modest Home Page
--
http://home.earthlink.net/~eagrant/
on idle
type text "3" holding down {command, shift}
return 10800 -- 3*60*60 seconds, or 3 hours
end idle
Starting at a specific time is up to you, or the input of others.
Jeff Baumann
email@hidden
www.linkedresources.com
If it can't be scripted, it isn't worth doing.