Re: How to speed up script execution?
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 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