http://u.115.com/file/f5214fb80e PCDOS_C.rar
这是从 PCDOS 7 中分离出的 汉字系统,附带拼音输入法。
运行 C.BAT 就可以启动汉字系统。可以移植到MSDOS 上。
需要 EMM386.EXE 支持,否则无法开启 TBE 模式,可能导致某些程序运行花屏。
文件列表 如下:
│ C.BAT -----------------------------------------------调用汉字系统的脚本
│ IBMCPI.COM --------------------------------------汉字系统必须的管理程序
│ NTBE.COM ----------------------------------------图形屏幕模式切换
│ TBE.COM ------------------------------------------文本屏幕模式切换
│ SYSCPD1.DTY -----------------------------------输入法词典
│ SYSCSD1.DTY -----------------------------------输入法词典
│ DISP.EXE ------------------------------------------汉字显示
│ FONT.EXE -----------------------------------------字库调用程序
│ IAECPY.EXE ---------------------------------------拼音输入法
│ IAS.EXE --------------------------------------------输入法前导调用
│ USRFNT.EXE --------------------------------------用户自定义字库工具
└─FONTS -----------------------------------------------字库文件目录
PRCHN19.FNT
PRCHN24.FNT
PRCST16.FNT
SYS1Z16.FNT
SYS1Z24.FNT
PRCHN16.FNT
c.bat 内容如下:
@echo off
ibmcpi
font /p=.\fonts
disp
ias
iaecpy /s=.\syscpd1.dty
tbe
Last edited by DXSX on 2010-9-25 at 13:33 ]
http://u.115.com/file/f5214fb80e PCDOS_C.rar
This is a Chinese character system separated from PCDOS 7, with a pinyin input method attached.
Running C.BAT can start the Chinese character system. It can be ported to MSDOS.
Requires EMM386.EXE support; otherwise, the TBE mode cannot be enabled, which may cause some programs to run with garbled screens.
The file list is as follows:
│ C.BAT -----------------------------------------------Script to call the Chinese character system
│ IBMCPI.COM --------------------------------------Necessary management program for the Chinese character system
│ NTBE.COM ----------------------------------------Graphic screen mode switch
│ TBE.COM ------------------------------------------Text screen mode switch
│ SYSCPD1.DTY -----------------------------------Input method dictionary
│ SYSCSD1.DTY -----------------------------------Input method dictionary
│ DISP.EXE ------------------------------------------Chinese character display
│ FONT.EXE -----------------------------------------Font calling program
│ IAECPY.EXE ---------------------------------------Pinyin input method
│ IAS.EXE --------------------------------------------Input method leading call
│ USRFNT.EXE --------------------------------------User-defined font tool
└─FONTS -----------------------------------------------Font file directory
PRCHN19.FNT
PRCHN24.FNT
PRCST16.FNT
SYS1Z16.FNT
SYS1Z24.FNT
PRCHN16.FNT
The content of c.bat is as follows:
@echo off
ibmcpi
font /p=.\fonts
disp
ias
iaecpy /s=.\syscpd1.dty
tbe
Last edited by DXSX on 2010-9-25 at 13:33 ]