]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/GRAFTABL/GRAFTABL.SKL

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / GRAFTABL / GRAFTABL.SKL
1 :util GRAFTABL ;AN000;utility name
2 :class A ;AN000;system messages
3 :use 1 COMMON1 ;AN000;MSG 1 is always "Incorrect DOS version"
4
5 ;In these next 2 messages, %1 will be replaced with one from list, 4-5, ;AN000;
6 ; or with one entry of the list at "CPID". (see GRTABMS.INC) ;AN000;
7
8 :def 2 "Active Code Page: %1",CR,LF ;AN000;
9 :def 3 "Previous Code Page: %1",CR,LF ;AN000;
10
11 :def 4 "None",NULL ;AN000;
12 :def 5 "Non-standard",NULL ;AN000;
13
14 :def 6 CR,LF,"DOS command line parameters supported",COLON,CR,LF,LF ;AC007;
15
16 :def 7 " /STA - Request Status only",CR,LF ;AC007;
17 " ? - Display this summary of parameters",CR,LF,CR,LF ;AC007;
18
19 :def 8 " Code Pages available",COLON,CR,LF ;AC007;
20 " 437 - USA Graphic Character Set",CR,LF ;AC007;
21
22 :def 9 " 850 - Multi-lingual Graphic Character Set",CR,LF ;AC007;
23 " 860 - Portuguese Graphic Character Set",CR,LF ;AC007;
24
25 :def 10 " 863 - Canadian French Graphic Character Set",CR,LF ;AC007;
26 " 865 - Nordic Graphic Character Set",CR,LF ;AC007;
27 :end ;AN000;
28 \1a