Jump to Content
  Previous Next
Content starts here

Scheduling Scripts

To schedule a script to run automatically at a specified time, you can use utilities such as the Windows Task Scheduler or the Linux crontab command. For example, to schedule the evaluate.txt script, you would schedule the command:

guardianHeadless -gscript -f evaluate.txt 
  Previous Next