Hallo,
we are running an Armstonea9r2 with WinCE and facing a task we need help for.
We would like to create a process of a shell-like application which takes it command via STDIN and prints out the results via STDOUT.
To interact with that application the "parent process" needs to access the STDIN and STDOUT of the specific child process.
There are multiple approaches around the internet, but none of them seems to work on WinCE, for example:
- Here is a way to pass pipes in the CreateProcess function, but we cannot do that as makros are missing and the documentations states its desktop only.
- Here the setting of the stdio via pipes is used. But there dont seem to be pipes on WinCE.
Interestingly, the Pocket CMD v 8.00 seems to allow those operations, as pipes and redirections can be used there.
I hope there is a simple answer to that problem I overlooked for now.