compiled program input

Fredrik Lundh fredrik at pythonware.com
Tue Feb 28 08:29:55 EST 2006


mehmetmutigozel at gmail.com wrote:

> i have a compiled program named m.exe. when i execute it asks me to
> enter a parameter like "me.dat". the coder didn't manage the argv for
> this program and i only have the executable.
>
> is there a vay to call this executeable from python and give parameters
> to it?
>
>>m.exe
>>input1 ? me.dat
>>....
>
> something like this

does

    echo me.dat | m.exe

work ?

</F> 






More information about the Python-list mailing list