Window Size

Change the Window Size.

Description: To control the size of a window use the MODE command. The example shows how to size a window 90 characters horizontal and 10 lines vertical.
Script:
1.
2.
::: -- Set the window size --
MODE CON: COLS=90 LINES=10