China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-20 16:08
中国DOS联盟论坛 » DOS汉化世界 & 中文系统 (中文化室) » Let non-Chinese character systems display Chinese characters! Version 5.20 New Edition DigestI View 81,495 Replies 373
Floor 136 Posted 2005-12-29 20:17 ·  中国 广西 玉林 电信
初级用户
★★
Credits 176
Posts 74
Joined 2005-11-07 16:51
20-year member
UID 44761
Status Offline
People are not made of iron. Take good rest to be in good health, which is essential so that you can do better in the future.
Floor 137 Posted 2005-12-30 17:05 ·  中国 广东 珠海 电信
中级用户
★★
Credits 493
Posts 161
Joined 2002-10-29 00:00
23-year member
UID 94
Gender Male
From ZHCN
Status Offline
Originally posted by LiveOnLove at 2005-12-29 05:08 PM:


When entering the program interface with lines (those lines that are not in Chinese systems), some lines become garbled. When calling VTHZMK -r80, it is found that the screen cannot be cleared. The CLS command also doesn't work. Stack...


Found that WINDOWS cannot start. The displayed meaning is roughly: You need to reinstall WINDOWS... I don't know if it is related to CONFIG.EXE.
If there is an item in CONFIG.SYS:
REM BC=




In autoexec.bat:
:E
WIN
GOTO END
:END
@echo on
Floor 138 Posted 2006-01-01 14:19 ·  中国 江苏 苏州 电信
银牌会员
★★★
Credits 2,227
Posts 790
Joined 2005-01-27 00:00
21-year member
UID 35703
Gender Male
Status Offline
Had a few days of rest, and there have been constant developments online.

Re coolboy163:
  Thank you for your concern. Rest and work need to proceed simultaneously.

Re liveonlove:

