First post, by Tiger-Heli
Hopefully this is simple.
I have a fairly basic question - I am trying to install a game using DosBox - The game originally shipped on two disks and you ran INSTALL.EXE on Disk 1 and then after a while, it would tell you to remove Disk 1 and Insert Disk 2 and Press ENTER to continue.
I have Disk 1 and Disk 2 in separate folders, and I figured out how to use the commands:
Mount A C:\Disk 1\ - t floppy
Mount C C:\Game
A:
Install
Now - how do I tell the program to look for the second directory - I know I can unmount and mount them, but I think I have to quit the install program to do this.
I checked the WIKI and it looks like IMGMOUNT with dual images and Ctrl-F4 will do this for HD and CD-ROM images, but it wasn't clear if this would work for floppies.
(Also, I have individual files from the disks in HD directrories, not .iso or .img files, although I suppose I could burn them to a different format)