Multi-drive issue~~~
According to the explanation by W moderator for FINDCD:
FINDCD 2 can assign the drive letter of the second CD-ROM as %CDROM%; FINDCD 3 can assign the drive letter of the third one, and so on; if you execute FINDCD /S, it will assign all CD-ROM drive letters at once, namely %CDROM1%, %CDROM2%, etc., and at this time %CDROM% is the total number of CD-ROMs.
I judge each CD-ROM respectively in AUTOEXEC to see if the required file exists. If %CDROM1% doesn't have it, then judge %CDROM2%. But in the test, if there is no CD in CDROM1, it doesn't execute downward and displays
CDR101: NOT READY READ DRIVE D
ABORT, RETRY, FAIL?
Now the problem is how to make it judge that there is no CD in CDROM1 and directly judge the next CD-ROM~~~
Please help the moderator, thank you very much!!!
According to the explanation by W moderator for FINDCD:
FINDCD 2 can assign the drive letter of the second CD-ROM as %CDROM%; FINDCD 3 can assign the drive letter of the third one, and so on; if you execute FINDCD /S, it will assign all CD-ROM drive letters at once, namely %CDROM1%, %CDROM2%, etc., and at this time %CDROM% is the total number of CD-ROMs.
I judge each CD-ROM respectively in AUTOEXEC to see if the required file exists. If %CDROM1% doesn't have it, then judge %CDROM2%. But in the test, if there is no CD in CDROM1, it doesn't execute downward and displays
CDR101: NOT READY READ DRIVE D
ABORT, RETRY, FAIL?
Now the problem is how to make it judge that there is no CD in CDROM1 and directly judge the next CD-ROM~~~
Please help the moderator, thank you very much!!!



