home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / CENVID.ZIP / KEYCODE.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-05-06  |  197 b   |  5 lines

  1. @echo off
  2. REM KeyCode - Print values of characters pressed
  3. ECHO Press Key to see keyboard value; Press ESCAPE to exit
  4. cenvi do { key = getch(); printf("key=%%04X\n",key) } while(key != '\033')
  5.