VOGONS


First post, by Akrovah

User metadata

I cannot seem to get DosBox to read my DVD drive as a cd-rom. Is this possible? If so, here is the command line i am using for my shortcut. if i did something worng please let me know. Any help would be appretiated.

"D:\Program Files\DOSBox-0.61\dosbox.exe" f:\dosprogs "MOUNT D G:\ -t cdrom"

When i use this and then run dosbox it tells me dirve D does not exist

Reply 1 of 2, by Markus

User metadata
Rank Newbie
Rank
Newbie

You were almost right, there's a -c mssing:
"D:\Program Files\DOSBox-0.61\dosbox.exe" f:\dosprogs -c "MOUNT D G:\ -t cdrom"