sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15336
Re: [Question #196785]: How to run a script with minimal installation via sikuli-script.jar on Windows, Linux
Question #196785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/196785
Joe McGurty proposed the following answer:
I was able to get this to work on Win 7 x64 by using the following for
runsikuli.cmd, follow RaiMan's advice (post #2):
@echo off
set OLDPATH=%PATH%
set SIKULI_HOME=%~dp0
PATH=%SIKULI_HOME%libs;%ProgramFiles(x86)%\Java\jre6\bin;%PATH%
java -jar "%SIKULI_HOME%sikuli-script.jar" %1
PATH=%OLDPATH%
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.