View Single Post
Old 12-09-2008, 02:56 PM   #6
dosraider
Dismembered.
 
dosraider's Avatar

 
Join Date: Aug 2007
Location: Dixmuide, Belgium
Posts: 2,767
Default

Quote:
Originally Posted by Tamrhind View Post
"[autoexec]
# Lines in this section will be run at startup.
mount C C:\
mount D D:\DOS\ -freesize 512
mount E E:\ -t cdrom
[imgmount d x:\path\image.iso -t iso] *just added now*
D:
CLS"
You mount a virtual C: first as harddrive,
then you mount over that a virtual D: as harddrive,
then you mount a CDdrive as E:
and over that you mount a image as CD drive D:


mount C D:\DOS\ -freesize 512
mount D E:\ -t cdrom

Or
mount C D:\DOS\ -freesize 512
[imgmount d x:\path\image.iso -t iso] *just added now*

would be more like it, so you will have a virtual C:as harddrive and D: as CDdrive.
And please get rid of that CLS, so you would see the dosbox devs put
Don't mount your real C: as C in dosbox or something shouting right in ya face, and for good reasons.
That -ioctl is pretty useless with dosbox 0.72, and if you're on Vista it's -noioctl you will -(MAYBE)- need NOT -ioctl.
__________________

Not a member of The Victorious People's Shoutbox Liberation Army.
Not a member of the GAG Guerrilla. Don't get A Grip!
FOR RENT
*Advertising space*

Last edited by dosraider; 12-09-2008 at 02:59 PM.
dosraider is offline                         Send a private message to dosraider
Reply With Quote