I looked at redirecting handles in batch mode when I noticed this:

Here's the link
It mentions that descriptors 3–9 are undefined and can be defined by the program. Now I read about it in C #, but I was wondering if this is possible in cmd / batch, and if so, what are its limitations / uses.
If this is not possible in cmd, how would I use it, and could it be a solution to output the data to the screen and redirect it to a file at the same time (a problem that was not able to be legal at the same time )
Thanks Mona.
source
share