Re: python system subprocess win32

2007-08-07 Thread kyosohma
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

Re: python system subprocess win32

2007-08-07 Thread mclaugb
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.

Re: python system subprocess win32

2007-08-07 Thread kyosohma
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

python system subprocess win32

2007-08-07 Thread mclaugb
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