Unable to run script on target machine

Asked by Test App

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

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Test App
Solved:
Last query:
Last reply:
Revision history for this message
Test App (laxmisaketha) said :
#1

Hi Raiman,

Request you to give me a solution

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

please have a look at this experimental solution:
https://answers.launchpad.net/sikuli/+question/660613

Revision history for this message
Test App (laxmisaketha) said :
#3