** Changed in: sikuli
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/963787
Title:
[request] passing arguments with space to Sikuli-IDE-w.bat
Status in Sikuli:
Fix Released
Bug description:
Sikuli version: 1.0rc3
Operating System: Windows XP SP3
I need to pass to some arguments to sikuli script using Windows cmd
line. The instruction is the following:
cmd /c "C:\Program Files\Sikuli X\Sikuli-IDE-w.bat" -r
D:\Sikuli\Alarm_Enhanced_Navigation\prova_param.sikuli pippo peppe "text with
some space"
The last argument contains space, so i put in double quote.
If i do like this sikuli does not start. I check on task manager and java
does not start at all.
If I try the same script with arguments with no space it works fine.
Here the sikuli program used:
import os
import sys
[insuser,alarmsource]=sys.argv[1:]
popup(insuser)
popup(alarmsource)
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/963787/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp