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?
pls use the comments instead of adding new answers.
Colin
2009-08-03 06:57:43
A:
you can do
%comspec% /c start "testtest" %comspec%
at application launcher of Windows+R
crowdy
2009-08-03 06:53:38