Quote:
Originally Posted by qqq
[autoexec]
# Lines in this section will be run at startup.
mount c d:\dosgames
mount d e:\ -t cdrom -ioctl
c:
|
Try removing
-ioctl from the CD drive mount and mounting the C drive like this instead:
mount c d:\
To switch to the dosgames and / or game folder use the command CD like for this:
cd \dosgames
In whole:
mount c d:\
mount d e:\ -t cdrom
c:
cd \dosgames
Be sure not to delete or modify anything in the root directory (C

though, or your Windows installation would be screwed (gotta advise you that with such mount

).
Hope that helps.