First post, by Rybo
Hello vongons forums. Recently, I've been attempting to mount multiple disks using imgmount, but for some strange reason, imgmount does not appear to be working on my ISO files at all. I am unable to run any files inside the ISO files through DOSBox, and the game in question, Harvester, is also failing to find the files it needs to run. If I extract, for example, the DISK1 iso file to a folder, and mount the folder as a CDROM, I can run all of the files fine, and the game can properly recognize the files.
Here are the steps I take:
1. I mount the installed directory to C using the command:
mount C HARVEST
2. I mount the images using imgmount using the command:
imgmount D DISK1.iso DISK2.iso DISK3.iso -t iso
3. I set the primary directory to C using the command:
C:
4. I run the main game executable using the command:
HARVEST
If you use a slightly different order, and simply mount, and set D as the primary directory, and attempt to run the INSTALL.EXE file, it does not work properly either, and the file is not found.
Any help is appreciated, thanks.