|
8888887
初级用户
 
积分 156
发帖 13
注册 2004-4-30
状态 离线
|
『楼 主』:
怎么完全的删除DOS 7.10?
使用 LLM 解释/回答一下
系统原本是win xp
我从光盘安装了一遍DOS 7.10(里边的附件都安了),结果发现不能显示中文,再dos下是横竖杠的乱码
,在那个dos自带的file manager 里面是aaaaaaa……。我怀疑是因为我在安装时,在一个长文件什么的
选项里,选了no!所以,我就又覆盖安装了一次,结果最后的时候,出来了一个对话框,说什么config和
AUTOEXEC都又独立建了文件,安装完成后,重启,进入dos,还是和上次一样不能显示中文,虽然我在安
装时,每个可以选中文的选项框都选了中文!所以我现在想把dos先卸调,(删除所有它生成的文件)。
哪位高手能细说一下!!!???
“我把dos装在了d;盘”
&*&*&* 顺便问一下,win xp 的c:盘根目录下,原本有没有BOOTLOG.TXT CONFIG.SYS AUTOEXEC.BAT
这三个文件???2.
我现在c;盘的根目录下有24个文件,包括BOOTLOG.TXT CONFIG.SYS AUTOEXEC.BAT logo.sys
如图
The system was originally Windows XP.
I installed DOS 7.10 from the CD (and installed all the accessories inside). As a result, I found that Chinese characters couldn't be displayed, and there were messy codes of horizontal and vertical bars under DOS. In that DOS - built - in file manager, it was aaaaaaa... I suspected that it was because when I was installing, in an option like a long file or something, I selected no! So, I reinstalled it by overwriting. As a result, at the final stage, a dialog box popped up saying that config and AUTOEXEC had each been newly created as independent files. After the installation was completed, I restarted and entered DOS, but it was still the same as last time, unable to display Chinese characters. Although when I was installing, I selected the Chinese option in every selectable box! So now I want to uninstall DOS first (delete all the files it generated).
哪位高手能细说一下!!!???
"I installed DOS on drive D;"
&*&*&* By the way, originally, are there BOOTLOG.TXT, CONFIG.SYS, AUTOEXEC.BAT in the root directory of drive C: of Windows XP??? 2.
Now there are 24 files in the root directory of drive C:, including BOOTLOG.TXT, CONFIG.SYS, AUTOEXEC.BAT, logo.sys
|
|
2004-7-2 00:00 |
|
|
8888887
初级用户
 
积分 156
发帖 13
注册 2004-4-30
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
上边小脑袋滚动的前面是我的从c:盘目录,高手看一下,
我想删的干净些!
The small head above is rolling. In front is my directory from the C: drive. Experts, take a look. I want to delete it cleanly!
|
|
2004-7-2 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
1、DOS本身并不支持中文显示,要想支持中文,你需要运行相关的中文系统。我印象中本论坛的msdos 7.10安装光盘中带了PDOS,CCDOS以及天汇汉字系统。
(1)进入PDOS:
c:
cd\pdos
autorun
(2)进入CCDOS:
c:
cd\ccdos
autorun
(3)进入天汇汉字系统:
c:
cd\dos71\tw32
autorun
注意:不能同时进入三个汉字系统,任选其一进入即可。
2、要想完全删除xp下安装的dos(事实上我从来没有在xp下安装过dos 7.10,因此我不知道它都修改了哪些文件),我想当然的认为它应该是将dos的引导扇区保存为了c:\bootsect.dos,并将相应的启动项加入了c:\boot.ini,因此,要想完全删除该dos,你需要删除以下内容:
(1) c:\下的三个目录:pdos, ccdos, media
(2) c:\下除boot.ini, ntdetect.com, ntldr, pagefile.sys, hiberfil.sys, bootfont.bin以外的所有文件。(注意:列出的这几个文件可千万不要删除)
另外,你还需要修改boot.ini,删除里面dos 7.10的启动项,该项应该类似下面:
c:\bootsect.dos="MS-DOS 7.10"
1. DOS itself does not support Chinese display. To support Chinese, you need to run the relevant Chinese system. I remember that the MSDOS 7.10 installation CD in this forum comes with PDOS, CCDOS, and Tianhui Chinese system.
(1) Enter PDOS:
c:
cd\pdos
autorun
(2) Enter CCDOS:
c:
cd\ccdos
autorun
(3) Enter Tianhui Chinese system:
c:
cd\dos71\tw32
autorun
Note: You cannot enter the three Chinese systems at the same time. Just choose one to enter.
2. To completely delete the DOS installed under XP (in fact, I have never installed DOS 7.10 under XP, so I don't know which files it has modified), I assume that it should have saved the boot sector of DOS as c:\bootsect.dos and added the corresponding startup item to c:\boot.ini. Therefore, to completely delete this DOS, you need to delete the following contents:
(1) The three directories under c\: pdos, ccdos, media
(2) All files under c\ except boot.ini, ntdetect.com, ntldr, pagefile.sys, hiberfil.sys, bootfont.bin. (Note: Do not delete these listed files at all)
In addition, you also need to modify boot.ini, delete the startup item of DOS 7.10 in it. This item should be similar to the following:
c:\bootsect.dos="MS-DOS 7.10"
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-5 00:00 |
|
|
8888887
初级用户
 
积分 156
发帖 13
注册 2004-4-30
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
高手!
你的你的想当然,实践证明是对的!
谢谢你!!!
我删了装删了装,都不再重样的
启动后显中文,但输入法调不出来的;最后试试我的那个65k的超级玛丽游戏,黑呼呼的没影都,声音也没有,幸好能退出。精力有限,终于放弃了……
见到高手不能放过!
问一下这个:关于刻录的问题???
我刻了一张盘,分两个轨刻的,也就是分两次将盘刻满的,可是在win xp中只能看到后刻的那一轨的内容,怎么才能看到那一轨的内容呢???
win 98 里可以看到,它在右键 属性里面有个 volume 选项,可以选轨
可是win xp 找到这个功能,导入后还是只能看到一个轨!
我刻的绝对没问题,这点可以排除!
Expert!
Your over-simplified assumption, but practice has proven it correct!
Thank you!!!
I deleted and reinstalled, deleted and reinstalled, and it's never the same.
After booting, Chinese is displayed, but the input method can't be called up; finally, I tried my 65k Super Mario game, it was completely black with no trace, and no sound, fortunately I could exit. Limited energy, finally gave up...
Can't let go of meeting an expert!
Ask about this: Regarding the burning issue???
I burned a disc, burned it in two tracks, that is, filled the disc twice, but in win xp I can only see the content of the latter burned track, how can I see the content of that track???
In win 98, I can see it, there is a volume option in the right-click properties, which can select the track
But in win xp, after finding this function and importing, I can only see one track!
I'm absolutely sure my burning is fine, this can be ruled out!
|
|
2004-7-6 00:00 |
|
|
gotomsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
要删DOS7。10 干吗?
加载中文系统就能显示中文
加载输入法就能输入中文呀!
傻!
菜鸟!
Why delete DOS 7.10? Just load the Chinese system to display Chinese characters and load the input method to input Chinese! Stupid! Novice!
|
|
2004-7-6 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
以下是引用8888887在2004-7-6 上午 01:04:51的发言:
问一下这个:关于刻录的问题???
我刻了一张盘,分两个轨刻的,也就是分两次将盘刻满的,可是在win xp中只能看到后刻的那一轨的内容,怎么才能看到那一轨的内容呢???
win 98 里可以看到,它在右键 属性里面有个 volume 选项,可以选轨
可是win xp 找到这个功能,导入后还是只能看到一个轨!
我刻的绝对没问题,这点可以排除!
在我印象中,好象要安装nero才行,你试着在xp下装一个nero。
The following is a quote from 8888887 on July 6, 2004 at 01:04:51 AM:
Ask about this: The problem about burning? ? ?
I burned a disc, which was burned in two tracks, that is, the disc was filled twice, but in win xp, only the content of the latter burned track can be seen. How can I see the content of that track? ? ?
In win 98, it can be seen. There is a volume option in the right - click properties, and you can select the track.
But win xp can't find this function. After importing, you can only see one track!
I burned it absolutely without any problem. This can be ruled out!
In my impression, it seems that you need to install Nero. You can try to install a Nero under xp.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-6 00:00 |
|
|
8888887
初级用户
 
积分 156
发帖 13
注册 2004-4-30
状态 离线
|
|
2004-7-6 00:00 |
|
|
8888887
初级用户
 
积分 156
发帖 13
注册 2004-4-30
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
那么你说怎么加载中文系统 加载输入法
我装了dos7。10,不管能不能显、输中文
可是,还是玩不了那个 超级玛丽!?
Then you say how to load the Chinese system and load the input method. I installed DOS 7.10, but whether it can display or input Chinese or not, however, I still can't play that Super Mario!?
|
|
2004-7-6 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
楼上的,加载中文输入法后才能输入汉字,比如说PDOS汉字系统要输入汉字必须加载HZKBD、INSTDICT、PY或WB等。
关于超级码莉的问题,其实正如DOS安装程序中所提,有部分软件必须要在相应的配置下才能正常运行,尤其是CONFIG.SYS中EMM386.EXE的配置,如NOEMS、RAM或不加载等。程序的具体运行需求请看程序自带的帮助文件(如果有的话)。或者你将这个游戏帖上来(反正才65KB),让我测试一下看看到底有没有问题。
The person upstairs, you need to load a Chinese input method to input Chinese characters. For example, to input Chinese characters with the PDOS Chinese character system, you must load HZKBD, INSTDICT, PY or WB, etc.
Regarding the problem of Super Mary, in fact, as mentioned in the DOS installation program, some software must run normally under the corresponding configuration, especially the configuration of EMM386.EXE in CONFIG.SYS, such as NOEMS, RAM or not loading, etc. For the specific running requirements of the program, please refer to the help file that comes with the program (if available). Or you can post this game (it's only 65KB anyway), let me test to see if there is really a problem.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2004-7-7 00:00 |
|
|
8888887
初级用户
 
积分 156
发帖 13
注册 2004-4-30
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2004-7-7 上午 01:25:29的发言:
楼上的,加载中文输入法后才能输入汉字,比如说PDOS汉字系统要输入汉字必须加载HZKBD、INSTDICT、PY或WB等。
关于超级码莉的问题,其实正如DOS安装程序中所提,有部分软件必须要在相应的配置下才能正常运行,尤其是CONFIG.SYS中EMM386.EXE的配置,如NOEMS、RAM或不加载等。程序的具体运行需求请看程序自带的帮助文件(如果有的话)。或者你将这个游戏帖上来(反正才65KB),让我测试一下看看到底有没有问题。
你所说的这些哪里有详细的帮助教程? 麻烦贴个链接或者推荐本书什么的!谢了!
文件上传不了!我在台式机上玩过只会打到4关,后边也不知是没有了,还是我没找到关口!已经发到你邮箱
问一下:1。硬件对于操作系统是否有支持性问题,如:一个硬件系统只支持winxp win2000而win 98 它就不支持 装不了。???
2。大写的后缀名与小写的有什么区别???如:exe与EXE 谢谢 请回答!
The following is a quote from Wengier at 01:25:29 AM on July 7, 2004:
Above, you can only input Chinese characters after loading a Chinese input method. For example, to input Chinese characters with the PDOS Chinese character system, you must load HZKBD, INSTDICT, PY, or WB, etc.
Regarding the problem of Super Mario, in fact, as mentioned in the DOS installation program, some software must run normally under corresponding configurations, especially the configuration of EMM386.EXE in CONFIG.SYS, such as NOEMS, RAM, or not loading. For the specific running requirements of the program, please refer to the help file that comes with the program (if available). Or you can post this game here (it's only 65KB anyway), and let me test to see if there is really a problem.
Where are there detailed help tutorials for these things? Please post a link or recommend a book or something! Thanks!
Files can't be uploaded! I played on a desktop computer and only got to level 4. I don't know if there are no more levels behind or if I didn't find the level. I have already sent it to your email
Ask: 1. Is there a compatibility problem of hardware with the operating system, such as: a hardware system only supports winxp win2000 but doesn't support win 98 and can't be installed.???
2. What is the difference between uppercase and lowercase file extensions??? Such as: exe and EXE Thanks for answering!
|
|
2004-7-7 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
不要太计较别人说些什么,年轻人有时候是气盛一些,吃些亏就改过来了。
1、这个问题严格上来说应该是不存在的,因为大部分时间硬件都是跟驱动程序打交道,有驱动就可以用,没有驱动就不能用。当然,有的硬件官方不提供某些系统下的驱动,但有需要就会有人解决这个问题。
2、DOS下是不区分大小写的,因此exe与EXE完全相同,你写成Exe,eXe也没有问题。
Don't care too much about what others say. Young people are sometimes a bit hot-headed. If they suffer some losses, they can change.
1. Strictly speaking, this problem should not exist because most of the time hardware interacts with driver programs. If there is a driver, it can be used; if not, it cannot be used. Of course, some hardware manufacturers do not provide drivers for certain systems, but if there is a need, someone will solve this problem.
2. In DOS, case is not distinguished. Therefore, exe and EXE are exactly the same, and it is okay if you write it as Exe or eXe.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-7 00:00 |
|
|
8888887
初级用户
 
积分 156
发帖 13
注册 2004-4-30
状态 离线
|
|
2004-7-8 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
8888887:我在回复邮件中已说明请将附件更名重发一下,否则我打不开。
88888887: I have stated in the reply email that please rename and resend the attachment, otherwise I can't open it.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2004-7-8 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
你发来的那个超级玛莉游戏我收到了,原来是这个超级玛莉呀,其实我的系统中就有。我刚才在刚安装了msdos7.1完整版(软盘版)的系统中运行了一下它,发现它运行起来一切正常,没有问题。估计是你是用光盘版安装DOS的,装了不少插件(如汉字系统插件等等),而可能导致某些插件与此游戏不兼容。请设置一下系统配置文件即可。
The Super Mario game you sent me has been received. So it's this Super Mario. Actually, I already have it in my system. Just now, I ran it in the system where I just installed the full version of MSDOS 7.1 (floppy disk version), and found that it runs normally without any problems. It's estimated that you installed DOS using the CD - ROM version and installed many plug - ins (such as Chinese character system plug - ins, etc.), and maybe some plug - ins are incompatible with this game. Just set the system configuration file.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2004-7-9 00:00 |
|
|
gdufsh
初级用户
 
积分 28
发帖 8
注册 2006-5-2
状态 离线
|
『第 15 楼』:
到底怎么切换到输入中文状态啊
使用 LLM 解释/回答一下
我切换到PDOS时都有显示说已经安装好了拼音和五笔的输入法了,但是我不知道怎么切换到输入中文的状态啊,按CTRL+SHIFT没反应,瞎按其他组合键也没切换到,请各位指教怎么切换啊???先谢谢了.
====================================
:(我又犯错误了:不知道怎么回事现在我进入DOS的时候可以切换了(CTRL+空格),但是在CCDOS下用拼音打字的时候不显示可选择的字,真是郁闷,没办法只能用PDOS......(无心之失,请版主见谅):)
Last edited by gdufsh on 2006-5-4 at 15:38 ]
When I switch to PDOS, it shows that the Pinyin and Wubi input methods have been installed, but I don't know how to switch to the Chinese input state. Pressing CTRL+SHIFT doesn't work, and pressing other random combinations doesn't switch either. Please give me some advice. Thanks in advance.
====================================
:(I made a mistake again: I don't know why now I can switch when entering DOS (CTRL+Space), but when typing with Pinyin in CCDOS, the selectable characters don't show up. It's really frustrating. I can only use PDOS... (Inadvertent mistake, please forgive me, moderator):)
Last edited by gdufsh on 2006-5-4 at 15:38 ]
|
|
2006-5-4 11:45 |
|
|