Re: [Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-28 Thread Test App
Question #660834 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660834

Status: Answered => Solved

Test App confirmed that the question is solved:
Solved https://answers.launchpad.net/sikuli/+question/660613

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-28 Thread RaiMan
Question #660834 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660834

Status: Open => Answered

RaiMan proposed the following answer:
please have a look at this experimental solution:
https://answers.launchpad.net/sikuli/+question/660613

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-27 Thread Test App
Question #660834 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660834

Test App posted a new comment:
Hi Raiman,

Request you to give me a solution

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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

2017-11-16 Thread Test App
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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp