How to set Title of CMD to current working Directory in Win XP
- by Stormshadow
How does one set the title of the of the Command Prompt (CMD) in Windows XP to the current working directory dynamically ? I can use
title %cd%
however, this is a temporary fix and the title remains fixed when I change directory using the cd command.