ITD * Image To Disk

Tool to write disk images back to a floppy like device.

Installation

ITD is contained only in the DEV archive, not in the USR archive
copy it to C: or a similar place

Options

FILE/A,DEVICE,FORMAT/S
FILE/A name of the disk image to write
DEVICE the device to which ITD will write the disk
default "DF0:"
example "RAD:"
FORMAT/S if enabled the disk will be formatted

Return code

Set to 0 on success otherwise 20.

Background

ITD can write to any trackdisk like device. To avoid problems (e.g. corrupting your harddrive) it does not write to devices larger than 2,000,000 bytes at the moment. There will be NO verify performed (this tool was a quick hack ;), you have been warned! If the image is smaller than the device you will get a warning message, ITD will not change the remaining tracks in this case. If the image is larger you will also get a message and ITD will write as much data as fit on the device.