sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25494
Re: [Question #247554]: Open Windows Movie Maker files without GUI
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 you have to run MovieMaker and tell him to open that file:
movieMaker = r"absolute path to MovierMaker.exe"
subprocess.Popen(("cmd", "/C", "start", movieMaker, os.path.join(dir, movie)))
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.