Remote Console Topics | Previous

Rconmode


A new Remote Console tool, Rconmode, enables you to change the screen buffer size and the window size of the current console. The syntax is:

One Steprconmode bufferx,buffery,windowx,windowy

Where:

bufferx
is the screen buffer width in characters.
buffery
is the screen buffer height in characters.
windowx
is the window width in characters.
windowy
is the window height in characters.

For example, the following command changes the screen buffer size to 80 x 500 and the window size to 80 x 50:

rconmode 80,500,80,50