I know this is an old thread, but since it does not have a correct answer I figured I'd tie it off.
The old DOS command to accomplish this is:
move
So in the OP question:
move C:\sourceFolder c:\destinationFolder
The folder and everything in the folder (including sub-directories) will be moved.