Copy link to clipboard
Copied
I downloaded this script called "export layers to files" (GitHub - jwa107/Photoshop-Export-Layers-to-Files-Fast: This script allows you to export your layers ... ) and it works as it should. However I want to remove the "finished" dialog popup box that shows after each job. Can I just remove some code from the script and if so what?
[Moved by Mod to Photoshop Scripting forum]
Looks like you also need to comment out line 268 as well.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
It looks like line 270 is the culprit. Comment it out like this:
// alert(message, "Finished", count.error);
Copy link to clipboard
Copied
Hi
thanks for the suggestion. I tried that but still get the dialog box...
Copy link to clipboard
Copied
Looks like you also need to comment out line 268 as well.
Copy link to clipboard
Copied
Thats done it. Thanks for taking the time to help me xbytor2.