Console

rconsolename

Sets the current Windows console window title .

Syntax

rconsolename(text: string)
Aliases consolenamerconsolesettitleconsolesettitle

Arguments

NameTypeDescription
textstringString passed to Windows console title update as the console window title.

Description

Sets the current Windows console window title . The first argument must be a string and is checked before the console existence check. If no console window exists after the string check succeeds, the call returns without doing anything.

Call it with 1 parameter(s): text. The argument table explains which values are required and which ones only refine the behavior.

It does not return data. Treat the call as an action and handle errors around the call site when needed.

Example

Set the current Windows console window title.

rconsolecreate()
rconsolename("Real Console")