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:
[ Last edited by DXSX on 2010-9-25 at 13:33 ]
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 ]
