compiled program input




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

.



Relevant Pages

  • Re: Running DOS program within MFC GUI APP
    ... >(i.e. execute and wait) a DOS console application (with an argv argument ... Use CreateProcess and WaitForSingleObject on the process handle ...
    (microsoft.public.vc.mfc)
  • Visual C++ wrong entry point
    ... visual C++ 6 SP5 does not execute the function main(int argc, char ... but my argc and argv arguments are both equal to 0. ...
    (comp.lang.cpp)
  • Visual C++ wrong entry point
    ... visual C++ 6 SP5 does not execute the function main(int argc, char ... but my argc and argv arguments are both equal to 0. ...
    (microsoft.public.vstudio.development)