To copy the Data from one old HDD to a new one, download the program dd.exe from http://www.chrysocome.net/dd and find out the harddisk-ids with the commands "diskpart" and "list disk".
diskpart" and
"list disk".
The clone command is:
dd if=\\.\physicaldrive%SOURCE DISK NUMBER% of=\\.\physicaldrive%TARGET DISK NUMBER% --progress
dd if=\\.\physicaldrive%SOURCE DISK NUMBER% of=
\\.\physicaldrive%TARGET DISK NUMBER%
The exact usage do you find here