Skip to main content
Legend
November 15, 2022
Question

Bridge 2023 scripting crasher

  • November 15, 2022
  • 0 replies
  • 144 views

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);
    }

 

This topic has been closed for replies.