New question #691199 on Sikuli: https://answers.launchpad.net/sikuli/+question/691199
Hello. This may not be a Sikuli specific question, but I'd really appreciate your input. I'm trying to open a file with specific application and for some reason files that start with 'p' do not open. For example: import subprocess app = 'C:/Program Files/Application/App.exe' file = 'C:/test/p.qwe' subprocess.Popen([ftm, file]) And nothing happens. If I rename the file in Explorer (add any character before 'p') then it opens successfully. If, instead of my application, I use 'notepad.exe' everything works fine too. I am completely puzzled. -- 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

