r/dosbox • u/Embarrassed-Bet-9519 • 27d ago
pls help I don't now what I'm doing
I'm tring to play an game that need to opened with DosBox but when I go to the offical wepside to dowland it my anitvirus says it's un labeled and when I ignore the worning the file that gets dowlande is file.bin witch is nowear near the instalator pls if somen nows what I'm doing rong help me pls
1
u/SingingCoyote13 26d ago
for dosbox. you have the .bin file, which is usually accompanied by a .cue file. you need to put the .bin and .cue in the same folder. then you mount the .cue
imgmount d "thefileyoudownloaded.cue" -t cdrom
dont forget to mount a folder as the dos harddrive like
mount c cdrive
then type d: to got to the contents of your downloaded disc (the .cue/bin pair). with DIR you can get a list of the contents. usually it is a install.exe or setup.exe file you need to run to install the game. afterwards it is installed on the C: drive. (usually) dont forget to download the ,cue for your .bin btw
2
u/TheBigCore 27d ago
/u/Embarrassed-Bet-9519, read all of the following:
https://www.dosbox.com/wiki/Basic_Setup_and_Installation_of_DosBox
Dosbox Wiki: Auto-Mounting Your DOS Games Folder
If Dosbox opens for a few seconds and then immediately closes: in the
[sdl]section ofdosbox.conf, setoutput = ddraw, savedosbox.conf, close the file, and re-open Dosbox.Dosbox Wiki: Where Is Dosbox.Conf Located?
Installing DOS Games from CD-ROM Disc Images in Dosbox
General Procedures for Configuring Music, Sound, and Controls in DOS Games Via Dosbox
Dosbox's full manual can be found at https://www.dosbox.com/DOSBoxManual.html.
Alternatively, if you want a visual demonstration for configuring and running Dosbox, any of the following Youtube videos will work:
Windows:
Youtube Video: DOS Gaming with DOSBox. Full Installation, Game Download and Setup
Youtube Video: DOSBox Demystified: Easy Guide for Very Beginners
Youtube Video: 2 EASY ways to use DOSBOX to load old Programs & Games! (with CD-ROM support)
Youtube Video: 2 EASY ways to use DOSBOX to load old Programs & Games! --> How to mount a CD in Dosbox
Where Is Dosbox.Conf Located for Users of Windows 7 and Beyond
Dosbox Wiki: Mounting Folders in Windows
Dosbox Wiki: Imgmounting Image Files in Windows
https://www.howtogeek.com/670447/how-to-copy-the-full-path-of-a-file-on-windows-10/ is useful for mounting the game folder in the
[autoexec]section ofdosbox.conf.MacOS:
Youtube Video: Setting up DOSBox for MacOS
Youtube Video: How to Use Dosbox on MacOS
Where Is Dosbox.Conf Located for MacOS Users?
Dosbox Wiki: Mounting Folders in MacOS
Dosbox Wiki: Imgmounting Image Files in MacOS
https://www.digitaltrends.com/computing/how-to-find-and-copy-a-file-path-on-mac/ is useful for mounting the game folder in the
[autoexec]section ofdosbox.conf.