Re: Photoshop 6.0.1 Droplets and Applescript
Re: Photoshop 6.0.1 Droplets and Applescript
- Subject: Re: Photoshop 6.0.1 Droplets and Applescript
- From: Mohamed Shams <email@hidden>
- Date: Thu, 15 Nov 2001 13:17:18 -0500
Try this
on open (imagelist)
tell application "Adobe. Photoshop. 6.0"
repeat with curimage in imagelist
set cimage to open curimage
do script "Whatever"
close the current document with saving
end repeat
end tell
end open
Mohamed
On 11/15/01 12:02 PM, "Sprague, Graham" <email@hidden> wrote:
>
I can't see to get this "do script" thing to work with a list of files. Also
>
it says only for use with a droplet but there is no way to tell photoshop
>
which droplet to use.Or do I use a tell on the droplet itself and treat it
>
as an application? There is serious need of documentation here!!!!
>
>
Has anyone ever successfully created an applescript that passes a list of
>
aliases to an action or droplet. If so could you please post some examples.
>
>
Thanks,
>
Graham