How to extract A.DSK using cpmtools
Posted: Sat Mar 30, 2024 12:59 am
I'm trying to extract all files out of A.DSK and B.DSK using cpmtools but it is not working. My diskdef is as follows which I grabbed from the DJs web page:
I'm trying this command line to extract the files:
The result is I see a single file called asm.com that is 0 bytes in size.
Any ideas?
Les
Code: Select all
diskdef naburn8mb
seclen 128
tracks 16384
sectrk 4
blocksize 4096
maxdir 512
skew 1
boottrk 0
os 2.2
end
Code: Select all
cpmcp -f naburn8mb a.dsk 0:*.* nabu\a
Any ideas?
Les