I guess you missed it. I think this is what I used
Code: Select allstrings photoshop.exe | grep '\$\$\$' | grep 'Action'
Localize "Panels" path
-
Mike Hale
Localize "Panels" path
If you change that to
Code: Select allstrings photoshop.exe | grep '\$\$\$' | grep 'Dir'
You can file z-strings for most of the preset folders.
Code: Select allstrings photoshop.exe | grep '\$\$\$' | grep 'Dir'
You can file z-strings for most of the preset folders.
-
bdeshazer
Localize "Panels" path
I see my mistake, I was trying to do this:
strings Adobe\ Photoshop\ CS6 | grep 'Actions' | grep 'Preset'
thinking it would be similar to the localized 'Scripts' folder...
Thanks!
strings Adobe\ Photoshop\ CS6 | grep 'Actions' | grep 'Preset'
thinking it would be similar to the localized 'Scripts' folder...
Thanks!
-
undavide
Localize "Panels" path
Interesting - is there a way to make it work on Mac?
On a PS.app duplicate of Adobe Photoshop Cs6.app I've run
Code: Select allstrings PS.app | grep '\$\$\$' | grep 'Dir'
getting as a result:
Code: Select allstrings: can't map file: PS.app (Invalid argument)
Thanks
Davide
UPDATE
Epic fail: I'm asking a question which answer I'm supposed to know, since I'm the author of the original post. Nice shot By the way I originally entered this topic two years ago, I can look for excuses!
On a PS.app duplicate of Adobe Photoshop Cs6.app I've run
Code: Select allstrings PS.app | grep '\$\$\$' | grep 'Dir'
getting as a result:
Code: Select allstrings: can't map file: PS.app (Invalid argument)
Thanks
Davide
UPDATE
Epic fail: I'm asking a question which answer I'm supposed to know, since I'm the author of the original post. Nice shot By the way I originally entered this topic two years ago, I can look for excuses!
-
Mike Hale
Localize "Panels" path
That is funny. I was going to say that although I don't know how it works an a Mac I understand that it is somewhat easier because the Mac ships with the needed program. On Windows( at least XP ) you have in install an app.
But from your update it looks like you worked it out.
But from your update it looks like you worked it out.