Question

How can I change the title of the command prompt window every time I execute a dos-based program by double clicking it, in c language. Should I use the Windows API?

Was it helpful?

Solution

OTHER TIPS

title allows to set this:

title Windows Title (quotes unneeded)

you can do

%comspec% /c start "testtest" %comspec%

at application launcher of Windows+R

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top