Archive for December, 2014

Using DOSEMU with a DOS setup program that wants the disk changed

Tuesday, December 23rd, 2014

DOSEMU does not have a facility to swap disks or directory paths on the fly, aside from using the LREDIR command, which is not possible to invoke during a program’s setup routine. Therefore, when the setup routine asks for “Disk 2”, there is no way to insert the correct virtual disk. Here is how to work around that.
(more…)