RawCopy

Description

Windows console application to generate an ISO image of a CD. This is actually just a generic copy and you can probably do it with UnxUtils dd or what have you.
You could also use this to read/write images of floppy disks and memory cards too but that's not tested.

Usage

Z:\Temp>rawcopy
Usage : RawCopy <DeviceName> <Filename>
eg. to copy an image of a disk in drive D to an ISO file...
  RAWCOPY \\.\D: MyCD.ISO

Z:\Temp>rawcopy \\.\F: HP_BluetoothHeadphoneCD.ISO
Copying from \\.\F: to HP_BluetoothHeadphoneCD.ISO
Copied 7976960 bytes
Job's done.
Z:\Temp>

Downloads

Zipped executable (27k)
Source code(3k)