← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #203300]: Unsatisfied Linked Error :VisionProxy.dll: Can't find dependent libraries when a batch file is run using windows scheduler

 

Question #203300 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/203300

    Status: Open => Answered

RaiMan proposed the following answer:
SETX does not set environment variables for the current command line,
you have to use the normal set command.

make ONE command file:
set PATH=%PATH%;c:\Program Files\Sikuli X\libs;c:Program Files\Java\jre6\bin
set SIKULI_HOME=c:\Program Files\Sikuli X\
java -cp "%SIKULI_HOME%sikuli-script.jar" org.python.util.jython c:\myworkspace\myscripts.py

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.