Re: opening PowerPoint presentation without bringing to front?
Re: opening PowerPoint presentation without bringing to front?
- Subject: Re: opening PowerPoint presentation without bringing to front?
- From: Laine Lee <email@hidden>
- Date: Thu, 13 Aug 2009 14:55:57 -0500
- Thread-topic: opening PowerPoint presentation without bringing to front?
On 8/13/09 2:09 PM, "Bruce Carter" <email@hidden> wrote:
> There are other ways to
> manipulate that quarantine information as well
Thanks! I found the following pretty quickly.
http://henrik.nyh.se/2007/10/lift-the-leopard-download-quarantine
So prepending this construct to the script in question might also prevent
the appearance of the unwanted warning.
tell application "Finder"
set anapp to application file id "PPT3" as Unicode text
end tell
do shell script "xattr -d com.apple.quarantine" & space & (quoted form of
(POSIX path of anapp))
--
Laine Lee
_______________________________________________
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