Search notes:

mode.com

mode is the DOS Device MODE Utility which allows to configure system devices.

Change the size of the cmd.exe window

The size of the current cmd.exe window can be changed with the mode command:
mode con: cols=200 lines=70
However, this also seems set the buffers size to 70 which is not what I usually want.
Apparently, the previous command can be shortened to the equivalent(?)
c:\> mode 200,70

TODO

Changing the code page: mode con: cp select=…. Compare with chcp.

Index