On Aug 7, 11:07 am, "mclaugb" <[EMAIL PROTECTED]> wrote:
> At the moment, I cannot figure a way of running this precompiled "conv.exe"
> using commandline arguments.
>
> Thus, I need Python to call the program, wait until it loads up, then enter
> a known sequence of characters so that the function
At the moment, I cannot figure a way of running this precompiled "conv.exe"
using commandline arguments.
Thus, I need Python to call the program, wait until it loads up, then enter
a known sequence of characters so that the function will run.
The program conv.exe I call looks like this.
On Aug 7, 9:48 am, "mclaugb" <[EMAIL PROTECTED]> wrote:
> Hello ALl,
> I have a compiled program "conv.exe" that works as follows:>>conv.exe
>
> -
> Please selection from the following options. press "h" for help, "p" for
> print, "r" for readfile.
> Enter your request
Hello ALl,
I have a compiled program "conv.exe" that works as follows:
>>conv.exe
-
Please selection from the following options. press "h" for help, "p" for
print, "r" for readfile.
Enter your request now:
...
Is there a way to script python using