I have read that Wine supports or might support executing MS-DOS apps and games but my question is how. I can't find a way to execute them. I am trying Monkey Island for example or The 7th Guest. Using Wine 1.4rc2 right now.
The following link is why I ask this:
It appears as if DosBox is integrated in Wine but this is the confusion. If it is already integrated, how to execute MS-DOS.
54 Answers
DOSBox is a good solution, but Dosemu is a more powerful option; for example, in DOSBox you can't use a printer.
$ sudo apt-get install dosemuyou can edit the configuration if it doesn't suit you:
$ vi /etc/dosemu/dosemu.confsee
4ScummVM
For classic adventure based on games SCUMM I would recommend ScummVM (page in Software Center). It is less versatile than DOSBox in that it only runs specific titles, but those titles generally run better in ScummVM than they do in DOSBox. Monkey Island and The 7th Guest are both supported.
Here's one way how you can use DOSBox:
- Install dosbox using Software Center.
- Install nautilus-open-terminal using Software Center.
- Open the file browser (Nautilus) and go to the folder that contains your DOS game.
- Right click on some empty space and select 'Open Terminal Here'.
- In the terminal type
dosbox .-- note the single dot at the end of the command. It is important: it tells DOSBox that you want to make the current directory available as theC:drive inside the emulated DOS environment. - You'll get a DOSBox window with a
C:\>prompt. Type the name of the executable (the file namedsomething.exeorsomething.comorsomething.batthat you want to run) - Enjoy.
I also would recommend DOSBox. I also know for a fact that "The 7th Guest" will run using it.
0