From: wukong on
newbie question, how do you run a .exe generated by MSVC++ in python
in windows?
From: Irmen de Jong on
On 26-3-2010 22:58, wukong wrote:
> newbie question, how do you run a .exe generated by MSVC++ in python
> in windows?

Use the subprocess module, for instance:
subprocess.call(["notepad.exe", "d:/file.txt"])

irmen
From: wukong on
On Mar 26, 3:10 pm, Irmen de Jong <irmen-NOSP...(a)xs4all.nl> wrote:
> On 26-3-2010 22:58, wukong wrote:
>
> > newbie question, how do you run a .exe generated by MSVC++ in python
> > in windows?
>
> Use the subprocess module, for instance:
> subprocess.call(["notepad.exe", "d:/file.txt"])
>
> irmen

worked like a charm, :-) thanks irmen.
 | 
Pages: 1
Prev: Income for life !
Next: GIF89A and PIL