I have a simple script that resets the sequence number for the sequential save. I want it to run once everyday at 11:49pm.
This is all thats in the script:
Portfolio.Canvas(1).AutoSave.SequentialNumber=0
Portfolio.Canvas(2).AutoSave.SequentialNumber=0
In script setup I have Interval checked, run every set to 24 hr, Base time set to 23:49:00 and the script file set to C:\Program Files (x86)\ImageSalsa\ResetSEQ.txt
If I click Reload script, the script executes and resets the sequence numbers but it does not run every day at the set time.
What am I missing to get this to run everyday?