Run a daily task every 15 minutes

BatchPatch Forums Home Forums BatchPatch Support Forum Run a daily task every 15 minutes

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12978
    De_Buurman
    Participant

    I want to run a ps1 every 15 minutes during daytime from 07:00 to 19:00
    I have created a job queue to runs a ps1-script, waits 15 minutes, runs the same script again, waits another 15 minutes, etc
    I have scheduled this job to run every day at 07:00

    Is there an easier way to do this ?

    #12979
    doug
    Moderator

    Not really. Currently the only other way to do it would be to modify the queue to run in a loop every 15 minutes, and to insert a custom script that checks the time of day and terminates the loop if the time of day is between 1900 and 0700. However, while this other method job queue would only be several steps instead of ~96 steps, I’m not sure that it’s any easier since it involves creating a custom script.

    We’ll consider other simpler options for a future version.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.