← Back to team overview

sikuli-driver team mailing list archive

[Question #660834]: Unable to run script on target machine

 

New question #660834 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660834

Hi , 

I want to run my scripts on different machines without installing sikuli on other machines

So with the data present in the forum , I have followed the below approach

1.Create a zip file with Libs folder + sikuli.jar + script.sikuli
2.Copied and Unzipped the folder in the other machine
3.Create a batch script as follows

        @echo off
        set OLDPATH=%PATH%
        set SIKULI_HOME=%~d0%~p0
        PATH=%SIKULI_HOME%libs;%ProgramFiles%\Java\jre6\bin;%PATH%
        java -jar %SIKULI_HOME%sikuli-script.jar %1
        PATH=%OLDPATH%



So when i try to run this batch script , Sikuli IDE is opened but does not run my script


What should i do to get my script running , Not sure if i missed something

Please help

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.