HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

title — Set the title of the command prompt window. More information: <https://learn.microsoft.com/windows-s

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandtitlecliset
windows

Problem

How to use the title command: Set the title of the command prompt window. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/title>.

Solution

title — Set the title of the command prompt window. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/title>.

Set the title of the current command prompt window:
title {{new_title}}

Code Snippets

Set the title of the current command prompt window

title {{new_title}}

Context

tldr-pages: windows/title

Revisions (0)

No revisions yet.