|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
『楼 主』:
报告UCDOS 98一个问题!
使用 LLM 解释/回答一下
当硬盘上只有一个Fat32分区为c: 并加载了光驱为d: 且光驱为空,则运行ucdos屏幕上出现提示:General failure reading drive D Abort, Retry, Fail? 无论选哪一个都启动失败。如果不加载光驱则没问题,或者往光驱里放一张cd也没问题,或者有两个fat32分区也没问题。也就是说在硬盘上只有一个fat32分区并且加载了光驱且光驱里没盘的时候,ucdos在启动时会自动读光驱!真是奇怪。
Last edited by brglng on 2006-6-9 at 14:02 ]
When there is only one Fat32 partition on the hard disk as C: and the CD - ROM is loaded as D: and the CD - ROM is empty, when running UCDOS, the screen shows the prompt: General failure reading drive D Abort, Retry, Fail? No matter which one is selected, the startup fails. If the CD - ROM is not loaded, there is no problem. Or put a CD in the CD - ROM, there is no problem. Or if there are two Fat32 partitions, there is no problem. That is to say, when there is only one Fat32 partition on the hard disk, the CD - ROM is loaded and there is no disc in the CD - ROM, UCDOS will automatically read the CD - ROM when starting up! It's really strange.
Last edited by brglng on 2006 - 6 - 9 at 14:02 ]
|

32位才是DOS未来的希望
个人网志:http://sololand.moe |
|
2006-6-9 11:00 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
检查自己的批处理,有没有访问光驱查找文件的命令(如if not exist %cdrom%:\*.*)
或者config.sys中加SHELL=COMMAND.COM /E:640 /P /F参数
Check your batch script to see if there are commands that access the CD drive to find files, such as "if not exist %cdrom%:\*.*"
Or add the parameter "SHELL=COMMAND.COM /E:640 /P /F" in config.sys
|
|
2006-6-9 11:34 |
|
|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
ucdos的批处理中没有任何关于光驱的命令,autoexec.bat中只有加载shsucdx的命令,连findcd都没运行过。况且使用别的汉字系统都没问题。
刚刚又试了一下,选择Fail 就能正常启动。问题是出在RD16.COM这个程序上。直接在命令行运行rd16就出现上述提示。
There are no commands related to the optical drive in the UCDOS batch processing. In autoexec.bat, there is only the command to load shsucdx, and even findcd has never been run. Moreover, there is no problem with using other Chinese character systems. Just now I tried again, and choosing Fail can start normally. The problem is with the program RD16.COM. Running rd16 directly in the command line will cause the above-mentioned prompt.
|

32位才是DOS未来的希望
个人网志:http://sololand.moe |
|
2006-6-9 11:53 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
光驱是只读访问,建议创建一个虚拟盘,复制UCDOS目录下所有文件到虚拟盘UCDOS目录运行UCDOS
COMMAND.COM /F参数就是Fail
The CD - ROM is for read - only access. It is suggested to create a virtual disk, copy all the files in the UCDOS directory to the UCDOS directory of the virtual disk and run UCDOS. The COMMAND.COM /F parameter is just Fail.
|
|
2006-6-9 12:27 |
|
|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
又试过了,如果虚拟盘盘符在光驱盘符之前,则没有问题;如果虚拟盘盘符在光驱后面,ucdos仍然出现上述提示,而且即使把ucdos复制到虚拟盘里也没用。
I tried again. If the virtual disk drive letter is before the CD-ROM drive letter, there is no problem; if the virtual disk drive letter is after the CD-ROM, UCDOS still shows the above prompt, and even copying UCDOS to the virtual disk doesn't work.
|

32位才是DOS未来的希望
个人网志:http://sololand.moe |
|
2006-6-9 14:01 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
那看看是不是UCDOS缺少某个文件RD16.COM试图寻找此文件?
我的UCDOS目录文件有你检查一下有什么是否缺少文件了
DRV
FNT
ASC16
CONVERT.EXE
DEMO.BAT
HZK16
KNL.COM
LIMD.COM
PY.COM
PY.USR
QUIT.COM
RD16.COM
RDFNT.COM
README.EXE
README.TXT
TM.COM
TM.EXE
TMHELP.EXE
TX.COM
UCDOS.BAT
UCT.COM
VIDEOID.COM
WB.BAT
WPS.COM
WPS.EXE
WPS1.OVL
DRV\CGA.DRV
DRV\EGA.DRV
DRV\HGC.DRV
DRV\PY.OVR
DRV\VESA.DRV
DRV\VGA.DRV
DRV\WB.IMD
FNT\ASCPS
Then, is it that UCDOS is missing a certain file RD16.COM and trying to find this file?
Check if there are any missing files in my UCDOS directory. The files are:
DRV
FNT
ASC16
CONVERT.EXE
DEMO.BAT
HZK16
KNL.COM
LIMD.COM
PY.COM
PY.USR
QUIT.COM
RD16.COM
RDFNT.COM
README.EXE
README.TXT
TM.COM
TM.EXE
TMHELP.EXE
TX.COM
UCDOS.BAT
UCT.COM
VIDEOID.COM
WB.BAT
WPS.COM
WPS.EXE
WPS1.OVL
DRV\CGA.DRV
DRV\EGA.DRV
DRV\HGC.DRV
DRV\PY.OVR
DRV\VESA.DRV
DRV\VGA.DRV
DRV\WB.IMD
FNT\ASCPS
|
|
2006-6-9 14:25 |
|
|
brglng
银牌会员
     永遠的DOS~~~
积分 1200
发帖 466
注册 2005-2-1 来自 上海
状态 离线
|
|
2006-6-9 14:45 |
|