1. Half-character "ghosting" issue:
Originally posted by 本是 at 2005-11-10 16:13:
Re ALL:
I have "sinicized" the table characters of BOOTCON, eliminating the half-character "ghosting" problem when displaying Chinese characters. Re-uploaded, welcome to use.
In the post (http://www.cn-dos.net/forum/post.php?action=reply&fid=17&tid=6916&repquote=104479)
Download (http://www.cn-dos.net/forum/attachment.php?aid=371&checkid=f7e3b&download=1)

2. Do you have several Windows on your disk? Try specifying the path of Windows again. CONFIG.EXE only loads the font, without other "special effects".

3. "When using VTHZMK -r80, found that the screen cannot be cleared. Even the CLS command doesn't work."
  It should definitely be like this! Because the -r 80 parameter restores the font and display mode but does not clear the screen, and -r 8 will clear the screen. Also, whether with 0 or not has an impact on CLS - inheritance, unless the 0 state is changed again. Having 0 has its unique significance, maybe you will find out later.
my major is english----my love is dos----my teacher is the buddha----my friends--how about U
Floor 139 Posted 2006-01-02 09:24 ·  中国 广东 珠海 电信
中级用户
★★
Credits 493
Posts 161
Joined 2002-10-29 00:00
23-year member
UID 94
Gender Male
From ZHCN
Status Offline
RE: Original is about the BOOTCON.SYS file. Then I downloaded a new one and will try it later.
2. There is only one WINDOWS98 on the hard disk. Then I will run WIN.COM and write its path. Let's try. The CONFIG.EXE is just after editing CONFIG.SYS. I didn't modify anything.
3. Whether R has 0 or not, I need to test it carefully. I have to read the program instructions carefully again. HOHO. I only cared about my own part at that time.
4. Also, I would like to ask about the CONFIG configuration. The version of BOOTCONF.SYS I use is 1.51a. I don't know if it is the reason for not outputting the BOOTCON environment variable? I set it myself. How to operate the PASSWORD in this version? After I press the function key, I can't select the PASSWORD item. Only SAVE and CANCEL are available.
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=[Test
SET BOOT=A
REM BC=]

REM BC=[Chinese WIN98
SET BOOT=B
REM BC=]

REM BC=[END]

Content of AUTOEXEC.BAT:
@echo off
MODE CO80
goto %BOOT%
:A
echo A menuitem
goto end

:B
echo B menuitem
goto end

:end
Floor 140 Posted 2006-01-02 13:56 ·  中国 江苏 苏州 电信
银牌会员
★★★
Credits 2,227
Posts 790
Joined 2005-01-27 00:00
21-year member
UID 35703
Gender Male
Status Offline
Originally posted by LiveOnLove at 2006-1-2 09:24:
4、Another question about CONFIG configuration. I'm using BOOTCON.SYS version 1.51a. I wonder if that's why the BOOTCON environment variable is not output? I set it up myself. How to operate the PASSWORD in this version? After I press the function key, I can't select the PASSWORD option. Only SAVE and CANCEL are available.

  There are version issues with BOOTCON.SYS. It is not free software, so there are functional restrictions. The functions described in my introduction are for the full version. Actually, to display Chinese in the startup menu, you can use BOOT.SYS, see "Startup control tool with far stronger functions than BOOTCON.SYS plus CONFIG.CTL " (http://www.cn-dos.net/forum/viewthread.php?tid=18464&fpage=1).

  Also, I see that you used the MODE.COM command to clear the screen, which is too large. I made a screen clearing tool SET310.com. Run it without parameters to see the help (both Chinese and English). Try it yourself.
Attachments
SET310.RAR (1.54 KiB, Credits to download 1 pts, Downloads: 39)
my major is english----my love is dos----my teacher is the buddha----my friends--how about U
Floor 141 Posted 2006-01-02 15:58 ·  中国 广东 珠海 电信
中级用户
★★
Credits 493
Posts 161
Joined 2002-10-29 00:00
23-year member
UID 94
Gender Male
From ZHCN
Status Offline
It seems that I really need to use BOOT.SYS.
Now list the drawbacks of the free version 1.51a of BOOTCON.SYS (what I saw by myself):
1. No environmental parameter output from BOOTCON;
Solution: Set environmental parameters in CONFIG.SYS by yourself, for example, SET BOOTMENU=A
2. After using BOOTCONF (including the modified one without ghosting by Brother Ben), the lines will still be displayed as garbled codes (a bit like half of "拜") under DOS 7.0;
3. When running the built-in EDIT program under DOS, an error message will be displayed when exiting (it does not affect the EDIT function) Run-time error R6001
-null pointer assignment
4. Entering WIN98 results in a blue screen...>"<
It seems better to use BOOT.SYS...
Floor 142 Posted 2006-01-05 18:05 ·  中国 江苏 苏州 电信
银牌会员
★★★
Credits 2,227
Posts 790
Joined 2005-01-27 00:00
21-year member
UID 35703
Gender Male
Status Offline
VTHZMK
Renamed to VTmagic, Chinese name is 惟她没治!
Version number 2.0E (see attachment)

Fixed the error in command line detection of. and - (thanks to moderator willsort for testing and pointing out),
Failed to detect characters like / in the 81h bit (thanks to netizen fdsiuha for testing and pointing out),
The function error of /r8 command with or without 0 (thanks to test netizen LiveOnLove for pointing out)
And other problems I found,
With /r command with 0, the screen information is retained; otherwise, the screen is cleared (note: this command has a "hereditary" impact on the screen clearing functions of CLS and other software, unless it is completely cleared again with /r!)

Welcome to continue testing and pointing out problems!
Attachments
VTMAGIC.RAR (5.85 KiB, Credits to download 1 pts, Downloads: 89)
my major is english----my love is dos----my teacher is the buddha----my friends--how about U
Floor 143 Posted 2006-01-06 12:33 ·  中国 山西 临汾 中移铁通
元老会员
★★★★
Batchinger
Credits 4,432
Posts 1,512
Joined 2002-10-18 00:00
23-year member
UID 19
Gender Male
Status Offline
Re 本是:

I used 2.0e to convert menu_sc.txt, and there are residual fragments of command-line help in the menu_sc.exe file. See the attachment.

In addition, whether it is 2.0d or 2.0e, there are problems in handling non-existent files. Although the *07* error can be displayed, the program cannot terminate normally. 2.0d will fall into a deadlock, and 2.0e will repeatedly throw the *07* error. It seems that there are still problems in the command-line processing module.

Finally, two suggestions are put forward:
1. When the /+ command merges .exe, the processing of Chinese characters with the same internal code is not merging but coexisting, which is correct considering the situation of the same Chinese character with different fonts; but can a function switch for merging the same Chinese characters be added? Because when I modify config.sys / autoexec.bat, I need to process the Chinese characters in the two files at the same time. Since there are not many Chinese characters, I don't really want to generate two .exe files to occupy more space; therefore, I used merging, but found that the common Chinese characters in the two files were not merged, resulting in the number of Chinese characters exceeding.

2. It is suggested to add a switch to control whether to display the work report of vtmagic, such as the processed file, the generated file, the number of processed Chinese characters, the size of the processed file, etc.
Attachments
vtm_bug1.rar (7.6 KiB, Credits to download 1 pts, Downloads: 16)
※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得!
Floor 144 Posted 2006-01-06 23:27 ·  中国 江苏 苏州 电信
银牌会员
★★★
Credits 2,227
Posts 790
Joined 2005-01-27 00:00
21-year member
UID 35703
Gender Male
Status Offline
Re wil:
  1. "Residual fragments": This is caused by these data spaces not being initialized to 0 - because I cut them out from the file to make the program file VTmagic.com shorter. It doesn't seem ideal! - Although it doesn't affect the execution effect.
  2. "Non-existent file": The command line logic and implementation should be no problem. I wanted to implement multi-command queued execution, even if one command has an error, it can continue to execute the next command, so I didn't simply exit the entire program immediately when there was an error; after carefully debugging line by line, I finally found out: it turned out that there was a missing POP SI to restore the scene in the /t processing module. Assembly is really a thousand "calamities" per word! Before releasing the next version, please use Ctrl Break to exit the repeatedly appearing *07* error message.
  3. "Merge identical Chinese characters": Personally, I think the program can be implemented without modification to achieve the function you want - for example, the user himself merges multiple source text files (COPY /a 1.txt+2.txt+3.txt 123.txt), then directly vtmagic /t 123.txt, and finally the user splits 123.txt into 1.txt, 2.txt, 3.txt. Of course, there will be more operation steps.
  4. "Work report": Because multi-command queued execution is implemented, there may be a situation where one command line processes multiple text files to generate.EXE, etc. The "work report" will come one after another, and it also needs to not affect commands that only replace font patterns without generating.EXE, etc. The program processing will be more complicated. I can consider making a VTpeep.com to "peek" (peep).EXE files to extract or only report the original code string, new code string, new code type, number of replaced characters, starting replacement code, etc. of non-repeated Chinese characters.

Thanks to moderator wil for testing, suggesting, and paying attention to this program. Without wil, there would be no VTmagic today!

[ Last edited by 本是 on 2006-1-6 at 23:56 ]
my major is english----my love is dos----my teacher is the buddha----my friends--how about U
Floor 145 Posted 2006-01-06 23:46 ·  中国 江苏 苏州 电信
银牌会员
★★★
Credits 2,227
Posts 790
Joined 2005-01-27 00:00
21-year member
UID 35703
Gender Male
Status Offline
Sorry, deleted!

[ Last edited by 本是 on 2006-1-7 at 16:16 ]
my major is english----my love is dos----my teacher is the buddha----my friends--how about U
Floor 146 Posted 2006-01-09 15:45 ·  中国 重庆 潼南区 电信
初级用户
★★
Credits 173
Posts 78
Joined 2005-12-30 11:03
20-year member
UID 48199
Gender Male
Status Offline
Thanks "Ben Shi". You've worked hard!!!
Floor 147 Posted 2006-01-12 23:03 ·  中国 河南 洛阳 联通
高级用户
★★
Credits 544
Posts 164
Joined 2004-10-17 12:00
21-year member
UID 32648
Gender Male
Status Offline
I want the LZ's VTmagic program to run. After VTMAGIC /t XXX.TXT, it directly generates an EXE or COM file, or automatically packs the EXE and NEW file into one file and embeds the TYPE command to automatically display Chinese content!

[ Last edited by hnlyzhd on 2006-1-12 at 23:08 ]
我的留言簿

http://hnlyzhd.ys168.com 我的网络盘
Floor 148 Posted 2006-01-18 15:04 ·  中国 江苏 苏州 电信
银牌会员
★★★
Credits 2,227
Posts 790
Joined 2005-01-27 00:00
21-year member
UID 35703
Gender Male
Status Offline
To All:

The attachment is the 2.0F revised version, which corrects some small bugs and modifies some prompt messages.

Around the Spring Festival, a version that expands 16x16 dot matrix character fonts into 16x32 (vertical)/32x16 (horizontal)/32x32 (vertical and horizontal) may be released.
Attachments
VTMAGIC.RAR (6.02 KiB, Credits to download 1 pts, Downloads: 48)
my major is english----my love is dos----my teacher is the buddha----my friends--how about U
Floor 149 Posted 2006-01-18 18:31 ·  中国 山西 太原 联通
银牌会员
★★★
Credits 1,009
Posts 353
Joined 2003-09-04 00:00
22-year member
UID 9419
Gender Male
Status Offline
Thank you for the efforts of the original author!
Floor 150 Posted 2006-01-19 21:46 ·  中国 江苏 苏州 电信
银牌会员
★★★
Credits 2,227
Posts 790
Joined 2005-01-27 00:00
21-year member
UID 35703
Gender Male
Status Offline
: VTmagic.COM 3.0A Extended Character Template Successfully Released!!!
Welcome to test!

New additions:
/^H Character-by-character extension command Horizontal H extensionZ Vertical Z extensionK Vertical K and horizontal K extension
RespectivelyGenerate VTexp001.EXE, VTexp002.EXE, VTexp003.EXE, ..., and the starting replacement code automatically increases. Then you can use the merge command to combine into one file for easy calling.

Extension methods:


Notes:
1. Characters expanded vertically and vertically and horizontally need to be displayed in two lines, while the arrangement of new internal code characters (list in the attachment) is linear, that is, in the same line, so you need to divide them into two lines and align them yourself!
2. XNM.TXT cannot be edited under WINDOWS, otherwise it will be "forcibly transformed"!

[ Last edited by 本是 on 2006-1-19 at 22:14 ]
Attachments
VTMAGIC.RAR (6.31 KiB, Credits to download 1 pts, Downloads: 51)
XNM.TXT (295 bytes, Credits to download 1 pts, Downloads: 44)
zhkz.bmp
my major is english----my love is dos----my teacher is the buddha----my friends--how about U
‹ Prev 1 8 9 10 11 12 25 Next ›
Forum Jump: