How to move and delte all files and subdirectories with command line in windows7?
        Posted  
        
            by 
                user1285419
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1285419
        
        
        
        Published on 2012-09-24T03:36:10Z
        Indexed on 
            2012/09/24
            3:37 UTC
        
        
        Read the original article
        Hit count: 157
        
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.
© Stack Overflow or respective owner