--- [EMAIL PROTECTED] wrote:
> it has something to do with my ansi.sys file.
> I'm running windows ME, and the ones at school we use windows XP.
> Code:
> 
> #include <stdio.h>
> #include <math.h>
> #include <stdlib.h>
> #include <string.h>
> 
> #define CLS         printf("\x1B[2J")
> #define POS(u,v)    printf("\x1B[%d;%df", u, v)
> #define LOCATE      printf("\x1B[s")
> #define RESTORE     printf("\x1B[u")
> #define EOL         printf("\x1B[K")
> #define PAUSE       getch()
> #define HOUR        60

I'm not sure, but I'd guess that the windows ME console doesn't recognise VT100
control codes.


~Kender

=====
-----BEGIN GEEK CODE BLOCK-----
Version 3.1
GCS/L/C/O d-(+) s++: a-- C+++$>++++ UBLS++++$ 
P+++(--)$ L+++>++++ E--- W+>++$ N !o K? w(--) !O 
M- !V PS+ PE(++) Y+ PGP->+ t+ 5 X+() R(+) tv+@ 
b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++
------END GEEK CODE BLOCK------

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

Reply via email to