Copy link to clipboard
Copied
I realise this might be a bit of a messy way around it, but I need to get the photoshop script to call an applescript. Basically so that I can have it become a menu item within photoshop.
Can applescript show in the same way photoshop script does?
If not I figured I could either get photoshop script to call the applescript or even more messy, I could use Photoshop to run a terminal command to call the applescript.
Any thoughts
Matt
For those who come across it,
Save your applescript as an app and then you can use this
app.system("open '/path/to/script_as_an_app.app'");
then it all works
Copy link to clipboard
Copied
‌just found an earlier post will try this in the morning
Copy link to clipboard
Copied
For those who come across it,
Save your applescript as an app and then you can use this
app.system("open '/path/to/script_as_an_app.app'");
then it all works
Find more inspiration, events, and resources on the new Adobe Community
Explore Now