Mail Archives: cygwin/1997/05/30/17:53:43
Here's a way to get the string "bash" in the title bar of a console
when it is minimized, running bash, and sitting at a shell prompt:
1. Put this in your .bashrc file:
PROMPT_COMMAND="title bash"
2. Build this program, name it title.exe, and put it in a directory
named in your PATH:
#include <windows.h>
void main(int argc, char * argv[])
{
SetConsoleTitle(argv[1]);
}
--
Francis Litterio PGP Key Fingerprint:
franl AT world DOT std DOT omit-this DOT com 02 37 DF 6C 66 43 CD 2C
http://world.std.omit-this.com/~franl/ 10 C8 B5 8B 57 34 F3 21
Note: email address and WWW URL altered to prevent spam.
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Ben Franklin, ~1784
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -