F
free7942g
I have a console application that has huge outputs.
I want to redirect the standard i/o to files, directly.
but Process class has only process pipes.
Do I have to CreateProcess API?
I will use this code for server.
Any Idea, please.
Thank you.
I want to redirect the standard i/o to files, directly.
but Process class has only process pipes.
Do I have to CreateProcess API?
I will use this code for server.
Any Idea, please.
Thank you.