https://www.dilwyn.theqlforum.com/editview/index.html
Explains how to get software working that is expecting to live on one drive, IE mdv1 but is actually on win2_ etc.
Code: Select all
Create a subdirectory for the program in question, to hold the program and its associated files
MAKE_DIR WIN1_QUILL_
Copy all of the program's files into that directory.
Now use the DEV_USE command to redefine FLP1_ and FLP2_ to refer to the directory in question:
DEV_USE 1,WIN1_QUILL_
DEV_USE 2,WIN1_QUILL_
DEV_USE FLP
So that you can continue to access the floppy drives now that FLP1_ and 2 have been redefined, use the FLP_USE command to rename the disk drives to some other memorable name such as FDK1_ and FDK2_ like this:
FLP_USE FDK