If you somehow happen to find yourself with six image files, one for each CD-ROM this game was shipped on back in the day, you might be wondering how to get that to work.
Turns out Dosbox supports mounting several image files to a single drive letter in a single command.
The command to make this work looks like this (assuming you have cue/bin images), where “disc1.cue” etc are the file names of your images:
imgmount d disc1.cue disc2.cue disc3.cue -t iso -fs iso
If you have .iso images, it works the same, but you can leave off the “-fs iso” part in the end.
Once you’ve loaded in all your images, you can press ctrl+f4 to swap between them. Works perfectly for a multi-CD game like Pandora Directive!