How to move and delete all files and subdirectories with command line in windows7?

Posted by user1285419 on Super User See other posts from Super User or by user1285419
Published on 2012-09-24T03:36:10Z Indexed on 2012/09/24 9:40 UTC
Read the original article Hit count: 183

Filed under:
|

I am looking for a way to move all files and subfolders within a given directory to somewhere else and after the movement delete the original folder. For example, suppose in current path, there is a folder called FOLDERA, I am trying to move all files and subfolders from FOLDERA to the current path and then remove FOLDERA, but I need to do this with a command line. I try MOVE command but I find that it can only move the files. Anyway to do that? Thanks.

© Super User or respective owner

Related posts about windows-7

Related posts about command