Re: [fpc-pascal] windows title

2014-02-06 Thread Philippe
sorry ... I´ll do it next time ... Em 06.02.2014 15:58, waldo kitty escreveu: > On 2/6/2014 9:16 AM, Philippe wrote: > >> compiling for targets win32 and win64, I´ld like to change the window title, the window opened by cmd.exe > > please do not hijack other people's topics to ask an unrel

Re: [fpc-pascal] windows title

2014-02-06 Thread waldo kitty
On 2/6/2014 9:16 AM, Philippe wrote: compiling for targets win32 and win64, I´ld like to change the window title, the window opened by cmd.exe please do not hijack other people's topics to ask an unrelated question... use your 'write' or 'new message' button instead of 'reply' to start a your

Re: [fpc-pascal] windows title

2014-02-06 Thread Philippe
just simple like that ... works perfectly as I need ... I had searched (but searching "freepascal") and found something ... more complicated ... thank´s a lot. Philippe Em 06.02.2014 12:29, Tomas Hajny escreveu: > On Thu, February 6, 2014 15:16, Philippe wrote: > >> compiling for targ

Re: [fpc-pascal] windows title

2014-02-06 Thread Tomas Hajny
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 > y( 'MY TITLE'); > end. > > I didn´t find anything in the windows unit Google suggests that Win

Re: [fpc-pascal] windows title

2014-02-06 Thread Frederic Da Vitoria
2014-02-06 Philippe : > compiling for targets win32 and win64, I´ld like to change the window > title, the window opened by cmd.exe > > program x; > uses ?; > begin > y( 'MY TITLE'); > end. > > I didn´t find anything in the windows unit > I don't understand the relation between cmd.exe

Re: [fpc-pascal] windows title

2014-02-06 Thread Philippe
compiling for targets win32 and win64, I´ld like to change the window title, the window opened by cmd.exe program x; uses ?; begin y( 'MY TITLE'); end. I didn´t find anything in the windows unit Thanks for help! Philippe ___ fpc-pascal mail