Amdek Has CLREPC.EXE to Help with Keyboard Incompatibilities (41582)



The information in this article applies to:

  • Microsoft QuickBASIC 2.0
  • Microsoft QuickBASIC 2.01
  • Microsoft QuickBASIC 3.0
  • Microsoft QuickBASIC 4.0
  • Microsoft QuickBASIC 4.0b
  • Microsoft QuickBASIC 4.5
  • Microsoft BASIC Compiler for MS-DOS and OS/2 6.0
  • Microsoft BASIC Compiler for MS-DOS and OS/2 6.0b
  • Microsoft Basic Professional Development System for MS-DOS 7.0
  • Microsoft Basic Professional Development System for MS-DOS 7.1

This article was previously published under Q41582

SUMMARY

Amdek has a keyboard driver called CLREPC.EXE to help with keyboard incompatibilities with QuickBasic. To obtain this file, you can call an Amdek regional office at (312) 364-1180. This program is not guaranteed by Microsoft to work properly and is only mentioned for your information.

MORE INFORMATION

It is best to create a batch file that loads the CLREPC.EXE driver and then invokes QuickBasic. The following is a sample batch file:
   clrepc
   C:\<PATH NAME>\QB
   set epc
				
This loads the driver, runs QuickBasic, and then resets the keyboard after you exit QuickBasic.

This keyboard correction does not let you highlight text with the extended-keyboard cursor keys; instead, you must use the numeric keypad with the SHIFT key.

Modification Type:MinorLast Reviewed:8/16/2005
Keywords:KB41582