First post, by gammaburst
I'd like to run three command-line apps in a Windows pipeline:
A | B | C
A and C are 64-bit Windows console apps. B is a 16-bit DOS utility. Windows by itself can't do it. I can't simply break up the pipeline and use temp files because it's processing continuous real-time data.
Can DOSBox somehow provide a wrapper around B, passing stdin-stdout-environment-parameters to the 16-bit app? I think the answer is "no". Is there another virtual machine that can do it?