Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.6 KiB

  1. ;;
  2. ;;
  3. ;; (C) Copyright Microsoft Corp. 1987-1990
  4. ;; MS-DOS 5.00 - NLS Support - KEYB Command
  5. ;;
  6. ACT_KEYB DB 'Current keyboard code: ','$' ;;
  7. ACT_KEYB_CP DB ' code page: ','$' ;;
  8. ACT_CON_CP DB 'Current CON code page: ','$' ;;
  9. INV_L DB 'Invalid keyboard code specified',10,13,'$' ;;
  10. INV_I DB 'Invalid keyboard ID specified',10,13,'$' ;;
  11. INV_CP DB 'Invalid code page specified',10,13,'$' ;;
  12. INV_S DB 'Invalid syntax',10,13,'$' ;;
  13. INV_FN DB 'Bad or missing Keyboard Definition File',10,13,'$' ;;
  14. INV_KEYB_Q DB 'KEYB has not been installed',10,13,'$' ;;
  15. INV_CON_Q DB 'Active code page not available from CON device',10,13,'$' ;;
  16. NOT_DESIG DB 'Code page specified has not been prepared',10,13,'$' ;;
  17. NOT_SUPP DB 'One or more CON code pages invalid for given keyboard code',10,13,'$' ;;
  18. NOT_VALID1 DB 'Code page requested (','$' ;;
  19. NOT_VALID2 DB ') is not valid for given keyboard code',10,13,'$' ;;
  20. WARNING_1 DB 'Code page specified is inconsistent with the selected code page',10,13,'$' ;;
  21. INV_COMBO DB 'ID code specified is inconsistent with the selected keyboard code',13,'$' ;;
  22. MEMORY_OVERF DB 'Unable to create KEYB table in resident memory',10,13,'$' ;;
  23. CR_LF DB 10,13,'$' ;;
  24. ;;