mergeVisible()
function string2ID(str) {return app.stringIDToTypeID(str);}
function mergeVisible()
{
var desc = new ActionDescriptor();
desc.putBoolean(string2ID("duplicate"), true);
executeAction(string2ID("mergeVisible"), desc, DialogModes.NO);
}
I want to run in using batchPlay.
I ran the code while listening with the Alchemist plug-in, but the obtained output outputs an error when I try to run it.