Search code examples
scheduled-tasksautoit

How to schedule an AutoIt script to run daily?


I have a script that captures the screen to an image. I'd like it to run everyday at 4PM. How can I do this?


Solution

  • Add to Task Scheduler. Alternatively a timer in AutoIt script itself is possible, but in turn requires the script's scheduled (or manual) startup on system start.