Copy link to clipboard
Copied
Sorry for this really basic question but I cant seem to find an answer (and I promise I have looked).
Ive got a script for bridge from ps-scripts.com that takes the file name and inputs it into the headline metadata, or any other stated part of the metadata (so I can use live captions in Indesign without seeing the file extension).
However, I have not got a clue how to run this script from bridge.
Everything I have seen says its a bridge script not a photoshop script, or are they run the same way?
For reference to the script http://www.ps-scripts.com/bb/viewtopic.php?f=18&t=2406&sid=abb69282c947bc40ec10%2081d5c7b9a6fc#p1028....
Cheers.
Bridge CS5 (4.1.0.54). Windows 7.
In Bridge goto Preferences - Startup Scripts
At the bottom click the "Reveal Button", this will open the folder where the script should be placed as a plain text file with a .jsx extension.
Close and restart Bridge.
Accept the new script.
The script is now ready to run from the Tools menu.
Copy link to clipboard
Copied
In Bridge goto Preferences - Startup Scripts
At the bottom click the "Reveal Button", this will open the folder where the script should be placed as a plain text file with a .jsx extension.
Close and restart Bridge.
Accept the new script.
The script is now ready to run from the Tools menu.
Copy link to clipboard
Copied
Perfect!
Thank you very much!
Copy link to clipboard
Copied
it didn't works with me!, but this works :
//Script_Part_1.jsx (Finished!)
var scriptFile = new File($.fileName);
var scriptPath = scriptFile.parent.fsName;
$.evalFile(scriptPath+'/Script_Part_2.jsx')
note that bothe (Script_Part_1.jsx) is the same place with (Script_Part_2.jsx)
Copy link to clipboard
Copied
Further info on various Adobe apps here:
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html