Copy HDD to another HDD

If you want free... boot from a DOS disk (FDD or USB) then at the command prompt type:

XCOPY C:\*.* D:\ /s /e /c /k /r /h

C:\ being the drive to copy...

D:\ being the letter of the drive you want to copy too.
 
I have used that very same command to copy my XP install to a new drive, all i had to do then was run Fdisk and set the new drive and active and bootable?
 
Back
Top Bottom