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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to