By the way, the moderator should write a simple usage in the first or second floor (I think the first floor is not clear enough, so that many beginners can't understand, I also understand how to use it after reading the following posts)
Briefly speaking, my experience in use is:
Method 1: 1) Create a new text file, assume it is TEMP.TXT, and input all the Chinese characters to be used into this file
2) Run VTMAGIC.COM /t TEMP.TXT, get TEMP.EXE, TEMP.NEW
3) Rename TEMP.EXE to the name you like, such as vthz.exe
4) In the western mode, edit CONFIG.SYS, add DEVICE=vthz.exe
5) Write the menu with statements like REM BC = [ DOS7 menu
REM BC = ]
(The two characters "menu" in "DOS7 menu" are copied from temp.txt
That is to say, all the Chinese characters used in CONFIG.SYS are all copied from TEMP.TXT
and not input by entering the Chinese system )
Method 2: )
1) Enter the Chinese system, edit CONFIG.SYS, use REM BC statement to add Chinese menu
2) Exit the Chinese system, run VTMAGIC.COM /t config.sys
Then you will get config.exe, config.new
3) Delete the original CONFIG.SYS, rename config.exe to the name you like, such as
vthz.exe (of course, not renaming is also okay)
Rename config.new to config.sys
4) In the new CONFIG.SYS, add device=vthz.exe
For the method of REM BC and DEVICE=VTHZ.EXE, please refer to the first floor