Is it possible to save what is typed in the console to a text file?
I know how to write and read from a text file, but I would like to know how to save what is typed in console itself to a text file.
So opening a console, typing text in the console itself (the black console screen), pressing Enter (or something else), and saving it to a file.
I haven't found any answers that work so I'm beginning to think it isn't possible.
On a side note; is there another name for that console application window? Or is it actually called console application window?