Not So Simple Change Window Title
Posted: 16 Jul 2018 04:00
Inside a command prompt (cmd.exe) or a batch file this simple line will change a window title:
Title Any Chosen Name
Here are couple of applets (no command support) that will change the title of any window:
https://www.murgee.com/window-title-changer/
https://sourceforge.net/projects/windowtitle/
After many Google searches, I can't find any commands that will change a batch file window title
from another script. In other words, external lines acting upon a desktop command window.
This script at Stack Overflow creates a program (executable) that will change the title of any window:
https://stackoverflow.com/questions/390 ... 9#39033389
I want to change the title of cmd.exe windows, not all windows. Are there specific command lines
that will do the job, or must I create this SetText.exe program?
Title Any Chosen Name
Here are couple of applets (no command support) that will change the title of any window:
https://www.murgee.com/window-title-changer/
https://sourceforge.net/projects/windowtitle/
After many Google searches, I can't find any commands that will change a batch file window title
from another script. In other words, external lines acting upon a desktop command window.
This script at Stack Overflow creates a program (executable) that will change the title of any window:
https://stackoverflow.com/questions/390 ... 9#39033389
I want to change the title of cmd.exe windows, not all windows. Are there specific command lines
that will do the job, or must I create this SetText.exe program?