Skip to content

Instantly share code, notes, and snippets.

@wopfel
Created June 1, 2014 11:46
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 wopfel/556071016e9af2794d45 to your computer and use it in GitHub Desktop.
Save wopfel/556071016e9af2794d45 to your computer and use it in GitHub Desktop.
Copy a file inside a diretory to a new file with a random name to fill (almost) all space
:beginn
cd /d F:\DCIM\100EOS7D
copy IMG_5239.CR2 %RANDOM%.DAT
goto beginn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment