Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "DOSBox"

From PCGamingWiki, the wiki about fixing PC games
(moved DOSBox to DOS)
 
Line 1: Line 1:
#REDIRECT [[DOS]]
+
DOSBox emulates MS-DOS and is cross-platform.
 +
 
 +
==Configuration files==
 +
DOSBox stores configuration information in *.conf files. Individual conf files can be create for each piece of software used and additional parameters can be appended.
 +
 
 +
==Unofficial builds==
 +
There are various unofficial builds of DOSBox which provide additional functionalities such as support for Glide.
 +
 
 +
==Windows installation==
 +
Windows 95 and Windows 98 can be installed inside DOSBox however this is unsupported and instability issues occur.
 +
 
 +
==Example input==
 +
DOSBox running in Windows:
 +
 
 +
<pre>
 +
Z:\>
 +
Z:\>mount c c:\game_directory
 +
Z:\>imgmount d d:\game_disc.iso -t iso
 +
Z:\>cd d:\
 +
D:\>game_install.exe
 +
D:\>cd c:\
 +
C:\>
 +
C:\>game.exe</pre>
 +
 
 +
Substitute the pathways with the given conventions of the host operating system.
 +
 
 +
Alt+Enter to maximise the window; Ctrl+F4 to switch between mounted disc images. Use double quotes, " ", when mounting directories with spaces ("c:\game directory"); For mounting multiple disc images, -t iso is required only once at the end of the last disc image, this defines how DOSBox should emulate the volume and iso defines the type of volume.
 +
 
 +
==Related==
 +
[[Bochs]] [[QEMU]]
 +
 
 +
==Website==
 +
 
 +
[http://www.dosbox.com Official DOSBox site.]
 +
 
 +
[[Category:Emulator]]
 +
[[Category:Utility]]

Revision as of 16:16, 14 March 2012

DOSBox emulates MS-DOS and is cross-platform.

Configuration files

DOSBox stores configuration information in *.conf files. Individual conf files can be create for each piece of software used and additional parameters can be appended.

Unofficial builds

There are various unofficial builds of DOSBox which provide additional functionalities such as support for Glide.

Windows installation

Windows 95 and Windows 98 can be installed inside DOSBox however this is unsupported and instability issues occur.

Example input

DOSBox running in Windows:

Z:\>
Z:\>mount c c:\game_directory
Z:\>imgmount d d:\game_disc.iso -t iso
Z:\>cd d:\
D:\>game_install.exe
D:\>cd c:\
C:\>
C:\>game.exe

Substitute the pathways with the given conventions of the host operating system.

Alt+Enter to maximise the window; Ctrl+F4 to switch between mounted disc images. Use double quotes, " ", when mounting directories with spaces ("c:\game directory"); For mounting multiple disc images, -t iso is required only once at the end of the last disc image, this defines how DOSBox should emulate the volume and iso defines the type of volume.

Related

Bochs QEMU

Website

Official DOSBox site.