Re: when opening a selection, is there any way to specify the app to use???
Re: when opening a selection, is there any way to specify the app to use???
- Subject: Re: when opening a selection, is there any way to specify the app to use???
- From: email@hidden
- Date: Tue, 11 Sep 2001 01:25:06 EDT
Andrew,
Try something like this (untested, and you'll need actual files to make this
work):
set file2open to "Macintosh HD:file2open.jpg"
set droplet to "Macintosh HD:myCleverDroplet"
tell application "Finder"
open file file2open using application file droplet
end tell
Jeff Baumann
email@hidden
www.linkedresources.com
In a message dated 9/11/01 12:07:43 AM, Andrew Simpson wrote:
>
well its not really an app.
>
>
i have an adobe action droplet which i would like to drop a whole pile of
>
images onto but i can't work out how to use the droplet as open selection
>
just opens photoshop itself...anybody have any idea's???