(C) 1995 under GPL, Hans Lermen RAWREAD.EXE is the invers to RAWRITE.EXE, it gets data from a floppy and puts it into a DOS-file. But, unlike RAWRITE it's not dialog driven, so you have to put params onto the command line. USAGE: rawread target-file floppy-drive [--image] target-file = DOS filename, where to write the contents to. floppy-drive = Drive letter ( A or B ). --image = optional, if given rawread expects a simple zImage starting at track 0 head 0 sector 1 This floppy usally has been generated via a linux command like 'dd if=zImage of=/dev/fd0' or via 'rawrite' under DOS with zimage as input file.