Re: Automatic Screen Snapshot?
Re: Automatic Screen Snapshot?
- Subject: Re: Automatic Screen Snapshot?
- From: "Arthur J Knapp" <email@hidden>
- Date: Thu, 29 Mar 2001 16:06:59 -0500
>
Date: Thu, 29 Mar 2001 10:52:21 -0800
>
Subject: Automatic Screen Snapshot?
>
From: email@hidden (Jim Reed)
>
... 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.
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
Arthur J. Knapp
http://www.stellarvisions.com
mailto:email@hidden
Hey, check out:
http://home.earthlink.net/~eagrant/