中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-13 18:07
47,811 topics / 349,897 posts / today 0 new / 48,256 members
DOS学习入门 & 精彩文章 (教学室) » Why can't my FINDCD find the CD drive?
Printable Version  2,063 / 11
Floor1 ilovetridi Posted 2006-08-27 00:44
初级用户 Posts 23 Credits 70
The AUTOEXEC.BAT has an incorrect command: `@echo off /testmen off` is wrong. It should be `@echo off` alone. Also, in the `LH mscdex.exe /d:mscd001 /L:%CDROM%` line, if `%CDROM%` is not properly set before this, it may cause an issue. The CONFIG.SYS has `device=qcdrom.sys /d:mscd001`, but it's not clear if `qcdrom.sys` is the correct driver for the CD - ROM in the VMware environment. Maybe the CD - ROM driver is not compatible or the setup of the CD - ROM drive in VMware is not configured correctly along with these configuration files.
Floor2 JonePeng Posted 2006-08-29 23:50
金牌会员 Posts 1,883 Credits 4,562 From 广东广州
Change LH mscdex.exe /d:mscd001 /L:%CDROM% to LH mscdex.exe /d:mscd001
Floor3 Wengier Posted 2006-08-30 01:19
系统支持 Posts 10,521 Credits 27,736
In addition, the usage of findcd is also incorrect. Change the following sentence:
findcd /s
%CDROM%:

to:
findcd
%CDROM%

or change it to:
findcd /s
%CDROM1%
Floor4 ilovetridi Posted 2006-09-03 14:44
初级用户 Posts 23 Credits 70
It has been modified according to Wengier, but it still doesn't work. Is it a problem with my virtual machine? I'm using VMWARE 5.5.19175. I directly using the ISO also doesn't work. Loading the CD drive is fine, but when running GHOST from the CD, it's "bad command"..... Also, the drive letter isn't that of the CD drive.
Floor5 Wengier Posted 2006-09-03 17:24
系统支持 Posts 10,521 Credits 27,736
Have you made the changes according to what JonePeng said? Because there are multiple errors in the code you wrote in the top post. You need to strictly make the modifications as required by both me and JonePeng in the 2nd and 3rd floors respectively. Just modifying part of it is not enough.
Floor6 ilovetridi Posted 2006-09-03 18:39
初级用户 Posts 23 Credits 70
This is what I modified:

autoexec.bat
@ECHO OFF
PATH=A:\
LH MSCDEX.EXE /D:MSCD001
SMARTDRV
FINDCD.EXE /S
%CDROM1%
GHOST.EXE

config.sys
DEVICE=HIMEM.SYS /TESTMEM:OFF
DEVICE=QCDROM.SYS /D:MSCD001
Floor7 ilovetridi Posted 2006-09-04 00:11
初级用户 Posts 23 Credits 70
It's not a problem with VMware. I changed another one and it still doesn't work. Come on, brother, help me. I'm confused.
Floor8 x3232 Posted 2006-09-18 09:12
新手上路 Posts 7 Credits 14
Are you using an external USB CD-ROM?
Floor9 lang999 Posted 2006-09-18 17:55
新手上路 Posts 9 Credits 17
It's quite difficult, huh?
Floor10 ilovetridi Posted 2006-09-21 11:25
初级用户 Posts 23 Credits 70
Oh, of course it's not a USB drive. I'm using a virtual machine
Floor11 ljb603 Posted 2006-10-22 04:13
初级用户 Posts 49 Credits 112
Originally posted by ilovetridi at 2006-9-3 18:39:
This is how I modified it
autoexec.bat
@ECHO OFF
PATH=A:\
LH MSCDEX.EXE /D:MSCD001
SMARTDRV
FINDCD.EXE /S
%CDROM1%
GHOST.EXE

config.sys
DEVICE=HIMEM.SYS /TESTMEM:OFF
DEVICE=QCDROM.SYS /D:MSCD001


Change
FINDCD.EXE /S
%CDROM1%
to:
FINDCD.EXE
%CDROM%
Floor12 yangjiang Posted 2006-10-22 12:39
初级用户 Posts 49 Credits 92
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023