this post was submitted on 10 Jul 2025
10 points (100.0% liked)
MS-DOS gaming
940 readers
2 users here now
A place to discuss anything DOS related. From DOSBox to actual retro hardware and FPGA emulation. From old games and software to new running on DOS. We also allow source ports of games originally on DOS.
::: spoiler Rules:
- Be Respectful
- All post must be about or directly related to DOS Gaming
- No Spamming, Harassing or violence
- No Illegal downloads and/or links. Abandonware IS allowed
- NSFW content should be tagged as such
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Appreciate the link! According to this I have to create a custom config file. Do I need one of those for each game?
You don't have to. It was to show how to use custom arguments. You can load a different config for different games if you'd like, but for your first example it should probably be:
open -a /Location/Of/dosbox -c "imgmount a '/Users/io/Downloads/Prince.img' -t floppy" -c "a:" -c "dir /p"
For totally generic games that boot straight off the floppy disk, the default config tends to work just fine. Like I said in my other comment though, I used a temporary config file, based on the default config, but I would append the boot image filename/path to the [AUTOEXEC] section at the end of the temporary dosbox.conf file.
It might be easier for you for now to make individual config files for each game, but it should be possible like I said to make a generic script to boot basically any PC floppy disk image directly.
I'll see later whatever I have around.