Skip to content

Instantly share code, notes, and snippets.

@lukethacoder
Created March 21, 2021 09:54
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 lukethacoder/559373a7b196e468e0f09d4789db83ef to your computer and use it in GitHub Desktop.
Save lukethacoder/559373a7b196e468e0f09d4789db83ef to your computer and use it in GitHub Desktop.
Windows CMD: Pull all files from sub folders into root folder
for /r %d in (*) do copy "%d" "C:\Documents\PATH\TO\SOURCE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment