Command line and give back control

Asked by Fabian

Hi,

I trigger Sikuli via command line in a batch file.
With release 0.10.2, executing the command line to execute a Sikuli' script waited the end of execution of the script before give back control to the batch file.
I've installed X rc3 and now the process is launched but we get back the control straight afterwards the execution,.
Is there an option to have in X rc3 the 0.10.2 behaviour, meaning waiting the end of the execution of the script to get back the control

Thanks,

Fabian

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Fabian
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

--- I trigger Sikuli via command line in a batch file.
How do you do that?
paste an example batch file.

BTW: what system?

Revision history for this message
Fabian (fabian-ledoeuff) said :
#2

I have the answer to my question :)
In my batch file I was using the command line :
"Sikuli-IDE.exe -s -r "path-and-name-of-my-script"

I fix it up using the following command :
"Sikuli-IDE.bat -s -r "path-and-name-of-my-script"

Thanks Raiman to be so prompt.

Fabian