How to run sikuli from VB script

Asked by manas

I want to know how to run sikuli from VBScript and based upon sikuli script result , next VBScript will execute.
for example if Sikuli script is passed i wll execute VBScript code.if fail i will stop execute next VBScript code.

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
RaiMan (raimund-hocke) said :
#1

run your script from your VBscript as a command using

java -jar path-to-sikuli-script.jar path-to-your-script.sikuli

no parameters to the script currently possible.

the path specifications have to be adapted to your situation.

In the Sikuli script use exit(n) to return something else than 0.

Can you help with this problem?

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

To post a message you must log in.