• 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: How to speed up script execution?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to speed up script execution?


  • Subject: Re: How to speed up script execution?
  • From: KOENIG Yvan <email@hidden>
  • Date: Tue, 17 May 2011 20:25:44 +0200

Try this one :

on run
run script do_your_duty
end run

script do_your_duty
tell application "Mail"
activate
set pts to content of signature "Rochem.us"
end tell


set the clipboard to pts


tell application "System Events"
tell process "Mail"
keystroke "v" using {command down}
end tell
end tell
end script

Yvan KOENIG (VALLAURIS, France) mardi 17 mai 2011 20:25:36


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >How to speed up script execution? (From: Pat Stanford <email@hidden>)

  • Prev by Date: Re: Problem with this list
  • Next by Date: Re: Problem with this list
  • Previous by thread: How to speed up script execution?
  • Next by thread: Why
  • Index(es):
    • Date
    • Thread