Skip to content

Instantly share code, notes, and snippets.

@adkdev
Created November 9, 2015 04:45
Show Gist options
  • Save adkdev/fa66194a292d3184be27 to your computer and use it in GitHub Desktop.
Save adkdev/fa66194a292d3184be27 to your computer and use it in GitHub Desktop.
Recursive move files command in Windows
for /r "C:\tmp\DCIM" %x in (*.jpg) do move "%x" "C:\tmp\pic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment