2014-02-06 Philippe <phili...@quarta.com.br>:

> 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 ....
>

I don't understand the relation between cmd.exe and your program source. Do
you mean that you want to create a program which would open a cmd.exe
window and give it a title? Or do you want to run cmd manually and from
inside it run a program which would change the window's title? Or something
else?

-- 
Frederic Da Vitoria
(davitof)

Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to