← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #261508]: run .skl file using batch file

 

Question #261508 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261508

    Status: Answered => Open

deva is still having a problem:
Thanks for your explanation..


i used below code to run .skl file

the following is my .bat file

.bat file:

@echo off
start /i /b /wait Path-to \\runsikulix.cmd -r %1

i used the below line run as command from java:

String[] command={"cmd.exe", "/C", "Start "+path-to .bat file+" "+path-
to .skl file};

at where i have to add script line  in batch file

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.