1
Does CMD.exe automatically put a new line on the terminal window after a program has run? My program is outputing one line of text, via .NET Console.WriteLine("TEXT");
However, I'm also seeing a blank line when when I run it in CMD.exe. Why is that?
It would look like this:
TEXT
C:\>
Notice the blank line in the above output. My program only writes 1 line though.
1I think so. It separates it from the text that shows about Microsoft when you open cmd. They might of put it before C :> rather than after their copyright info. – ss4566654768 – 2016-01-29T23:33:09.457