Window Title

Change the Window Title.

Description: Application name and version of you application seem to make just the right title for the application window. Let`s store the title into a variable that way it can be reused later in the batch script in case we use the window title temporary to display something else. The TITLE command will set the window title.
Script:
1.
2.
3.
::: -- Set the window title --
SET "title=%~nx0 - version %version%"
TITLE %title%