python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
System.NotSupportedException when reading from StreamReader of the standard output of a DOSBox process in a C# Console Application
I am running into an issue reading the output/input of a DOSBox Process started by my C# console application. DOSBox has an encoding for code page 437, but setting up my StreamReader with that encodin...
Mcubed333
Votes: 0
Answers: 0
Weird behaviour when passing grandchild output of CreateProcess to the grandparent through the child
I am working on an application A which calls CreateProcess to run a child process B, which in turn calls createProcess to run a child process C. The output of C should be passed through by B and then ...

user17985554
Votes: 0
Answers: 1
Child process should not die with parent process
The following scenario:
process_1.bin starts doSomeThing.sh
doSomeThing.sh should kill process_1.bin first but keep running itself and do some other things
I have tried fork, exec, screen, p_threa...
oemer_1907
Votes: 0
Answers: 2