This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
Creates a title for the Command Prompt window.
title [<string>]| Parameter | Description |
|---|---|
<string> | Specifies the text to appear as the title of the Command Prompt window. |
| /? | Displays help at the command prompt. |
To create window title for batch programs, include thetitle command at the beginning of a batch program.
After a window title is set, you can reset it only by using thetitle command.
To change the Command Prompt window title toUpdating Files while the batch file executes thecopy command, and then to return the title back toCommand Prompt, type the following script:
@echo offtitle Updating Filescopy \\server\share\*.xls c:\users\common\*.xlsecho Files Updated.title Command PromptWas this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?
Was this page helpful?
Want to try using Ask Learn to clarify or guide you through this topic?