Reply 20 of 23, by Zirias
I created an ISO image of my screamer 2 CD and it works great with the following B2.BAT (german version, so it's called B2: Bleifuss 2):
@ECHO OFF
CALL CDIMG B2.ISO
S2_3DFX.EXE
and the following CDIMG.BAT somewhere in %PATH%:
@ECHO OFF
IF %1.==. GOTO ERROR
MOUNT -u D
IMGMOUNT D /mnt/storage/dosbox/cdrom/%1 -t iso
GOTO EXIT
:ERROR
ECHO Error: ISO filename not specified.
:EXIT
Note: replace /mnt/storage/dosbox/cdrom/ by the path you use on your system for storing dos-game .isos 😀