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.
47 lines
2.2 KiB
47 lines
2.2 KiB
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; Message Skeleton file for KEYB.COM
|
|
;
|
|
;;
|
|
;; (C) Copyright Microsoft Corp. 1987-1990
|
|
;; MS-DOS 5.00 - NLS Support - KEYB Command
|
|
;;
|
|
;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
:util KEYB ;AN000;ty name
|
|
:class 2
|
|
:use PARSE1 ;AN000;
|
|
:use PARSE2 ;AN000;
|
|
:use PARSE3 ;AN000;
|
|
:use PARSE4 ;AN000;
|
|
:use PARSE6 ;AN000;
|
|
:use PARSE7 ;AN000;
|
|
:use PARSE10 ;AN003;
|
|
:class A
|
|
:use 1 COMMON1 ;AN000;rrect DOS version'
|
|
:def 2 "Current keyboard code: %1" ;AN000;
|
|
:def 3 "Current keyboard ID: %1" ;AN000;
|
|
:def 4 " code page: %1",CR,LF ;AN000;
|
|
:def 5 "Current CON code page: %1",CR,LF ;AN000;
|
|
:def 6 "Invalid keyboard code specified",CR,LF ;AN000;
|
|
:def 7 "Invalid keyboard ID specified",CR,LF ;AN000;
|
|
:def 8 "Invalid code page specified",CR,LF ;AN000;
|
|
:def 9 "Bad or missing Keyboard Definition File",CR,LF ;AN000;
|
|
:def 10 "KEYB has not been installed",CR,LF ;AN000;
|
|
:def 11 "Active code page not available from CON device",CR,LF ;AN000;
|
|
:def 12 "Code page specified has not been prepared",CR,LF ;AN000;
|
|
:def 13 "One or more CON code pages invalid for given keyboard code",CR,LF ;AN000;
|
|
:def 14 "Code page requested (%1) is not valid for given keyboard code",CR,LF ;AN000;
|
|
:def 15 "Code page specified is inconsistent with the selected code page",CR,LF ;AN000;
|
|
:def 16 "ID code specified is inconsistent with the selected keyboard code",CR,LF ;AN000;
|
|
:def 17 "Unable to create KEYB table in resident memory",CR,LF ;AN000;
|
|
:use 18 PARSE8 ; 'Parameter format not correct' ;AN000;
|
|
:def 300 "Loads a keyboard program.",CR,LF,CR,LF
|
|
:def 301 "KEYB [xx[,[yyy],[pathname]]] [/ID:nnn] [/E]",CR,LF,CR,LF
|
|
:def 302 " xx A two-letter country code.",CR,LF
|
|
:def 303 " yyy The code page for the desired character set.",CR,LF
|
|
:def 304 " pathname The keyboard definition file.",CR,LF
|
|
:def 305 " /ID:nnn Specifies the keyboard in use.",CR,LF
|
|
:def 306 " /E Assumes an enhanced keyboard is installed.",CR,LF
|
|
:end ;AN000;
|