- Title (command)
In
computing ,title
is a command that changes the title for theMicrosoft Windows Command Prompt window.It is ashell builtin of thecommand line interpreter
.The default title is defined in the %COMSPEC%cmd.exe environment variable . [http://www.ss64.com/nt/title.html] However, since theWin32 console title can also be defined in the program shortcut, the title is usually set to "Command Prompt".yntax
title [
] Arguments:
*
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 thecopy
command is being executed. After the command is executed, the text "Files updated" is displayed using theecho
command, and the title of the Command Prompt window is changed back to "Command Prompt".ee also
*
Win32 console References
External links
* [http://technet.microsoft.com/en-us/library/cc732308.aspx Microsoft TechNet Title article]
Wikimedia Foundation. 2010.