-
1. Re: Call Photoshop Action from other APP?
Chris Cox Dec 30, 2011 3:56 PM (in response to NeilX)Just call Photoshop with the name of the image file and javascript on the command line.
IIRC correctly, it loads last to first - so you may need to experiment a little.
Or you could make a droplet from Photoshop.
-
2. Re: Call Photoshop Action from other APP?
NeilX Dec 30, 2011 5:20 PM (in response to Chris Cox)Indeed, Running "Photoshop.exe javascript.js" solves my problem. It seems more reliable than using Droplet.
-
3. Re: Call Photoshop Action from other APP?
Gonterman1201 Jan 21, 2014 10:47 AM (in response to NeilX)Can I get a hint of how you call photoshop from the command line? I would like to create a way of running an action on a folder. I know the javascript for the action. But I don't know anything about the command line. Please advise.
Thanks. Run on Windows.
-
4. Re: Call Photoshop Action from other APP?
Tom Ruark Jan 21, 2014 11:06 AM (in response to Gonterman1201)Check out the vbs samples (Visual Basic) from here: http://www.adobe.com/devnet/photoshop/scripting.html
Then use "cscript" from the command line.
-
5. Re: Call Photoshop Action from other APP?
Gonterman1201 Jan 21, 2014 12:41 PM (in response to Tom Ruark)Thanks for your quick reply. The cscript looks interesting. Do you think it is nessasary for there to be a hard written link to the photo file?
-
6. Re: Call Photoshop Action from other APP?
Gonterman1201 Jan 21, 2014 12:42 PM (in response to Gonterman1201)Would this work? C:\test.exe C:\test\*.jpg




