Command Line execution

Asked by kishore

Hi,

1) I am unable to executing sikuli script through command line using the following cod

C:\Program Files\Sikuli X\Sikuli-IDE-w.bat -r D:\GAAutomation_Sikuli\Scripts\LoginScript.siku

let me know if any modification above statement

2) In sikuli how to execute batch(all the scripts)?

Regards,
Kishore

Question information

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

1)
D:\GAAutomation_Sikuli\Scripts\LoginScript.siku
I guess, this is a copy/paste error
D:\GAAutomation_Sikuli\Scripts\LoginScript.sikuli

Try to use dirnames without any special characters
D:\GAAutomationSikuli\Scripts\LoginScript.siku

2) when importing another script, it is run

Revision history for this message
kishore (kishore-thotapally) said :
#2

i corrected the type error but still i have same issue

C:\Program Files\Sikuli X\Sikuli-IDE-w.bat -r D:\GAAutomationSikuli\Scripts\LoginScript.sikuli

Revision history for this message
RaiMan (raimund-hocke) said :
#3

symptoms?

Use Sikuli-IDE.bat to see some possible errors in the command line window.

Revision history for this message
kishore (kishore-thotapally) said :
#4

i tried to resolve the issue