Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

title

Feedback

In this article

Creates a title for the Command Prompt window.

Syntax

title [<string>]

Parameters

ParameterDescription
<string>Specifies the text to appear as the title of the Command Prompt window.
/?Displays help at the command prompt.

Remarks

  • 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.

Examples

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 Prompt

Related links


Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

  • Last updated on

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?