Code: Select all
10 CARD_CREATE 1,200,”qxl.win”: REM create new file, 200MiB in size
20 WIN_DRIVE 4,1,”qxl.win” : REM point win4_ to it
30 WIN_FORMAT 4 : REM allow formatting of win4_
40 FORMAT win4_your_name : REM format win4_
Code: Select all
10 CARD_CREATE 1,200,”qxl.win”: REM create new file, 200MiB in size
20 WIN_DRIVE 4,1,”qxl.win” : REM point win4_ to it
30 WIN_FORMAT 4 : REM allow formatting of win4_
40 FORMAT win4_your_name : REM format win4_
I think you will find that they mean. Don't delete the QXL.WIN files on the SD card, and then put another one on the SD card.Wicksy wrote: Sun Jul 21, 2024 3:36 pm There was some caution mentioned on deleting files within a container, I'd be wanting to create and delete multiple files on Quill as an example?
I'm not too sure what your asking here. I don't know of a Windows, or Linux program that can create create QXL.WIN files directly.Wicksy wrote: Mon Jul 22, 2024 4:31 am Thanks Martin.
Can I use a pc file to format in to a container, not just a native QL file?
In theory you can have 16 QXL.WIN container files on a Q68 SD card. But only 8 of them available at any one time. You would have to swap them about with a WIN_DRIVE command in the Q68.Wicksy wrote: Tue Jul 23, 2024 8:56 am It would make sense then to make the full amount of 8 win drives (if 8 is correct). Then I will have no more need for QPC2, and just keep Qemulator for pc use.
What the MDI and FDI drivers do, is to allow you to access microdrive and floppy disk image files. So if you copy a floppy disk image onto a QXL.WIN container (say WIN1_) then you can mount the floppy image into the system as FDI1_I believe I can transfer flp and mdv images to the container, then use your MDI and FDI to convert for a Q68 to use? Or must I do that prior, say on an emulator?
I think QLPAK files are a Qemulator only thing. I've not had much to do with them. But I suspect that you could extract the files from them.Do QLpak files work on Q68 or do they need the "boot" part removing? I have a few that I bought that I'd like to use on both pc and Q68.
Yes. Of course you would need an unzip program to be on the Q68Can zip files go on the container to be unzipped on the Q68 later?
I don't know if you copied say a Microsoft word file to the SD card, then tried to FORMAT it. You would get a QXL.WIN file of the size of the word file.Wicksy wrote: Tue Jul 23, 2024 9:18 am Regarding making an existing file in to a container file -
From the Q68 SMSQE manual on page 8:
"2.3
Formatting a drive.
“Formatting a drive” means that an ALREADY EXISTING file on a card is made into a container file. This is achieved with the usual FORMAT command:
FORMAT winX_name
where, as usual, X is the drive number and name the formatted name of the drive. This may be up to 10 characters long. Anything longer will be truncated to 10 letters. Please note that this is NOT the name of the container file on the card, just the name that will be displayed when doing a DIR on the drive.
Formatting a drive will irretrievably erase the content of the file on the card and make it into a container file. Thus, the size of the container file (and so the size of the WIN drive) will be that of the file that already exists."
My query was, is the file to be converted by the FORMAT command have to be a QL native file or will it work on a PC Windows file to make the QXLwin container "shell" file. It doesn't stipulate that you can't just use any, so I just take it at face value that it can.