Console

rconsoleshow

Shows the current Windows console window .

Syntax

rconsoleshow()
Aliases consoleshow

Description

Shows the current Windows console window . The function does not allocate a console. If no console window exists, the call returns without doing anything.

Call it without parameters. The function reads the needed context from the current runtime state.

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

Example

Show the current Windows console window when one exists.

rconsolecreate()
rconsolehide()
rconsoleshow()