← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #220729]: Errors from beginner's script

 

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

    Status: Answered => Open

Daniel Ford is still having a problem:
RaiMan,

As I mentioned in my earlier post, I *did* try using Sikuli-IDE-w.bat, but it returned immediately rather than waiting for the script to complete its job.  Here's the version I used, modified to work in my environment (the original uses environment variables that don't exist in my Win2k system):
-----
@echo off
PATH=%PATH%;%~d0%~p0libs
set JAVA_EXE="C:\Program Files\Java\jre6\bin\javaw.exe"
start /WAIT /B "Sikuli-IDE" %JAVA_EXE% -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dpython.path="%~d0%~p0sikuli-script.jar/" -jar "%~d0%~p0sikuli-ide.jar" %*
-----
I tried with and without the added /WAIT, but it makes no difference - either way it returns immediately.

Rgds, Daniel

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