mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 06:41:49 +00:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|