在论坛上看到AW97的下载,觉得应该非常好用。。。就下载了一个试试。
在用wengier的msdos710启动盘启动后,进入aw97的目录,默认为c:\cjkdos
如果你要加载输入法的话,就直接敲入AW97回车,系统里有一个名为AW97.bat的批处理。如果不想加载输入法的话,敲入cjkdos就可以了。
cjkdos有两个参数,用法如下:(敲入cjkdos /?可得到下面的信息。这也是在DOS下寻求帮助的普遍做法。)
Usage : CJKDOS ]
Option: (Default X=0,Y=2)
X=0: Load CJK-GB2312 16x16 font lib.,,加载GB-2312的16位汉字库
X=1: Load CJK-GB2312 24x24 font lib. 加载GB2312的24位汉字库
X=2: Load CJK-BIG5 16x16 font lib. 加载BIG5的24位汉字库
X=3: Load CJK-BIG5 24x24 font lib. 加载BIG5的24位汉字库
Y=0: CJK 20902 resident Hard Disk. CJK20902驻留在硬盘上
Y=1: GB2312 3755 resident Extend memory. GB2312的3755个常用汉字驻留在扩展内存里。
BIG5 5401 resident Extend memory. BIG5的5401个汉字驻留在扩展内存里。
Y=2: GB2312 6763 resident Extend memory.
BIG5 13060 resident Extend memory.
Y=3: CJK 20902 resident Extend memory. CJK的20902个汉字驻留在扩展内存里
---Chinese/English. 中英文切换
---Quit Chinese System. 退出中文系统
默认为x=0,y=2的模式。加载的是16位的汉字库,不是很美观,但比XZL还是强多了。:-)
如果用x=1的模式,加载24位的汉字库,那就漂亮多了,字稍微要大点,但圆润多了,很精美的样子。
遇到的问题:
有时加载cjkdos的时候,屏幕一片白,看不到光标和字。要敲几个cls之类的命令后就可能好一些(变正常)。但DOS提示符背景还是灰的。
按CRLT+F5退出时有时会黑屏。但实际没死机。
加载cjkdos后,如果用F12强行退回到DOS下来,有可能会花屏。(绝大多数时候)。
cjkdos如果用X=1的模式时,好像不能从内存中完全退出。
cjkdos /q 好像/q 这个参数无效?一般退出都有这几种参数,/x (取eXit的意思),
/q (取Quit的意思),/u(取Unload的意思),但这个参数似乎无效。(不过程序的帮助里也没提到有这个参数)
cjkdos不能防止重复加载。 我用mi查看内存信息时,发现有两个cjkdos
一个为 cjkdos /1
一个为 cjkdos /q
晕S!
还有一个不是问题,是“减小后的io.sys的软盘兼容性 '帖子的问题的解答:
以下是引用lk在2003-4-27 7:58:39的发言:
以下是引用Wengier在2003-4-26 20:09:10的发言:
我倒是觉得AW97很不错,只需要两个文件就可以运行,才一个27K的可执行文件加上一个GBK字库文件,而且占用内存特少(只占23KB的UMB内存)。而且兼容性强,显示效果也比XZL强多了。
版主,是那两个文件?请告诉文件名,软盘能够装下吗?一起可是4MB多呐。
答:这两个文件是 cjkdos.exe(27980 bytes) 和 cjk-gb.f16 (766080 bytes)
不过比起xzl的56426来说还是太大了。
天汇也只有234404(tw3.2改进版),204531(tw3.1袖珍版)!
Saw the download of AW97 on the forum and thought it should be very useful... So I downloaded one to try.
After booting with wengier's msdos710 boot disk, enter the AW97 directory, which is defaulted to c:\cjkdos.
If you want to load the input method, just type AW97 and press Enter. There is a batch file named AW97.bat in the system. If you don't want to load the input method, type cjkdos.
cjkdos has two parameters, and the usage is as follows: (Typing cjkdos /? will get the following information. This is also a common practice to seek help under DOS.)
Usage : CJKDOS ]
Option: (Default X=0,Y=2)
X=0: Load CJK-GB2312 16x16 font lib.,,Load GB-2312 16-bit Chinese character library
X=1: Load CJK-GB2312 24x24 font lib. Load GB2312 24-bit Chinese character library
X=2: Load CJK-BIG5 16x16 font lib. Load BIG5 24-bit Chinese character library
X=3: Load CJK-BIG5 24x24 font lib. Load BIG5 24-bit Chinese character library
Y=0: CJK 20902 resident Hard Disk. CJK20902 resides on the hard disk
Y=1: GB2312 3755 resident Extend memory. 3755 commonly used Chinese characters of GB2312 reside in extended memory.
BIG5 5401 resident Extend memory. 5401 Chinese characters of BIG5 reside in extended memory.
Y=2: GB2312 6763 resident Extend memory.
BIG5 13060 resident Extend memory.
Y=3: CJK 20902 resident Extend memory. 20902 Chinese characters of CJK reside in extended memory
---Chinese/English. Switch between Chinese and English
---Quit Chinese System. Quit Chinese system
The default mode is x=0,y=2. It loads the 16-bit Chinese character library, which is not very beautiful, but much better than XZL. :-)
If you use the x=1 mode, load the 24-bit Chinese character library, then it is much more beautiful, the characters are a little larger, but more rounded, very delicate.
Problems encountered:
Sometimes when loading cjkdos, the screen is all white, and the cursor and characters are not visible. After typing a few commands like cls, it may get better (become normal). But the background of the DOS prompt is still gray.
Sometimes it may be black screen when exiting by pressing CRLT+F5. But actually it is not死机.
After loading cjkdos, if you forcefully return to DOS by F12, it may have screen corruption. (Most of the time)
When cjkdos uses the X=1 mode, it seems that it cannot be completely exited from memory.
cjkdos /q It seems that the /q parameter is invalid? Generally, there are several parameters for exiting, /x (meaning eXit),
/q (meaning Quit), /u (meaning Unload), but this parameter seems invalid. (But the program's help doesn't mention this parameter)
cjkdos cannot prevent repeated loading. When I use mi to check memory information, I find there are two cjkdos
One is cjkdos /1
One is cjkdos /q
Oh my god!
There is another non-problem, which is the solution to the problem of "Reduced io.sys floppy compatibility" post:
The following is the speech of lk on 2003-4-27 7:58:39:
The following is the speech of Wengier on 2003-4-26 20:09:10:
I think AW97 is very good. It can run with only two files, only a 27K executable file plus a GBK character library file, and it occupies very little memory (only 23KB of UMB memory). And it has strong compatibility, and the display effect is much better than XZL.
Moderator, what are those two files? Please tell the file names, can it be installed on a floppy disk? Together it is more than 4MB.
Answer: These two files are cjkdos.exe(27980 bytes) and cjk-gb.f16 (766080 bytes)
But compared with xzl's 56426, it is still too big.
Tianhui is also only 234404 (tw3.2 improved version), 204531 (tw3.1 pocket version)!