VOGONS


Help installing DVD-ROM on DOS 6.22

Topic actions

  • This topic is locked. You cannot reply or edit posts.

Reply 20 of 24, by AlaricD

User metadata
Rank Oldbie
Rank
Oldbie
gladders wrote:

Hi all,

Figured it out! It wasn't the jumpers, but there was a typo in autoexec.bat. It's recognising the drive.

Although, it insists on assigning it as drive E. How do I force it to D?

It SHOULD, if the /L:F switch is still on MSCDEX, be getting the letter F:. Use /L:D to force it to D:, but this will only work if another drive (particularly a hard drive) is not already using D:. The default behavior without the /L: switch is to use the next available drive letter.

Last edited by AlaricD on 2018-09-06, 19:03. Edited 3 times in total.

"The Big Bang. The ultimate hero of low frequency. The divine intergalactical bass drum connecting the tribes of our solar system."
Yello
"Solar Driftwood"

Reply 22 of 24, by AlaricD

User metadata
Rank Oldbie
Rank
Oldbie

MSCDEX.EXE is a network redirector responsible for assigning a drive letter to the device detected by the CD-ROM driver, so long as the intended drive letter is free. Your MSCDEX line in autoexec.bat says:

gladders wrote:
[…]
Show full quote
C:\DOS\MSCDEX.EXE /D:OEMCD001 /L:F

If D: isn't already taken by a logical hard disk partition, then using:

C:\DOS\MSCDEX.EXE /D:OEMCD001 /L:D

should set it to D:. Removing the /L: entirely switch will make it take the next available drive letter (unless the next available drive letter is beyond the LASTDRIVE environment variable)

"The Big Bang. The ultimate hero of low frequency. The divine intergalactical bass drum connecting the tribes of our solar system."
Yello
"Solar Driftwood"