Probably pointless now, but I would have used \e instead of \x...
Might do the exact same thing, might be picky enough to care...who knows.
Ammaross Danan
>
> --- [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:
>>
>> #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