I would like to see a command line move that works as mv in Linux/UNIX does.
The built in one in Windosws cannot move folders and only renames them under the same parent folder, and the UNIX ports so far are either buggy (one of the adds endless loops of the folders moved at the destination) or don't support UNC paths.
Again this is a time saver in batch files instead of capturing the folder name, copying the tree and then deleting it.
Thank you.