Name
SetConsoleTitle -- set console title (V10.0)
Synopsis
SetConsoleTitle(t$)
Platforms
Windows

Function
This function changes the title of the console window to the text specified in t$. This is currently only supported on Windows.

Inputs
t$
new title for the console window

Show TOC