On Thu, February 6, 2014 15:16, Philippe wrote:
> compiling for targets win32 and win64, I´ld like to change the window
> title, the window opened by cmd.exe
>
> program x;
> uses ?;
> begin
>   yyyyy( 'MY TITLE');
> end.
>
> I didn´t find anything in the windows unit ....

Google suggests that Windows.SetConsoleTitle should do it
(https://www.google.com/search?q=MSDN+change+console+window+title).

Tomas


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to