graftabl.skl
来自「DOS 源代码 系列之 command 源码」· SKL 代码 · 共 21 行
SKL
21 行
:util GRAFTABL ;AN000;utility name
:class A ;AN000;system messages
:use 1 COMMON1 ;AN000;MSG 1 is always "Incorrect DOS version"
;In these next 2 messages, %1 will be replaced with one from list, 4-5, ;AN000;
; or with one entry of the list at "CPID". (see GRTABMS.INC) ;AN000;
:def 2 "Active Code Page: %1",CR,LF ;AN000;
:def 3 "Previous Code Page: %1",CR,LF ;AN000;
:def 4 "None",NULL ;AN000;
:def 5 "Non-standard",NULL ;AN000;
; 300 - 399 Reserved for options help messages
:def 300 GRAFTABL /?
:def 301 GRAFTABL /?
:def 302 GRAFTABL /?
:def 303 GRAFTABL /?
:end ;AN000;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?