Skip to content

Instantly share code, notes, and snippets.

@kamalhm
Created October 3, 2019 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamalhm/f7ecf44c63e71a24e75cd10243099da7 to your computer and use it in GitHub Desktop.
Save kamalhm/f7ecf44c63e71a24e75cd10243099da7 to your computer and use it in GitHub Desktop.
Windows: Command to find all mkv in subfolder and move them
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