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

    Status: Needs information => Open

Doug Symes gave more information on the question:
I am running SikuliX scripts on a remote machine, that is managed via a
TightVNC session.

Windows Task Scheduler calls the batch file that has this code:

start /i /b /wait c:\users\biuser\desktop\sikuli\runsikulix -f 
c:\users\biuser\desktop\sikuli\sikuli-log.txt -r 
c:\users\biuser\Documents\QMG_Live.sikuli
findstr /i /g:c:\users\biuser\desktop\sikuli\log_string_search_list.txt 
c:\users\biuser\Desktop\Sikuli\sikuli-log.txt
if %errorlevel% == 0 (
   GOTO SENDMAIL
) ELSE (
   GOTO NOTHING
)
:SENDMAIL
 aws ses send-email --to [email protected] --from [email protected] 
--source-arn arn:aws:ses:us-east-1:<acct>:identity/qualbe.com --subject 
"Data-Mining BI Error" --text "Please login to data-mining.qmg.local and check 
on PBI Desktop to make sure its still running okay.  Look at the log file from 
the automated Sikuli Windows Scheduled Task.  The log is located here:  
c:\users\biuser\Desktop\Sikuli\sikuli-log.txt"
:NOTHING
exit
------ EOF -----

1) What do you make of the VNC issue?
2) Is the above batch file a typical use for SikuliX / Acceptable use?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to