|
lujn7650
初级用户
 
积分 161
发帖 14
注册 2004-2-15
状态 离线
|
『楼 主』:
如何修改config.sys指定光驱的盘符
使用 LLM 解释/回答一下
我想使用win98或者winme启动软盘启动电脑时,指定光驱的盘符为H:
应该怎么修改config.sys呢。请赐教
I want to use a Windows 98 or Windows Me boot floppy to boot the computer and specify the drive letter of the CD-ROM as H: How to modify config.sys? Please give advice.
|
|
2004-2-16 00:00 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
好象应该在控制面板内更改系统属性中关于首个光盘盘符项,而不是修改CONFIG.SYS文件。
It seems that you should change the item related to the first CD - ROM drive letter in the system properties within the Control Panel, rather than modifying the CONFIG.SYS file.
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2004-2-17 00:00 |
|
|
龙王
银牌会员
    
积分 1186
发帖 334
注册 2003-5-30
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
修改autoexec.bat的内容就可以了
config.sys的光驱驱动加载甚至可以批处理实现
你的光驱驱动是哪个
如果是mscdex .exe 加参数 /L:H 如mscdex /d:mscd003 /l:h
如果是shsucdx.exe 在D的参数后面加 “,H]” 如shsucdx /d:mscd003,h
You can just modify the content of autoexec.bat. The CD-ROM drive driver loading in config.sys can even be achieved with batch processing. Which CD-ROM drive driver do you use? If it's mscdex.exe with the parameter /L:H like mscdex /d:mscd003 /l:h. If it's shsucdx.exe, add ",H]" after the parameter of D like shsucdx /d:mscd003,h
|
|
2004-2-17 00:00 |
|
|
wudos
初级用户
 
积分 102
发帖 1
注册 2004-2-19
状态 离线
|
|
2004-2-19 00:00 |
|
|
ls25145
初级用户
 
积分 173
发帖 22
注册 2003-11-15
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
在使用/L:H时,好像在config.sys中还要使用Lastdrive设置驱动器数目
不过只写一句lastdrive=I好像还不行,不知道前面还应写点什么
那位大哥知道请帮帮忙
When using /L:H, it seems that the Lastdrive needs to be used to set the number of drives in config.sys. But just writing "lastdrive=I" alone doesn't seem to work. I don't know what else needs to be written before it. If any big brother knows, please help.
|
|
2004-2-19 00:00 |
|
|
龙王
银牌会员
    
积分 1186
发帖 334
注册 2003-5-30
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
device=atapicd.sys /d:mscd003
设备=atapicd.sys /d:mscd003
|
|
2004-2-20 00:00 |
|
|
lujn7650
初级用户
 
积分 161
发帖 14
注册 2004-2-15
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
我试过在mscdex .exe 加参数 /L:H 如mscdex /d:mscd003 /l:h
结果在dos启动后还是不能使用指定的 H:盘符
I tried adding the parameter /L:H to mscdex.exe, such as mscdex /d:mscd003 /l:h. But after DOS starts, the specified H: drive letter still can't be used.
|
|
2004-3-5 00:00 |
|
|
龙王
银牌会员
    
积分 1186
发帖 334
注册 2003-5-30
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
以下是引用lujn7650在2004-3-5 11:18:49的发言:
我试过在mscdex .exe 加参数 /L:H 如mscdex /d:mscd003 /l:h
结果在dos启动后还是不能使用指定的 H:盘符
你的mscdex.exe不在当前盘或路径没打通
你的mscdex.exe还有可能shsucdx.exe改名
参数/d的设置必须与config.sys里device加载的光驱驱动的参数完全相同
The following is the statement from lujn7650 on 2004-3-5 11:18:49:
I tried adding the parameter /L:H to mscdex .exe, such as mscdex /d:mscd003 /l:h.
As a result, after DOS starts, the specified H: drive letter still cannot be used.
Your mscdex.exe is not on the current drive or the path is not connected.
Your mscdex.exe may also be renamed from shsucdx.exe.
The setting of parameter /d must be exactly the same as the parameter of the CD-ROM driver loaded in config.sys.
|
|
2004-3-6 00:00 |
|