Re: [Sikuli-driver] [Question #215270]: How to open the .txt file ?

2012-12-19 Thread RaiMan
Question #215270 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215270 RaiMan proposed the following answer: Start \c:\test drive\file.txt\ -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #215270]: How to open the .txt file ?

2012-12-13 Thread Wolf Touplous
Question #215270 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215270 Wolf Touplous posted a new comment: Raimund, i looked everywhere but could not find this one. How do you include directory with spaces in side (Start ...) ? I tried: (Start c:\test drive\file.txt) (Start

[Sikuli-driver] [Question #215270]: How to open the .txt file ?

2012-11-26 Thread naveen
New question #215270 on Sikuli: https://answers.launchpad.net/sikuli/+question/215270 Hi, I am using the openApp function to open the .txt file ,but its working Can any one solve this problem? -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #215270]: How to open the .txt file ?

2012-11-26 Thread RaiMan
Question #215270 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215270 Status: Open = Answered RaiMan proposed the following answer: openApp() currently only opens .exe, .cmd, .bat files on the system path. You might use import os os.popen(start ...) the Windows start

Re: [Sikuli-driver] [Question #215270]: How to open the .txt file ?

2012-11-26 Thread naveen
Question #215270 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215270 Status: Answered = Open naveen is still having a problem: can u give me clear solution for this? i have notepad with some text how to open that page . import os --what is os here? -- You received

Re: [Sikuli-driver] [Question #215270]: How to open the .txt file ?

2012-11-26 Thread RaiMan
Question #215270 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215270 Status: Open = Answered RaiMan proposed the following answer: Life isn't that easy sometimes. If you want to do more complex stuff with Sikuli, you have to invest a little, e.g reading docs. In this