Re: process stdin grab

2007-06-28 Thread Seltzer
thanks for the suggestions. I'm not able to modify the mplayer command... and they do not create a fifo and yes, i meant 'pid', sorry. -felix On 6/28/07, Will Maier <[EMAIL PROTECTED]> wrote: On Thu, Jun 28, 2007 at 08:01:18PM +, Seltzer wrote: > I need to send commands to a process that

Re: process stdin grab

2007-06-28 Thread Will Maier
On Thu, Jun 28, 2007 at 08:01:18PM +, Seltzer wrote: > I need to send commands to a process that i did not start. > (mplayer specifically) I have the PIP of the process, and thats > about all. I assume you mean 'PID'. This is somewhat offtopic, but mplayer supports receiving commands from a FI

process stdin grab

2007-06-28 Thread Seltzer
hello I need to send commands to a process that i did not start. (mplayer specifically) I have the PIP of the process, and thats about all. Any ideas on how to do this in python? i need only to write to its stdin, not read any information from it, and i don't really need to know if my command wor