中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-13 01:07
47,811 topics / 349,897 posts / today 0 new / 48,256 members
DOS学习入门 & 精彩文章 (教学室) » [Help]!!! Chinese garbled screen when booting DOS from C:
Printable Version  999 / 6
Floor1 xlmok Posted 2003-10-15 00:00
初级用户 Posts 4 Credits 121
I use a dual system, Win2000 and DOS. Using the DOS from sys c:, when booting DOS from C: it shows a Chinese garbled screen (if I boot from A: it can display Chinese, I'm using the Tianhui Chinese character support system).
Floor2 电吉入侵 Posted 2003-10-15 00:00
初级用户 Posts 377 Credits 1,480
That’s Tianhui’s issue. Try using another video driver, or try UCDOS...
Floor3 xlmok Posted 2003-10-16 00:00
初级用户 Posts 4 Credits 121
Thanks! I just want to have a Chinese selection menu when booting from the DOS on C: (the DOS from sys c: doesn’t need anything else). I wonder if any expert has some other way! Thanks!
Floor4 xlmok Posted 2003-10-22 00:00
初级用户 Posts 4 Credits 121
@ECHO OFF
TW
cls
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
cls
@echo off
echo.
echo Automatic System Backup and Restore
echo ====================================================
echo.
echo 1. Automatic system backup
echo 2. Automatic system restore
echo 3. Restart computer
echo.
choice/c:123 /t:3,20 . Please make a selection within 20 seconds, the default is the last item.
if errorlevel 2 goto tback
if errorlevel 1 goto fback
if errorlevel 3 goto rstart
:tback

ghost.exe -sure -fx -clone,mode=pdump,src=1:1,dst=d:\backup\backup.gho:1
echo =======================System backup complete, restarting computer===========================
RESET

:fback
ghost.exe -sure -fx -clone,mode=pload,src=d:\backup\backup.gho:1,dst=1:1,
echo =======================System restore complete, restarting computer=============================
RESET
:rstart
RESET
My batch file is written like this, and when entering it, booting DOS from C: shows a Chinese garbled screen. I wonder if any expert can help me, thanks!!
Floor5 如是大师 Posted 2003-10-23 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
Boot a Chinese character support system first, then load dfkc and it can translate any DOS information...
Floor6 pfox Posted 2003-10-24 00:00
银牌会员 Posts 446 Credits 1,451
The following is quoted from Master Rushi at 2003-10-23 22:34:18:
Boot a Chinese character support system first, then load dfkc and it can translate any DOS information...


What does that have to do with dfkc?
This is a problem where calling tw directly in autoexec.bat causes garbled screen on some motherboards. You can try CCDOS or UCDOS, because Chinese character support systems can have display problems on some motherboards (especially onboard graphics). Try a few more.
Floor7 龙王 Posted 2003-10-24 00:00
银牌会员 Posts 334 Credits 1,186
Could it be that you don't have enough memory?
Has the system loaded memory management?
Check whether there is device=himem.sys in config.sys
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023