How to get the stdout of linux process

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bill lam

How to get the stdout of linux process

Post by bill lam »

I noted that when using createprocess, it is possible to get the output of a dos
batch file. However if a linux script or program is called instead, it run but
the stdout of linux processing can not be read by wine. Does anyone know how to
do it?

regards,
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How to get the stdout of linux process

Post by vitamin »

bill lam wrote:I noted that when using createprocess, it is possible to get the output of a dos
batch file. However if a linux script or program is called instead, it run but
the stdout of linux processing can not be read by wine. Does anyone know how to
do it?

regards,
An example code would be nice.
Locked