I'm trying to set a disk image file as a floppy disk drive in QPC2 but can't get the FLP_DRIVE command to work.
It's a 720K image file.
FLP_DRIVE "C:\TEST.IMG"
Anyone any ideas?
Disk images with QPC2
Re: Disk images with QPC2
Add a floppy drive number, e.g. FLP_DRIVE 1,"C:\TEST.IMG". QPC2 can have more than one floppy drive such as A: and B: so you may need to specify which drive.dden wrote:I'm trying to set a disk image file as a floppy disk drive in QPC2 but can't get the FLP_DRIVE command to work.
It's a 720K image file.
FLP_DRIVE "C:\TEST.IMG"
Anyone any ideas?
Last edited by dilwyn on Mon Feb 17, 2020 11:41 am, edited 1 time in total.
Reason: tospecify edited to "to specify"
Reason: tospecify edited to "to specify"
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
Re: Disk images with QPC2
Thank you. I eventually found the information in the QPC2 manual (RTM?)dilwyn wrote:Add a floppy drive number, e.g. FLP_DRIVE 1,"C:\TEST.IMG". QPC2 can have more than one floppy drive such as A: and B: so you may need to specify which drive.dden wrote:I'm trying to set a disk image file as a floppy disk drive in QPC2 but can't get the FLP_DRIVE command to work.
It's a 720K image file.
FLP_DRIVE "C:\TEST.IMG"
Anyone any ideas?
You can check which drive or image is assigned with PRINT FLP_DRIVE$(n) as well.
David