Run sikuli program from an external problem

Asked by rbranch7

I tried asking this question yesterday, but it mysteriously didn't pop up. Anyway, I want to be able to run say "sikuli.exe" or "sikuli.skl " from another program. I want my program in a form in which, I can call run(file), and it runs from a program.

What are simple suggestions for doing that?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tu Mi (mailtumi) said :
#1

hi rbranch,
i am expecting that you are working with Windows. You can run sikuli by using one of these commands
- "[path to runsikulix.cmd] -r [path to your sikuli test scripts]"
- "java -jar [path to sikulix.jar] -r [path to your sikuli test scripts]"
or you can put the command in a *.bat file to start sikuli from another program (in case that that program can run *.bat file).
Is it a solution for you?
regards
tu mi

Can you help with this problem?

Provide an answer of your own, or ask rbranch7 for more information if necessary.

To post a message you must log in.