sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08511
Re: [Question #186440]: How to start more than one script at boot
Question #186440 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/186440
Description changed to:
HI!
Autostart sikuli-ide.sh -r <sikuli-file> - started, its easy
Idea to add some options to sikuli-ide.sh that pointed to action (mean
more that one script in one sikuli process) plus create second sikuli
process to control and close first sikuli when it finished.
#!/bin/sh
DIR=`dirname $0`
LC_NUMERIC=C java -Dsikuli.console=true -Dsikuli.debug=0 -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -jar $DIR/sikuli-ide.jar $*
TA!
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.