Windows CE + C# : How to redirect stdout/stderr of child process?

D

danebarney

I'm developing a Windows CE 5.0 app using C# and I need to call a child
process and then capture its stdout into a window. The solutions I've
read online for doing this involve either using the CreateProcess(), a
Win32 API function which isn't easily accessible in a C# app, or using
the System.Diagnostics.Process class which seems to only have stdout
redirection capabilities in Win32, but not CE. So what are my best
options?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top