by Alex » Wed Mar 10, 2010 6:28 pm
Ok, here's what I don't understand: Using the same HDClone, but selecting something different than Disk->Image, you could use HDClone and create a Disk->Disk clone? Or did you do this in the self-booting edition, or in another (older) Windows-Version?
If you run the Windows Version and the application seems to be blocked, try the following: press Ctrl+Alt+F8 to open a shell window within HDClone.
In this shell Window, enter 'procinfo' (without the quotes).
It should read something like this:
[pre]
/emb>procinfo
ID V T Runti Name
65541 0 1 0.07 procinfo.exe
65542 0 7 9.25 shell.exe
65543 0 5 10.92 hdclone.exe
65544 0 1 10.92 svc.sysint.srv
....
[/pre]
It could also read like this:
[pre]
/emb>procinfo
ID V T E Runti Name
65541 0 1 0.07 procinfo.exe
65542 0 7 9.25 shell.exe
65543 0 5 1 10.92 hdclone.exe
65544 0 1 10.92 svc.sysint.srv
....
[/pre]
This means that there's an exception in hdclone.exe, during the recognization phase. In this case, more info about the Windows Version you use (XP, Vista, ...) is needed. Perhaps the support can you provide with a more verbose version of HDClone that prints what is causing the exception.
Oh, and btw: if you enter 'halt' (again without the quotes) on the command line, you can terminate HDClone even if it is blocked.