Opening files in Photoshop with an applescript droplet -


i have problem. complete applescript novice , trying open 3 files desktop photoshop cs4 using droplet, when drop files error:

can't alias "macintosh hd:users:nazkav:desktop:kav1_jpg"

this code i'm using:

    on open these_files       repeat 1 count of these_files         set this_file item of these_files          image(this_file)       end repeat     end open     on image(the_image)       tell application "adobe photoshop cs4"         activate         open the_image jpeg       end tell     end image 

i hope can in advance

kavin


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -