|
zlbzlw
初级用户
 
积分 105
发帖 1
注册 2003-8-11
状态 离线
|
『第 136 楼』:
使用 LLM 解释/回答一下
老大啊 我也是个新手 那里有介绍DOS基本命令的地方啊 给我个 谢谢
Boss, I'm also a newbie. Is there any place that introduces DOS basic commands? Please give me one. Thanks
|
|
2003-8-11 00:00 |
|
|
lilililo
初级用户
 
积分 112
发帖 5
注册 2003-8-14
状态 离线
|
『第 137 楼』:
使用 LLM 解释/回答一下
这些都要在dos下面操作吧?
但是我现在只有xp系统了
没有光驱,软驱,有不能用闪盘启动
我能怎么办阿???
Are all these operations to be done under DOS?
But now I only have the XP system.
No CD drive, no floppy drive, and no USB flash drive can be used to boot.
What can I do???
|
|
2003-8-14 00:00 |
|
|
tjfly
初级用户
 
积分 105
发帖 1
注册 2003-8-17
状态 离线
|
『第 138 楼』:
使用 LLM 解释/回答一下
我在XP下成功装了Ms-Dos,本来很HAPPY可是总有可恶的等待画面....
我想去掉等待时间,哪位大哥能告诉我一下,或者能象98一样来个热键什么的就更HAPPY了。谢谢各位了,我是没招儿了....
I successfully installed Ms-DOS under XP. I was originally very HAPPY, but there is always that annoying waiting screen....
I want to remove the waiting time. Can any big brother tell me, or if it can have a hotkey like in 98, that would be even HAPPIER. Thanks everyone. I'm really at a loss....
|
|
2003-8-17 00:00 |
|
|
月满西楼
初级用户
 
积分 113
发帖 3
注册 2003-8-18
状态 离线
|
『第 139 楼』:
请教您一个问题
使用 LLM 解释/回答一下
我知道您是dos乃至电脑方面的高手,想请教一个问题:我的电脑装了双系统,分别是win98se和win2000 professional,我想电脑在启动的时候,不仅有上述两系统的菜单,还能有dos,不知道如何实现?(通常都是选进入win98,再按下f8,再进行选择,但我嫌这样麻烦)
I know you are an expert in DOS and even computer - related aspects. I want to ask a question: My computer has a dual - system, which are win98se and win2000 professional respectively. I want the computer to have the menu of the above two systems as well as DOS when it starts up. I don't know how to achieve it? (Usually, I choose to enter win98 and then press F8 to make a choice, but I find it troublesome)
|
|
2003-8-18 00:00 |
|
|
Demf
初级用户
 
积分 110
发帖 3
注册 2003-7-28
状态 离线
|
『第 140 楼』:
使用 LLM 解释/回答一下
我的三个分区都是NTFS的,能不能做一个DOS启动选项呢?
谢谢。
Can I create a DOS boot option since my three partitions are all NTFS?
Thanks.
|
|
2003-8-19 00:00 |
|
|
眼泪哭了
初级用户
 
积分 138
发帖 8
注册 2003-8-18
状态 离线
|
『第 141 楼』:
Re:
使用 LLM 解释/回答一下
以下是引用笨笨熊在2003-8-9 13:32:05的发言:
Wengier,我的操作步骤如下:
(在细读了你的《磁盘维护的好工具SRCTools》和《如何在WinNT/2K/XP下启动纯DOS》之后根据我自己的情况改的),请你看看,问题在哪里呢
1.先将WinXP的引导信息保存下来到文件中。
SRCBOOT C: I:\BOOTSECT.SAV/S
SRCMBR 0 I:\OLDMBR.SAV/S
SRCFAT C: I:\SAVED.FAT/S
2. 执行命令 SYS C:
3.将此时的主引导扇区中的信息(即DOS引导信息)中的内容保存
到C:\BOOTSECT.DOS文件中,
SRCBOOT C: C:\BOOTSECT.DOS/S
SRCMBR 0 C:\MBRSECT.DOS/S
SRCFAT C: C:\FATSECT.DOS/S
4.恢复WinXP的引导信息。
SRCBOOT C: I:\BOOTSECT.SAV/R
SRCMBR 0 I:OLDMBR.SAV/R
SRCFAT C: I:\SAVED.FAT/R
5.修改C:\BOOT.INI文件。
在项下加入一行: C:\="MS-DOS"
在第一步的时候,我就卡壳了。因为在输入命令行之后,屏幕总是提醒我,SRCBOOT或者SRCMBR或者SMCFAT的输入格式,可是,我输入的格式没有错呵。
错了:
应该这样:
先把DOS盘放入A
1. sys a: c:
2. srcboot c: c:\bootsect.dos /s
3. bootpart winnt boot:c:
The following is the speech of Benben Bear on 2003-8-9 13:32:05:
Wengier, my operation steps are as follows:
(After reading your "Good Tool for Disk Maintenance SRCTools" and "How to Boot Pure DOS under WinNT/2K/XP" carefully and modifying according to my own situation), please see where the problem is
1. First, save the boot information of WinXP to a file.
SRCBOOT C: I:\BOOTSECT.SAV/S
SRCMBR 0 I:\OLDMBR.SAV/S
SRCFAT C: I:\SAVED.FAT/S
2. Execute the command SYS C:
3. Save the content in the main boot sector at this time (that is, the DOS boot information) to the C:\BOOTSECT.DOS file,
SRCBOOT C: C:\BOOTSECT.DOS/S
SRCMBR 0 C:\MBRSECT.DOS/S
SRCFAT C: C:\FATSECT.DOS/S
4. Restore the boot information of WinXP.
SRCBOOT C: I:\BOOTSECT.SAV/R
SRCMBR 0 I:OLDMBR.SAV/R
SRCFAT C: I:\SAVED.FAT/R
5. Modify the C:\BOOT.INI file.
Add a line under the section: C:\="MS-DOS"
At the first step, I got stuck. Because after entering the command line, the screen always reminds me of the input format of SRCBOOT or SRCMBR or SMCFAT, but the format I entered is not wrong.
Wrong:
It should be like this:
First put the DOS disk into A
1. sys a: c:
2. srcboot c: c:\bootsect.dos /s
3. bootpart winnt boot:c:
|

人生就是一场游戏,
唯一不同的是:
游戏可以存盘,
而人生却无法重来……
欢迎来我家留言 极地灵火
|
|
2003-8-19 00:00 |
|
|
luogq
初级用户
 
积分 105
发帖 1
注册 2003-8-19
状态 离线
|
『第 142 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2003-8-6 22:27:18的发言:
或者在“DOS启动盘”版块中下载一个“MS-DOS 7.10完整安装版”吧,它可以自动做成与WinNT/2K/XP双启动的哦。。
我下载了;可是为何都是IMG文件啊?怎么用???请教楼主啊!
The following is the speech of Wengier on 2003-8-6 22:27:18:
Or download a "MS-DOS 7.10 Complete Installation Edition" in the "DOS Boot Disk" section, and it can automatically make a dual boot with WinNT/2K/XP.。
I downloaded it; but why are they all IMG files? How to use them??? Please teach the landlord!
|
|
2003-8-19 00:00 |
|
|
xuan5272095
初级用户
 
积分 113
发帖 3
注册 2003-8-23
状态 离线
|
『第 143 楼』:
使用 LLM 解释/回答一下
偶发现:dos真好玩!
I accidentally found out: DOS is really fun!
|
|
2003-8-23 00:00 |
|
|
szycq
初级用户
 
积分 137
发帖 8
注册 2003-8-31
状态 离线
|
『第 144 楼』:
使用 LLM 解释/回答一下
看了半天,还是一头雾水。
After looking at it for a long time, I'm still completely confused.
|
|
2003-8-31 00:00 |
|
|
allinone
初级用户
 
积分 168
发帖 24
注册 2003-6-26
状态 离线
|
|
2003-9-1 00:00 |
|
|
lxhdlxhd
初级用户
 
积分 113
发帖 3
注册 2003-9-5
状态 离线
|
|
2003-9-6 00:00 |
|
|
livepig
初级用户
 
积分 118
发帖 4
注册 2003-9-6
状态 离线
|
『第 147 楼』:
救命!!!!!
使用 LLM 解释/回答一下
Wengier - 新DOS时代:
我按照你的操作要求做了启动盘,按照你的指示运作,我看不懂里面的东西,再开始有六个选择,我没选,他自动选择了第一项,后来有一项好象是问Y/N?我打了Y,再后来。。完了。。我重启电脑无法进入WIN2000,用WIN2000安装盘也没用,救命。。。。
Wengier - New DOS Era:
I made the boot disk according to your operation requirements and followed your instructions. I can't understand the things inside. At the beginning, there were six options. I didn't choose, and it automatically selected the first item. Then there was an item that seemed to ask Y/N? I typed Y, and then... it's over... I restarted the computer and couldn't enter WIN2000. Using the WIN2000 installation disk didn't work either, help...
|
|
2003-9-6 00:00 |
|
|
livepig
初级用户
 
积分 118
发帖 4
注册 2003-9-6
状态 离线
|
『第 148 楼』:
使用 LLM 解释/回答一下
以下是引用mikeby在2003-6-3 9:51:20的发言:
我是新手: 如下是我对操作的理解,不知道对不对,请斑竹更正指点:
1. SYS A: C: (用sys命令将DOS系统文件传输入C盘)
2. SRCBOOT C: C:\BOOTSECT.DOS /S (将此时的主引导扇区中的信息(即DOS引导信息)中的内容保存到C:\BOOTSECT.DOS文件中)
3. BOOTPART WINNT BOOT:C: (我用的是xp的系统,用 bootpart winxp boot:c: 能行吗?)
4. 然后在BOOT.INI中加入启动DOS的那行.
求助:
a.以上操作中的第4步不会....请指点.
b.我down了斑竹的 MS-DOS 7.10启动压缩包,展开后,怎么将其做成一张用来做以上操作的启动盘?
我也不懂第四步怎么操作,请写具体的运行命令和内容,让我等不要走弯路,HAPPYEVERDAY
Here's the translation:
Here is the speech quoted from mikeby on 2003-6-3 9:51:20:
I'm a newbie: The following is my understanding of the operation. I don't know if it's correct. Please correct and guide the moderator:
1. SYS A: C: (Use the sys command to transfer DOS system files to the C drive)
2. SRCBOOT C: C:\BOOTSECT.DOS /S (Save the content in the main boot sector at this time (that is, the DOS boot information) to the C:\BOOTSECT.DOS file)
3. BOOTPART WINNT BOOT:C: (I'm using the XP system. Can I use bootpart winxp boot:c:?)
4. Then add the line to start DOS in BOOT.INI.
Request for help:
a. I don't know how to do step 4 above.... Please give guidance.
b. I downloaded the moderator's MS-DOS 7.10 startup compressed package. After decompressing it, how to make a boot disk for the above operations?
I also don't understand how to do the fourth step. Please write the specific running commands and content so that we don't take detours. HAPPYEVERDAY
|
|
2003-9-6 00:00 |
|
|
livepig
初级用户
 
积分 118
发帖 4
注册 2003-9-6
状态 离线
|
『第 149 楼』:
使用 LLM 解释/回答一下
系统进入MS-DOS时,提示:I/O错误,有没有大师指点迷津,万分感谢
When the system enters MS-DOS, it prompts: I/O error. Is there any expert to give guidance? Thanks a lot.
|
|
2003-9-7 00:00 |
|
|
狼五
初级用户
 
积分 114
发帖 4
注册 2003-9-11
状态 离线
|
『第 150 楼』:
使用 LLM 解释/回答一下
我是新手~我只想问一下DOS能在windows里面复制或是虚拟吗?
I'm a newbie~ I just want to ask, can DOS be copied or virtualized in Windows?
|
|
2003-9-11 00:00 |
|