Description:
Hanwang Chinese System V2.0: Compact (only 65K without font files) and simple (requires only the HW.EXE file), featuring input methods such as Wubi and Pinyin! It uses the universal HZK16 font that does not omit regions 0–15, compatible with font files (note the names) from systems like 2.13, UCDOS, CCDOS, and Chinese-language Windows.
Function Keys:
Ctrl+F5 then Y: Exit Hanwang Chinese System
Ctrl+F7: Switch between Chinese and Western text
Alt+F7: PC/Great Wall keyboard, then F4 to toggle (defaults to PC on startup)
PC <--- Alt+F7, F4 ---> Great Wall
Alt+F1: Locale Code/National Standard Insert
Alt+F2: Full Pinyin/Simplified Pinyin/Double Pinyin Home
Alt+F3: Wubi Page Up
Alt+F4: Region Code Delete
Alt+F5: Full-width/Half-width End
Alt+F6: Chinese/Western text Page Down
Content of the font copy batch file MkHWzk.bat:
@ECHO OFF
IF NOT %1.==. SET HW=%1
IF %1.==. SET HW=C
hwX %HW%
IF EXIST %HW%:\HZK16 GOTO HW
IF EXIST %windir%\COMMAND\CHS16.FON GOTO COPY
ECHO No HZK16 found! Font file not found
GOTO ENDALL
:COPY
COPY %windir%\COMMAND\CHS16.FON %HW%:\HZK16
Notes: 1) Requires HWX.com
2) The batch file parameter is the drive letter (without colon), defaulting to HZK16 in C:\. It copies CHS16.FON from the command directory of the current window and renames it to HZK16.
3) This program only needs to be run once when changing the font path of HW.EXE.