0
Bridge 2023 scripting crasher
LEGEND
,
/t5/bridge-discussions/bridge-2023-scripting-crasher/td-p/13346887
Nov 15, 2022
Nov 15, 2022
Copy link to clipboard
Copied
I see there is now an app.batchRename() method but its not documented. Testing it makes Bridge 2023 crash with no errors. "disc" is one of my saved Batch Rename presets.
Please document this new method as I'd love to start using it.
try{
var thumbs = app.document.selections;
app.batchRename(thumbs, 'disc');
}
catch(e){
$.writeln(e);
}
TOPICS
Bug
,
Crash or freeze
,
Problem or error
,
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

