motorollin wrote:
@buzz
Yes I did check the syntax using "1581 ?". It was the device argument I wasn't sure about - I didn't know whether to put C0, DF0, or just 0. Have just tried it using:
1581 0 supremacy.d64 write
and I got some message about an error reading the image file, then it started writing tracks and seemed to complete ok, but then the disk was not readable on the C64 :-?
--
moto
From the help file in the archive:
1581 0 file - reads from drive 0 to file
1581 1 file write - writes to drive 1 from file
So basically what you are doing is correct ... Have you tried parsing both the drive and folder to the program? Perhaps it needs to locate the image with a little bit of help form the user
e.g.
1581 0 dh1:images\supremacy.d64 write