Posted November 19, 2011
Why does the commands in the autoexec section of the dosboxblood.conf use this command to launch blood?
@ECHO OFF
mount C "."
imgmount D game.inst -t iso
c:
cls
blood.exe
exit
Why does it use that instead of using something as simple as:
mount c c:\blood
c:
blood.exe
exit
? This is so wierd and also if you look at the properties of the shortcut on the desktop you can see that it has an extra "exit" command. Also, it puts quotes on the end of the dosbox path and the one unit whole blood path.
Any reasons for this?
@ECHO OFF
mount C "."
imgmount D game.inst -t iso
c:
cls
blood.exe
exit
Why does it use that instead of using something as simple as:
mount c c:\blood
c:
blood.exe
exit
? This is so wierd and also if you look at the properties of the shortcut on the desktop you can see that it has an extra "exit" command. Also, it puts quotes on the end of the dosbox path and the one unit whole blood path.
Any reasons for this?