DOSBox Video Tutorial
Loading...
174,866
Top Comments
see all
Video Responses
see all
All Comments (671)
-
yeah wolf 3d for the win
-
Thank you very much. I was a long time without knowing how to play. You saved my life. Thank you very much indeed.
-
@parfumfashion Alt Gr+The button at the left from 1.
-
@tarheelskk Yes.
-
@username42a Do you mean how do you mount E:\ or D:\?
For E:\, this would do if it's a hard disk:
mount c E:\
if it's a CDRom drive, then you would do this:
mount d E:\ -t cdrom (cdrom must be lower case)
For D:\, this would do if it's a hard disk:
mount c D:\
if it's a CDRom drive, then you would do this:
mount d D:\ -t cdrom (cdrom must be lower case)
Need any more help? Just message me, I know all about DOSBox, and you only have to type in commands once if you set it up right.
-
How do you get audio?
-
Thanks a lot.
Loading...
stupid music
memokk 2 months ago 11
@bennetag01 Did you mount it as a CDrom? If it's a CDrom, then mount like this:
mount d E:\ -t cdrom (replace E:\ with your cdrom drive)
If it's a floppy, mount like this:
mount a A:\ -t floppy (replace A:\ with your floppy drive)
If your using the a disk image from a ISO, do this:
imgmount d "C:\dos\my games\gamename\xxx.iso" -t iso (Replace "C:\dos\my games\gamename\xxx.iso" with your ISO path)
For CUE/BIN, it's like this:
imgmount d "C:\dos\my games\gamename\xxx.cue" -t iso
archy9752 1 month ago