|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『楼 主』:
DOS下乱码问题
使用 LLM 解释/回答一下
dos下dir列表!怎么解决乱码问题呢?和TW有关系吗?
帮忙看一下!谢!
G:\Documents and Settings\Administrator\Templates
G:\Documents and Settings\Administrator\「开始」菜单
G:\Documents and Settings\Administrator\桌面
D:\__
D:\Program Files\Avira\_____
D:\Program Files\_____\Skin
D:\Program Files\_____\Agent\DefHead
D:\Program Files\____\ls
D:\Program Files\___\0
D:\Program Files\___\DataCache
D:\Program Files\___\Dll
D:\Program Files\___\Images
D:\Program Files\___\Resource
D:\Program Files\___\Robot
D:\Program Files\___\Rss
D:\Program Files\___\Sound
D:\Program Files\___\WelcomeVisitor
D:\Program Files\____\Examples
D:\Program Files\____\WCe300arm
D:\Program Files\____\WCe420arm
D:\Program Files\____\WCe420x86
D:\Program Files\____\WCe421arm
D:\Program Files\_________\Projects
How to solve the garbled code problem in the dir list under DOS? Is it related to TW?
Help take a look! Thanks!
G:\Documents and Settings\Administrator\Templates
G:\Documents and Settings\Administrator\「Start」Menu
G:\Documents and Settings\Administrator\Desktop
D:\__
D:\Program Files\Avira\_____
D:\Program Files\_____\Skin
D:\Program Files\_____\Agent\DefHead
D:\Program Files\____\ls
D:\Program Files\___\0
D:\Program Files\___\DataCache
D:\Program Files\___\Dll
D:\Program Files\___\Images
D:\Program Files\___\Resource
D:\Program Files\___\Robot
D:\Program Files\___\Rss
D:\Program Files\___\Sound
D:\Program Files\___\WelcomeVisitor
D:\Program Files\____\Examples
D:\Program Files\____\WCe300arm
D:\Program Files\____\WCe420arm
D:\Program Files\____\WCe420x86
D:\Program Files\____\WCe421arm
D:\Program Files\_________\Projects
|
|
2007-4-29 13:54 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
真的是TW的事!
能否推荐一个替换TW?
Last edited by terse on 2007-4-30 at 01:43 AM ]
It's really about TW!
Can you recommend a replacement for TW?
Last edited by terse on 2007-4-30 at 01:43 AM ]
|
|
2007-4-29 14:28 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
应该不会这样。你的软硬件环境是什么?有无加载DOSLFN等长文件名支持?者这个DOS是纯DOS还是窗口下的DOS方式?提问时提供的背景信息太少了。
It shouldn't be like this. What are your software and hardware environments? Have you loaded long filename support like DOSLFN? And is this DOS pure DOS or DOS under a window? The background information provided in the question is too little.
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2007-4-30 04:01 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
谢本是的回复!上面的列表是我搜索时保存的!
我用的是GRUB启动的img镜象,是纯DOS下用的TW;虚拟内存盘里运行的,加载如下:(另还加载了IFS)
@ECHO OFF
mem /c|find /i "TW">nul
f not errorlevel 1 goto Ctw
lh tw /np N3 >nul
:Ctw
mem /c|find /i "CTMOUSE">nul
if not errorlevel 1 goto CLIP
lh CTMOUSE >nul
:CLIP
mem /c|find /i "MOUSCLIP">nul
if not errorlevel 1 goto DKEY
lh MOUSCLIP >nul
:DKEY
mem /c|find /i "DOSKEY">nul
if not errorlevel 1 goto LFN
lh DOSKEY >nul
:LFN
mem /c|find /i "DOSLFN">nul
if not errorlevel 1 goto EXIT
lh DOSLFN /z:Cp936uni.tbl >nul
goto EXIT
:EXIT
昨天在同样环境下,不加载任何软件的时候 用了CCDOS 结果没有上面的情况!所以才说是TW的事!
Last edited by terse on 2007-4-30 at 09:44 AM ]
The reply from Xie Benshi! The above list is what I saved when searching!
I'm using GRUB to boot the img image, which is for pure DOS use TW; running in the virtual memory disk, loading as follows: (also loaded IFS)
@ECHO OFF
mem /c|find /i "TW">nul
if not errorlevel 1 goto Ctw
lh tw /np N3 >nul
:Ctw
mem /c|find /i "CTMOUSE">nul
if not errorlevel 1 goto CLIP
lh CTMOUSE >nul
:CLIP
mem /c|find /i "MOUSCLIP">nul
if not errorlevel 1 goto DKEY
lh MOUSCLIP >nul
:DKEY
mem /c|find /i "DOSKEY">nul
if not errorlevel 1 goto LFN
lh DOSKEY >nul
:LFN
mem /c|find /i "DOSLFN">nul
if not errorlevel 1 goto EXIT
lh DOSLFN /z:Cp936uni.tbl >nul
goto EXIT
:EXIT
Yesterday in the same environment, without loading any software, I used CCDOS, and there was no above situation! So it's said to be the matter of TW!
Last edited by terse on 2007-4-30 at 09:44 AM ]
|
|
2007-4-30 09:42 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
可能因为“另还加载了IFS”:有些汉字系统与IFS冲突。
Probably because "IFS is also loaded" : Some Chinese character systems conflict with IFS.
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2007-4-30 10:42 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by 本是 at 2007-4-30 10:42:
可能因为“另还加载了IFS”:有些汉字系统与IFS冲突。
如真是这样!除了TW还有什么合适的替代呢?CCDOS好象大了点!注册也不好!
Originally posted by 本是 at 2007-4-30 10:42:
Maybe because "another IFS is loaded": Some Chinese character systems conflict with IFS.
If it is really like this! Besides TW, what are the suitable alternatives? CCDOS seems a bit large! Registration is also not good!
|
|
2007-4-30 13:38 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
汉王HW汉字、UCDOS、2.13L、AW97等其它汉字系统有没试过?
同时,EMM386、QEMM、UMBPCI等内存驱动有没换用过?
Have you tried other Chinese character systems such as Hanwang HW Chinese characters, UCDOS, 2.13L, AW97, etc.? At the same time, have you tried switching memory drivers such as EMM386, QEMM, UMBPCI, etc.?
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2007-4-30 21:17 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by 本是 at 2007-4-30 21:17:
汉王HW汉字、UCDOS、2.13L、AW97等其它汉字系统有没试过?
同时,EMM386、QEMM、UMBPCI等内存驱动有没换用过?
HW汉字、UCDOS、2.13L、AW97等其它汉字系统都没试过!
用的是JEMM386和 最新的UMBPCI 不知有影响否?
等把JEMM386换后再来汇报
Last edited by terse on 2007-4-30 at 09:30 PM ]
Originally posted by Ben Shi at 2007-4-30 21:17:
Have you ever tried other Chinese character systems such as HanWang HW Chinese characters, UCDOS, 2.13L, AW97, etc.?
At the same time, have you ever switched to use memory drivers such as EMM386, QEMM, UMBPCI, etc.?
I haven't tried other Chinese character systems such as HanWang HW Chinese characters, UCDOS, 2.13L, AW97, etc.!
I am using JEMM386 and the latest UMBPCI. I don't know if it has any impact!
I will report back after replacing JEMM386.
Last edited by terse on 2007-4-30 at 09:30 PM ]
|
|
2007-4-30 21:21 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
换了另外一个版本的TW 显示居然正常了 看来是版本的问题 不过IFS有些不对 有时加载不了!我再看看,
Changed to another version of TW, and it actually displays normally. It seems to be an issue with the version. However, there is something wrong with IFS. Sometimes it can't load! I'll take a look again.
|
|
2007-5-2 20:10 |
|
|
terse
银牌会员
    
积分 2404
发帖 946
注册 2005-9-8
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
今天把原来的 lh DOSLFN /z:Cp936uni.tbl >nul 改为lh DOSLFN >nul 一切正常!
换回原来的TW也无乱码现象!为什么lh DOSLFN >nul 这样就可以呢?
Today, I changed the original "lh DOSLFN /z:Cp936uni.tbl >nul" to "lh DOSLFN >nul", and everything is normal! Switching back to the original TW also has no garbled code phenomenon! Why is it okay with "lh DOSLFN >nul" like this?
|
|
2007-5-8 17:17 |
|