Why is the process spawning separately from the pseudo console?
I’m trying to create a pseudo console running a command line in rust, using this guide as a reference.
Unable to write to pseudo console?
I have been following the microsoft guide on creating a pseudo console session. But I am a bit uncertain how I actualy write to the console? You can see what I attempted below.