Re: [Sikuli-driver] [Question #700646]: Cronjob with sikuli

2022-02-20 Thread Chetan
Question #700646 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700646 Chetan proposed the following answer: you can write a cron job something like below !/bin/bash echo "Running script." cd ~/your/classpath/to/java java -classpath .:somejar.jar path/to/your/Program -- You

Re: [Sikuli-driver] [Question #700646]: Cronjob with sikuli

2022-02-17 Thread RaiMan
Question #700646 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700646 Status: Open => Answered RaiMan proposed the following answer: I guess the way is to pack the script into a shell script (java -jar -r script) and mention this in the cronjob. -- You received

[Sikuli-driver] [Question #700646]: Cronjob with sikuli

2022-02-16 Thread trevonio
New question #700646 on SikuliX: https://answers.launchpad.net/sikuli/+question/700646 I wrote a script wit sikuli and I would like to run it once a day in ubuntu. I thought a cronjob would be the easiest way to do it but I can't find the way to do it. Can I run the sikuli java jar file in a