VOGONS


Reply 20 of 23, by Zirias

User metadata
Rank Newbie
Rank
Newbie

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 😀

Reply 21 of 23, by Gilcontines

User metadata
Rank Newbie
Rank
Newbie
gulikoza wrote:

Perhaps try mounting D: without the / at the end. You should not get that subdirectory error if mounting real cd-drive.

Hi guilikoza,
Like that:
mount D D:
Directory d: doesn't exist.

Sorry, probably I don't understand very well.

By the way, I tried your build dosbox version, saw the great readme and nice tips. Is that dificult to play that game in new computers and windows versions??? Or is just me? hehe
Thanks a lot.

Reply 22 of 23, by gulikoza

User metadata
Rank Oldbie
Rank
Oldbie

Hmm...I'm sorry, I was wrong. \ is indeed needed, probably it was too late in the evening 😀. But my point stands...if d: is your cdrom in Windows (where the screamer cd is put in), then you should not get the "Mounted subdirectory: limited support" error.

http://www.si-gamer.net/gulikoza