Peter Jetson wrote in said:
I'm looking for a program to copy one standard 3.5" floppy disk to
another using a single floppy disk drive, then verify that the copy was
successful, on a computer running Windows 2000.
Either use the GUI method already built into the OS, right click
the A: drive in your File Manager (like explorer) and use the COPYDISK
command from the context menu, see:
<
http://www.worldstart.com/tips/disk-management/floppycopy.htm>
Or you can use the commandline interface (CLI) as follows:
Open a CMD window and type
diskcopy /?
in the command window - and you should see:
diskcopy /?
Copies the contents of one floppy disk to another.
DISKCOPY [drive1: [drive2:]] [/V]
/V Verifies that the information is copied correctly.
The two floppy disks must be the same type.
You may specify the same drive for drive1 and drive2.
Thus:
diskcopy A: A: /v
Or use: Rawwrite for windows (GUI) to make a floppy image (read),
and then write it back to a new floppy (write).
<
http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm>
Same does the Disk Image program you can find here I think:
<
http://www.roadkil.net/>
<
http://www.roadkil.net/downloads/DiskImg.zip>
Or you can try:
<
http://www.ewetel.net/~vga.software/produkte/vgacp625.zip>
(a DOS GUI utility, not tried copying with it, just ran it to see
that it loads under Win2k...and it does, in a full screen command
window)
All the best,
Bjorn Simonsen