I just want an equivalent of "mv dir target", and have dir get moved to target\dir.
- cmd move doesn't even work across filesystems
- powershell's doesn't either
- xcopy doesn't move
- robocopy fails at "robocopy.exe /move p1 p2 dir-in-p1" (the syntax here is the problem, see the accepted answer)