title (command)
Page Module:Infobox/styles.css has no content.
| title | |
|---|---|
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. Windows Command Prompt displaying the default title | |
| [[Programmer|DeveloperTemplate:Pluralize from text]] | Microsoft, JP Software, ReactOS Contributors |
| Engine | Page Template:Plainlist/styles.css has no content.Template:EditAtWikidata |
| Operating system | Windows, ReactOS |
| Platform | Cross-platform |
| Type | Command |
| License | Windows, TCC: Proprietary commercial software ReactOS: GPL v2 |
| Website | Script error: No such module "WikidataIB". |
| Repository | Page Template:Plainlist/styles.css has no content.
|
Script error: No such module "Check for conflicting parameters".
In computing, title is a command in various command-line interpreters (shells) on Microsoft Windows and ReactOS[1] that changes the title for the graphical terminal emulator window. The command is also used within DFS and ADFS to change the title of the disc in the current drive.[2]
Overview

title commandIn case of Microsoft Windows it is a shell builtin of the command-line interpreter cmd.exe.[3] The command is available in Windows 2000 and later.[4]
It is compatible with Windows Console and Windows Terminal.
The default window title is defined in the %COMSPEC% environment variable.[5] However, since the Windows Console title can also be defined in the program shortcut, the title is usually set to "Command Prompt".
The command is also available in the Command Processor Shell of Windows Embedded CE[6] and in the Take Command Console.[7]
Although the OS/2 command shell is closely related to the Windows Command Prompt, the title command is not available in the OS/2 version of cmd.exe. The default title of the OS/2 shell window is "OS/2 Window". It can be changed using the start command.
The ReactOS Command Prompt also includes the title command to set the window title for the command prompt window.
The command also is not available in the macOS Terminal. Instead, the echo command can be used in combination with special escape sequences.[8]
Within the GNU GRUB command processor title is one of several menu-specific commands. It is used to start a new boot entry.[9]
Syntax
title [<String>]
Arguments:
<String>Specifies the title of the Command Prompt window.
Example
The following batch file changes the title of the Command Prompt window to "Updating files" while the copy command is being executed. After the command is executed, the text "Files updated" is displayed using the echo command, and the title of the Command Prompt window is changed back to "Command Prompt".
@echo off
title Updating files
copy \\server\share\*.txt c:\documents\*.txt
echo Files updated
title Command Prompt
See also
References
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."reactos/reactos". GitHub.
- ^ Page Module:Citation/CS1/styles.css has no content."BBC Computer Related Manuals". www.8bs.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Microsoft TechNet Title article".
- ^ Page Module:Citation/CS1/styles.css has no content."MS-DOS and Windows command line title command". www.computerhope.com.
- ^ Page Module:Citation/CS1/styles.css has no content."Title - Windows CMD - SS64.com". ss64.com.
- ^ Page Module:Citation/CS1/styles.css has no content.Archiveddocs (2018-03-23). "TITLE (Command Processor) (Windows Embedded CE 6.0)". Microsoft Docs. Retrieved 2020-09-20.
- ^ Page Module:Citation/CS1/styles.css has no content."TITLE command - Change the window title". jpsoft.com.
- ^ Page Module:Citation/CS1/styles.css has no content."How to change the Mac Terminal title from the command line | alvinalexander.com". alvinalexander.com.
- ^ [1] Script error: No such module "webarchive".
Further reading
- Page Module:Citation/CS1/styles.css has no content.Stanek, William R. Microsoft Windows Command-Line Administrator's Pocket Consultant. ISBN 0-735-62038-5.
- Page Module:Citation/CS1/styles.css has no content.John Paul Mueller (2007). Windows Administration at the Command Line for Windows Vista, Windows 2003, Windows XP, and Windows 2000. John Wiley & Sons. ISBN 978-0470165799.
External links
Page Module:Side box/styles.css has no content.Page Template:Sister project/styles.css has no content.
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.