Count number of times script has been run

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

applezap

Count number of times script has been run

Post by applezap »

Hey All,

Is there a way to count the number of times a script has been run?

For my script, When the user runs the script, I want a window to pop up which allows them to input values - then I want the values to be stored, so that next time the script is run, the window no longer pops up and it runs using the values that were input last time.

Thanks!

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Mike Hale

Count number of times script has been run

Post by Mike Hale »

Do a search here on customOptions. That is one way to store data between runs.