SCSIWriter: Write an image file to a SCSI hard disc Presuming you want to write out the RISC iX image to a SCSI disc. WARNING: This is a destructive operation, any data on the disc will be overwritten (which is the point) 1) Verify that the disc you want to write too is the only SCSI device on the system 2) Open the BASIC file SCSIWriter and change the variable image$ at the top of the file to match the path of the Image file you want to write. 3) Run SCSIWriter, verify details are correct and confirm. Leave it alone to complete running, this could take 30mins or more, it prints out progress as it goes. On completion a message is printed confirming it. Caveats: - It is not particulaly well tested, but it has written one disc successfully. - It is not fast, due to dividing up the image file into even chunks, it is only writing 4k at a time. This could be sped up, but as it works I probably will not get around to it. Peter Howkins 5/12/2014