ConsoleTitle()
Syntax
ConsoleTitle(Title$)Description
Changes the console title to the specified string. The console title is typically shown in the title bar of the window which the console is in (when you are viewing the console in a graphical environment such as your desktop).
Under Windows, the console title is also the text shown in the start bar and in the task manager representing your console application.
Example:If OpenConsole() ConsoleTitle("The ConsoleTitle example program") PrintN("Press return to exit") Input() EndIf
Supported OS
Windows