How to change Screen buffer size in DOS Command Prompt
How to change Screen buffer size in DOS Command Prompt
Through Command
type in cmd
mode con:cols=200 lines=170
The lines=170 part actually adjusts the Height in the ‘Screen Buffer Size’ setting, NOT the Height in the ‘Window Size’ setting.
Easily proven by running the command with a setting for ‘lines=2000′ (or whatever buffer you want) and then check the ‘Properties’ of the window, you’ll see that indeed the buffer is now set to 2000.
My batch…
View On WordPress










