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-08-13 03:54
中国DOS联盟论坛 » DOS学习入门 & 精彩文章 (教学室) » [Help]!!! Chinese garbled screen when booting DOS from C: View 1,002 Replies 6
Original Poster Posted 2003-10-15 00:00 ·  中国 北京 联通
初级用户
Credits 121
Posts 4
Joined 2003-07-21 00:00
23-year member
UID 7258
Gender Male
Status Offline
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).
Floor 2 Posted 2003-10-15 00:00 ·  中国 广东 广州 荔湾区 电信
初级用户
★★★
Credits 1,480
Posts 377
Joined 2003-06-06 00:00
23-year member
UID 3875
Gender Male
Status Offline
That’s Tianhui’s issue. Try using another video driver, or try UCDOS...
欢迎大家访问我的主页!
精品.爱好http://iso.533.net
Floor 3 Posted 2003-10-16 00:00 ·  中国 北京 联通
初级用户
Credits 121
Posts 4
Joined 2003-07-21 00:00
23-year member
UID 7258
Gender Male
Status Offline
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!
Floor 4 Posted 2003-10-22 00:00 ·  中国 北京 联通
初级用户
Credits 121
Posts 4
Joined 2003-07-21 00:00
23-year member
UID 7258
Gender Male
Status Offline
@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!!
Floor 5 Posted 2003-10-23 00:00 ·  中国 河南 信阳 联通
元老会员
★★★★★
步行的人
Credits 9,654
Posts 3,351
Joined 2003-03-11 00:00
23-year member
UID 1113
Gender Male
From 湖北
Status Offline
Boot a Chinese character support system first, then load dfkc and it can translate any DOS information...
弄花香满衣,掬水月在手。
明月鹭鸟飞, 芦花白马走。
我自一过后,野渡现横舟。
青云碧空在,净瓶水不流。
http://dos.e-stone.cn/guestbook/index.asp
======中國DOS聯盟=====
我的新网页http://rsds.7i24.com欢迎光顾
Floor 6 Posted 2003-10-24 00:00 ·  中国 广东 汕头 电信
银牌会员
★★★
Credits 1,451
Posts 446
Joined 2002-10-20 00:00
23-year member
UID 29
Gender Male
Status Offline
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.
Floor 7 Posted 2003-10-24 00:00 ·  中国 河南 安阳 联通
银牌会员
★★★
Credits 1,186
Posts 334
Joined 2003-05-30 00:00
23-year member
UID 2626
Gender Male
Status Offline
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
Forum Jump: