sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25043
Re: [Question #246137]: Start Sikuli scripts at a specific time
Question #246137 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246137
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
Assuming you are working under Windows OS and you are running your
script from the command line (using "runScript.cmd -r Test.sikuli"), you
can just scedule it with Windows Task Scheduler by performing the
folowing steps:
1. Open Task Scheduler
2. Create a Basic Task
3. Enter name
4. Choose your trigger (this is where you define when you want to run it)
5. Choose an action (here pick "Start a program) and provide a full path to your command. For example:
C:\SikuliX\runScript -r C:\Sikulix\Test.sikuli
6. Finish!
Cheers,
Eugene
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.