Keith Howell wrote: > I tried adding escape sequences but the windows console does not > interpret the escape sequences. It just prints a left arrow char > when it sees an escape char. It seems the console is _not_ ANSI > compatible! I cannot find any mention of cursor-placing functions > such as gotoxy() in the on-line help. > > Anybody know how to place the text in a Visual C console app console? Keith, you have to add the 'ANSI.SYS' device driver in your config.sys startup file. If you have Win95 it is located under \COMMANDS, for WinNT it is in \system32 and if you have Win31 (or DOS) it is wherever you have installed your DOS directory. After you've installed it, your console should be able to interpret the ANSI sequence. Ciao Marco ---- Marco DI LEO email: m.dileo@sistinf.it Sistemi Informativi S.p.A. tel: +39 6 50292 300 V. Elio Vittorini, 129 fax: +39 6 5015991 I-00144 Roma Italy