Change the title displayed above the CMD window.

Syntax
TITLE [string]

Key
string : The title for the command prompt window.
The default title is &qt;comspec&qt;

To change the title for the duration of a command use:

TITLE This is the initial title text
CMD /c MyBatchFile.cmd
…If MyBatchFile.cmd contains a different TITLE command it will revert when the second command session ends.