VOGONS


First post, by GabrielKnight123

User metadata
Rank Oldbie
Rank
Oldbie

I have a hard drive just for Dos 6.2 and everything was working well with just a single partition in Dos but when I made 3 more partitions using Fat16 I can no longer access my DVD drive I think because it was using "D" as its drive letter which is now assigned to a hard drive partition, In my Config.sys file I have:

DEVICEHIGH=C:\CDROM\oakcdrom.sys /D:mscd001

and for Autoexec.bat:

LH C:\CDROM\MSCDEX.EXE /D:mscd001 /L:D

I tried changing the letter D to G but that didnt work so do I need to change the msc"d" part aswell?

Reply 1 of 8, by GabrielKnight123

User metadata
Rank Oldbie
Rank
Oldbie

I looked it up and found that I have to only change the value after the /L: part in Autoexec.bat but when I change it to anything other than D/E/F it still does not work

Reply 2 of 8, by PTherapist

User metadata
Rank Oldbie
Rank
Oldbie

Add this line to config.sys and see if it helps -

lastdrive=z

Reply 3 of 8, by GabrielKnight123

User metadata
Rank Oldbie
Rank
Oldbie

Thanks a million PTherapist that worked

Reply 4 of 8, by PARKE

User metadata
Rank Oldbie
Rank
Oldbie

DOS allocates a data structure of appr. 100 bytes per letter in memory. If you are short on memory you should not use more letters than necessary - so for example lastdrive=F saves 2K.

Reply 5 of 8, by GabrielKnight123

User metadata
Rank Oldbie
Rank
Oldbie

Thanks Parke this will save some conventional memory

Reply 6 of 8, by dr_st

User metadata
Rank l33t
Rank
l33t

Using VIDE-CDD.SYS instead of OAKCDROM.SYS would save you heaps more! 😁

https://cloakedthargoid.wordpress.com/ - Random content on hardware, software, games and toys

Reply 7 of 8, by mrau

User metadata
Rank Oldbie
Rank
Oldbie

why is vide-cd smaller? what functionality was cut out?

Reply 8 of 8, by GabrielKnight123

User metadata
Rank Oldbie
Rank
Oldbie

I will try VIDE-CCD.SYS and CTMOUSE but where is a good place to download them?