Yeap! … Just place the 100,000 ID files in a folder "X files" and play: The script allows the op to choose this folder "X files". Then let's the script play its music alone: it opens the first 10 files, run this kind of code lines on each file, save and close it. app.activeDocument.colors.item("color_A").colorValue = [50,0,0,0]; app.activeDocument.colors.item("color_B").colorValue = [0,0,100,0]; … When the 10 files have been treated, the script goes on the next 10 and so on! … Simple! (^/)
... View more