When using the Windows command prompt, it is possible to set a custom title that is displayed at the top of window.
To do this :
1. Open Windows command prompt (Windows orb > type “cmd” in search box).
2. Use the command “title” followed by the custom title that needs to be displayed (AVP’s Zone in this example) :
[cc lang=”bash”]
title Name of custom title
[/cc]
3. The new title will appear instead of the default Windows path. Note that this works only for the current session which means once the command prompt is closed and reopened, it will revert back to default title.
Cheers.
