Author Topic: How to mount .cue files in Dosbox?  (Read 2889 times)

huettmaster

  • Newbie
  • *
  • Posts: 2
    • View Profile
How to mount .cue files in Dosbox?
« on: June 23, 2017, 03:52:06 AM »
Hi!

i want to play Dungeon Keeper on my Raspi in Dosbox. Starting the game is no Problem but it asks me where the CD is. This is my Dungeon Keeper.sh which starts the game from attractmode:

Code: [Select]
#!/bin/bash
/opt/retropie/emulators/dosbox/bin/dosbox -c "mount c /home/pi/RetroPie/roms/pc" -c "c:" -c "cd KEEPER" -c "KEEPER.EXE" -c "exit"

The path to the .bin and .cue is the following

Code: [Select]
/home/pi/RetroPie/roms/pc/KEEPER/cd/KDDISK1.bin
Code: [Select]
/home/pi/RetroPie/roms/pc/KEEPER/cd/KDDISK1.cue
Can someone make a working code from it?that would be great! Thank you!