VOGONS


First post, by rop1

User metadata
Rank Newbie
Rank
Newbie

I have/had several games with this problem. Each of them comes in 3 or 4 directories. The directories contain the files from each floppy of that game. E.g:
-disk1
-install.exe
-resource.dat
-...
-disk2
-resource2.dat
...
etc.
When I mount disk1 and use install.exe, all goes well for the 1st disk, but then it says: "install the second disk". How do I do that?

Thanks.

Reply 2 of 6, by Tertz

User metadata
Rank Oldbie
Rank
Oldbie
rop1 wrote:

I have/had several games with this problem. Each of them comes in 3 or 4 directories. The directories contain the files from each floppy of that game.

1 method
Copy files to several .img by Winimage or other.
imgmount a disk1.img disk2.img disk3.img -t floppy
Run the installation. When it asks for next disk press Ctrl-F4, - this will mount next .img

2 method
use ykhwong's DOSBox ver Jan. 27. 2014
in menu: Drive->A->Mount as floppy (or Mount as image if you are using .img)
When it asks for next disk change the folder in menu

DOSBox CPU Benchmark
Yamaha YMF7x4 Guide

Reply 3 of 6, by rop1

User metadata
Rank Newbie
Rank
Newbie
Tertz wrote:

1 method
Copy files to several .img by Winimage or other.
imgmount a disk1.img disk2.img disk3.img -t floppy

Are there any other image formats that can be used, aside from .img?

Reply 4 of 6, by Tertz

User metadata
Rank Oldbie
Rank
Oldbie
rop1 wrote:

Are there any other image formats that can be used, aside from .img?

.img is raw format. imgmount supports also iso, cue/bin but they are used for CD

There may be used 3rd method too, in case the installation works from folders:
mount a c:\folder -t floppy
When it asks next disk, - switch window to file manager, replace files in c:\folder on files from next disk, switch back to the emulator's window and press Ctrl-F4. It will refresh contents of all mounted folders.

DOSBox CPU Benchmark
Yamaha YMF7x4 Guide

Reply 5 of 6, by collector

User metadata
Rank l33t
Rank
l33t

If the installer is not looking for differences in disk labels you can also mount a folder as a: and copy the contents of disk 1 to it. Start the installation in DOSBox and when it asks for the next disk, replace the contents of the folder mounted as a: with the contents of disk 2 and refresh the disk cache (CTRL+F4) to proceed.

The Sierra Help Pages -- New Sierra Game Installers -- Sierra Game Patches -- New Non-Sierra Game Installers

Reply 6 of 6, by rc2o2w

User metadata
Rank Newbie
Rank
Newbie

Re: Running DosBox 74 and need to install Multi-Floppy Program

Example of Problem

<< c:\>imgmount b pdisk1.img pdisk2.img -t floppy
Using multiple files is only supported for cue/iso images. >>

For those that have been stumped over multi-floppy installs as I have
then maybe this simple method may help you through it. This is for
those multi floppy installs where some files on each diskette share
the same exact name. In my case, both diskettes had files called
'diskid.001' and a 'prog.dat' file on each disk. So copying the
contents of both diskettes into one directory is not an option here.

I stumbled over the following article and tested it out....

http://www.abandonia.com/vbullet/showthread.p … goto=nextnewest

and scroll down to the post by FodderMonkey "Crude But Effective"

What I found was that if you open DosBox in desktop Window and create>
a directory called 'adrv' for A drive in DosBox. using the DosBox
'imgmount' you copy the contents of your floppy images into folders disk1 and
disk2 under your DosBox c drive so that you have this :

c:\>dir
Directory of c:\.
. <dir> 09-12-2015
.. <dir> 09-12-2015
adrv <dir> 09-12-2015
disk1 <dir> 09-12-2015
disk2 <dir> 09-12-2015

If your program is three or more diskettes then create the additional disk3,
disk4..diskN folders accordingly...

Create a psuedo A: floppy drive with :

mount a c:\msdos\adrv

in your DoxBox configuration file....exit out of DosBox and relaunch

So that when you go a:\>dir shows you see the contents of disk1

Proceed with Install and when the program requests you to insert disk2
pop out to file explorer and delete the contents of 'adrv' and copy
the the contents of the disk2 folder into the adrv folder, pop back
into the DosBox window and press <enter> to continue. Repeat the above
until installation is complete....

Observation....

First, I actually found it to work.

But secondly, I noticed that sometimes when copying files to 'adrv' that
while in windows file explorer all files appear, however, all the files
may not all appear when back in DosBox and executing c:\adrv>dir

For example, out of all the files that did show, install.exe did not show
in c:\adrv> after copying the contents of 'disk1' into 'adrv'. But I pressed
onward executing a:\install anyway and it launched and so I proceeded to
follow the above steps to completion....

Of course, I would appreciate a smoother solution but in the meantime to
get me through the problem this was good enough.

Good Luck!!

PS: I see in other posts, if I had pressed <ctrl-f4> while in DosBox then contents
of 'a:\adrv>' will refresh to show all files....

Good Luck!!