Batch Script - TITLE


Advertisements


This batch command sets the title displayed in the console window.

Syntax

TITLE [Tilename]

Where tilename is the new name to be given to the title of the command prompt window.

Example

@echo off 
Title “New Windows Title”

Output

The above command will change the title of the window to “New Windows Title”.


batch_script_commands.htm

Advertisements