-resize a primary partition created by Windows Experience setup (
AutoPartition = 0
MsDosInitiated = 0
UnattendedInstall = Yes
UnattendMode = FullUnattended
Repartition = Yes
Filesystem = ConvertNTFS
) to 10GB
-copy partition C on disk0 to end of unallocated space on disk0
-do some operations on new copied partition D
-delete primary partition, copy partition D towards beginning of disk, set active, delete partition D
Now I am automating Windows Server 2003 and unfortunately PQMagic v8.1 does not support Windows Server. I remember it took me days to write the script, test and debug it. I refuse to upgrade PQMagic beyond this version because of the new bugs and instabilities Symantec introduced with each new version after they took over PowerQuest.
I ducked for "commandline copy partition" without getting useful results so I googled for "commandline copy partition" with the same useless results.
I have several programs that do support Windows Server but none of them support "commandline copy partition".
I am not encouraged to write an application that would interface with modern GUIs because quality of most GUIs has been on decline since 2001 and thus I see it as a "if everything else fails" solution.
I am currently wondering if i can use dd for windows to copy a partition from the commandline

I am quite amazed that so many companies these days no longer have the skills to write clean intuitive GUIs. A squared window is ugly and looks old so lets make the corners round and fluffy and lets not support TUI so we look like amateurs.
Anyone has any idea for a quick and clean solution ?