COPYDISK (C)Copyright 2000 by William H. Decorie

This program will copy one physical drive to another, regardless of file
system or operating system.  The drives need not be the same physical size,
but the destination should be at least as large as the used space on the
source.

This program supports copying only part of a drive, for example if you know
that there is no data after a certain cylinder there's no need to copy that
part of the drive.  [See FINDLAST for how to obtain that information.]

Also, you can offset on the destination where to write to.  I don't know why
you'd want to, but it was easy to implement so I put it in.

If the two drives use different geometries, you will need to manually edit
the partition table when you are done.  If you don't know what I'm talking
about or why, then you shouldn't be using this program in the first place.

An extended memory manager (e.g. HIMEM.SYS) must be loaded for this program
to work.  Also, the more conventional memory available the better.

This program cannot read or write NTFS, HPFS or Novell volumes, and it also
cannot read or write compressed volumes (any compressor).

VERY IMPORTANT: ALWAYS REBOOT AFTER RUNNING THIS PROGRAM, OR YOU ***WILL***
SCREW UP YOUR HARD DRIVE(S)!!!!!!

