First post, by manelgm
Hello,
I just got a new computer, yet I have an urge to play some old games! Indiana Jones FoA, Mixed up mother goose and even HoMM2 which doesn't work on win7 64bit.
So I found dosbox. Looks really cool, but I do have a few questions.
First, I'm kinda paranoid...🤣. So I don't want to harm my comp or the raid-0 drives I would be installing dosbox on... Am I creating a new virtual drive when I mount a folder or is it transforming a part of the real drive into a virtual drive? Any issues with raid? This raid drive has important stuff so I can't afford to lose it. 😖
2nd, should I use the original cd's, create ISO's or extract the contents onto the drive and run it through a folder? When reading an ISO it's hard drive speed, not optical drive speed right?
Lastly, if I want to create shorcuts to play the games quickly and not mount everytime, is this the best way?
If you have more than 60 seconds to spare, go to Start => Programs => DOSBox-0.73 > Edit Configuration. That should start Notepa […]
If you have more than 60 seconds to spare, go to Start => Programs => DOSBox-0.73 > Edit Configuration. That should start Notepad on the (semi-hidden) configuration file.
On Windows Vista the file will be something like C:\Users\your-user-name\AppData\Local\DOSBox\dosbox-0.73.conf.
On Windows XP, it will be %UserProfile%\Local Settings\Application Data\DOSBox\dosbox-0.73.conf.Add the mount commands to the section named autoexec (at the bottom of the file):
Code:[autoexec]mount C "C:\Users\your-user-name\Documents\DOSBox stuff\MyGame"mount D "D:\" -t cdromC:That way, the mount commands will automagically be executed by DOSBox everytime you start DOSBox.
OBS: If you have a lot of games, a single configuration file will often not be enough.
You have 2 solutions:
Copy the dosbox-0.73.conf file to somewhere in your Documents folder and name it according to which game or configuration you want, e.g. MyGame-0.73.conf.
What I'd like is some way to run the game with a double click of an icon, that's it.
Thanks in advance!
Manel