Re: Return the names of all Photoshop scripts
Re: Return the names of all Photoshop scripts
- Subject: Re: Return the names of all Photoshop scripts
- From: Stan Cleveland <email@hidden>
- Date: Wed, 27 Nov 2013 11:39:26 -0800
On Nov 27, 2013, at 4:37 AM, Jay louvion wrote:
> I came across a JS that *seems* to do it. Any chance of integrating one within the other?
Hi Jay,
Here's how to execute JS code from AS:
tell application "Adobe Photoshop CS5"
do javascript "
blah;
blah;
blah;"
end tell
Stan C.
_______________________________________________
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