Page 1 of 1
UAKM , not finding CD to run
Posted: June 22, 2006 • 11:19 pm
by redwing634
I followed the instructions on one of the earlier posts, and even tried the newest DosBOX, and yet I still get the error message saying it cant find a cd. Anyone have any suggestions?
Posted: June 23, 2006 • 5:08 am
by Jerry Dan
[standard Jerry Dan answer] You could try copying all the .ap files from the CD's into your UAKM working directory (usually c:\moon). Where there are duplicates, keep the larger file. This requires a bit of hard drive space, but you could try to see if this works

[/standard Jerry Dan answer]
Re: UAKM , not finding CD to run
Posted: June 23, 2006 • 8:37 am
by Nilo P
redwing634 wrote:I followed the instructions on one of the earlier posts, and even tried the newest DosBOX, and yet I still get the error message saying it cant find a cd. Anyone have any suggestions?
In the DOSBox Conf file, make sure you have your drives mounted as follows:
[autoexec]
# Lines in this section will be run at startup.
mount D D:\ -t cdrom -usecd 0 -ioctl
mount E E:\ -t cdrom -usecd 0 -ioctl
mount C C:\
C:
Note: If your drive letters are different, then just replace the D: and E: with whatever drive letters you are using.
To change the Drive letters you will need to open the DOSBox0.65 folder, C:\Program files\DOSBox-0.65, then open the dosbox.CONF file, with Notepad, and scroll down to the bottom line:
[autoexec]
# Lines in this section will be run at startup.