Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-25 Thread RaiMan
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 RaiMan proposed the following answer: I tested on my Win 8-64 - there seems to be some problems with the string handling down to the Windows API level. This worked for me (with text files and notepad++): (B

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-25 Thread Oh No
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 Oh No posted a new comment: Thanks, with this it works, but there is still a command prompt window that pops up. Also, any wlmp file that I double click on will open automatically with MovieMaker, so I'm not

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-25 Thread RaiMan
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 RaiMan proposed the following answer: The above command setup only works, if files with ending wlmp open automatically in MovieMaker if they are double clicked in explorer. This seems not to be the case. so

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread Oh No
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 Oh No posted a new comment: Ok, I deleted the space between r and " to create the raw string. This time there are no error messages, but the result is that a command prompt window is opened and nothing else h

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread RaiMan
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 Status: Open => Answered RaiMan proposed the following answer: problem: dir = r "D:\Media\Students 2013\WMM" no blank between r and " dir = r"D:\Media\Students 2013\WMM" r"some text" is a so called r

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread Oh No
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 Status: Answered => Open Oh No is still having a problem: I just used the code from your previous message: movie = "2-JAS.wlmp" dir = r "D:\Media\Students 2013\WMM" import subprocess import os subproces

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread RaiMan
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 RaiMan requested more information: could you paste the exact code you are using. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread Oh No
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 Oh No posted a new comment: I'm receiving the following error message: [error] script [ *Untitled ] stopped with error in line 2 at column 8 [error] SyntaxError ( 'no viable alternative at input \'"D:\\Media

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread RaiMan
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 RaiMan proposed the following answer: supposing, that a .wlmp file is opened with MovieMaker if double- clicked. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread RaiMan
Question #247554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247554 Status: Open => Answered RaiMan proposed the following answer: movie = "2-JAS.wlmp" dir = r "D:\Media\Students 2013\WMM" import subprocess import os subprocess.Popen(("cmd", "/C", "start", os.path.join(d

[Sikuli-driver] [Question #247554]: Open Windows Movie Maker files without GUI

2014-04-24 Thread Oh No
New question #247554 on Sikuli: https://answers.launchpad.net/sikuli/+question/247554 I'd like to open a Movie Maker file, which I believe must be an incredibly simple task, but alas I still can't get it to work. For example I have a file called 2-JAS.wlmp in "D:\Media\Students 2013\WMM" How