sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36130
[Question #279885]: Running Sikuli Command Line via VBA Shell
New question #279885 on Sikuli:
https://answers.launchpad.net/sikuli/+question/279885
I able to run Sikuli via command line:
C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2
however, I am getting java.util.prefs.WindowsPreferences (init)
WARNING: could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
I am trying to call Sikuli script via my VBA Exell app:
retVal = Shell("C:\pathtosikuli\runsikulix.cmd -r C:\Sikuli\scripts\mysikulscript.sikuli -- arg1 arg2",vbNormalFocus)
command windows pops with with error message shown above. By the way, I do not have admin right to the machine.
I need to be able to integrate Sikuli script into my VBA macro.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.