Created
          October 3, 2019 07:42 
        
      - 
      
- 
        Save kamalhm/f7ecf44c63e71a24e75cd10243099da7 to your computer and use it in GitHub Desktop. 
    Windows: Command to find all mkv in subfolder and move them
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | for /r "C:\Users\KHM\Downloads\" %x in (*.mkv) do move "%x" "C:\Users\KHM\Downloads\familyguy\" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment