Hi all, I wonder if this code works under WinNT and W2K. #include #include void main(void) { float n=0; while (!kbhit()) { printf("\r%3.0f",n++); } printf("\n"); system("PAUSE"); return 0; } I already know that it works under XP, with out "compatibility mode on" for this application. Thank you in advance. Dennis Crawley Argnetina ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist