[python-win32] setting title bar of cmd.exe

Ethan Furman ethan at stoneleaf.us
Sat Jul 30 17:56:19 CEST 2011


Thomas Heller wrote:
>> windll.kernel32.SetConsoleTitleA("foobar")
>> -or-
>> windll.kernel32.SetConsoleTitleW(u"spam")

Thanks again for the help.  I used this to help answer a Stack Overflow 
question: http://stackoverflow.com/questions/6485678/

Thomas, do you mind if I use your name for attribution?  Right now it 
just says "the folks on python-win32 mailing list" because I wasn't sure.

~Ethan~


More information about the python-win32 mailing list