> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# rconsoleshow

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

<div className="real-function-page">
  ```lua theme={null}
  rconsoleshow()
  ```

  ## Aliases

  * `consoleshow`

  ## Example

  Show the current Windows console window when one exists.

  ```lua theme={null}
  rconsolecreate()
  rconsolehide()
  rconsoleshow()
  ```
</div>
