DOSBox and sh run command for each game
-
Hi!
Guys, who can help with it or explain what I do wrong... I remember exactly previously my install is run these scripts, but now after start script (and dosbox show it's own lodaing screen) it's just happen exit to es.
Here is my sh:
#!/bin/bash /opt/retropie/emulators/dosbox/bin/dosbox -c "mount c /home/pi/RetroPie/roms/pc" -c "c:" -c "cd SuperKarts" -c "kart.exe" -c "exit"
Looks like exactly of docs, but what's wrong?
ps DosBox original package installed, chmod set, game is run from es or inside of dosbox.
-
@Soul-Assassino said in DOSBox and sh run command for each game:
Looks like exactly of docs, but what's wrong?
My guess is because of the folder name (
SuperKarts
), which is too long and not supported by DOS. Start Dosbox standalone and execute the commands you've added in the.sh
one by one. See where the error occurs. -
@mitu I thought about this, I'll check it now, thanks for the tip.
-
@mitu u r right! Thanks buddy.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.