• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Automatic Screen Snapshot?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Automatic Screen Snapshot?
      • From: "Christopher C. Stone" <email@hidden>
  • Prev by Date: Re: [OFF] path to documents folder?
  • Next by Date: Upgraded to AS 1.6 now problems...
  • Previous by thread: Re: Automatic Screen Snapshot?
  • Next by thread: Re: Automatic Screen Snapshot?
  • Index(es):
    • Date
    • Thread