Question #136108 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/136108
Adam posted a new comment: For those looking to automate on ec2 windows machines, this worked for me: http://www.allianceglobalservices.com/blog/executing-automation- suite-on-disconnectedlocked-machines In summary, I used RDC to connect, put this in a batch file, double clicked it, and sikulix started working remotely (kicking me out of RDC). Note that ec2 windows machines default to 1024x768 when tscon takes over which may be too small so TightVnc can be used to increase the resolution to 1280x1024 before running. tscon.exe 0 /dest:console tscon.exe 1 /dest:console tscon.exe 2 /dest:console tscon.exe 3 /dest:console START /DC:\Sikulix /WAIT /B C:\Sikulix\runsikulix.cmd -d 3 -r C:\test.sikuli -f C:\Sikulix\log.txt -d C:\Sikulix\userlog.txt -- You received this question notification because you are a member of Sikuli Drivers, which 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

