Friday, November 02, 2007

Changing windows title for dos command line and putty windows

Have you ever got confused with lots of different putty/command line windows for several different servers/different users and wanted to distinguish them?

Now all your problems came to an end!!!!

  • Change Putty window's title bar:

PROMPT_COMMAND='echo -ne "\033]0;london box - tomcat \007"'

  • Change command's window title bar:

cmd /k title that's my dev trunk build window

Emerson

0 comments: