Installing Games in DOSBox: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
# Now, assuming that your CD drive is D: type:<blockquote><code>mount d d:\ -t cdrom -ioctl</code></blockquote> | # Now, assuming that your CD drive is D: type:<blockquote><code>mount d d:\ -t cdrom -ioctl</code></blockquote> | ||
# If your CD is E: change that to "mount d e:\..." etc. type:<blockquote><code>cd d:</code></blockquote> | # If your CD is E: change that to "mount d e:\..." etc. type:<blockquote><code>cd d:</code></blockquote> | ||
# To change to the CD drive, type:<blockquote><code>install</code>* | # To change to the CD drive, type:<blockquote><code>install</code>*<ref>Or setup or whatever the name of the installer is</ref> | ||
< | |||
</blockquote> | </blockquote> | ||
Revision as of 18:18, 14 October 2024
Since DOSBox can only see files and folders that are mounted, it will see that folder as the base directory. If you install a game in Windows to:
C:\Games\Sierra\KQ6CD
and mount C:\Games as your DOSBox "C:" drive, it will see the path to KQ6CD as:
C:\SIERRA\KQ6CD
If the game's installer writes configuration files that require paths to files or folders in it, when installed from Window's DOS emulator, DOSBox will not see the same path and will not be able to find the files necessary to run the game. This can be avoided by installing the game from DOSBox, with everything mounted as it will be when running the game.
In order to install a game in DOSBox, you must mount both the folder where the game will be installed to and the disks or folder that has the install files. To install a game from a CD, put the CD in your drive and start DOSBox.
- In DOSBox type:
mount c c:\games
- Now, assuming that your CD drive is D: type:
mount d d:\ -t cdrom -ioctl
- If your CD is E: change that to "mount d e:\..." etc. type:
cd d:
- To change to the CD drive, type:
install
*[1]
To install a game from floppies, either mount your floppy drive or mount a folder with the install files as DOSBox's "A:" drive. NOTE: You may need to add the -t floppy (to specify type of drive) and/or -label (to specify a disk lable) switches to the mount command for some installers to work.
More information on mounting can be found <a href="DOSBoxGuide-Mount.html">here</a> and in the DOSBox README.
References
- ↑ Or setup or whatever the name of the installer is
Also See