Skip to content

Instantly share code, notes, and snippets.

@tojibon
Created September 10, 2015 10:14
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 tojibon/767a47e95537105ee0d6 to your computer and use it in GitHub Desktop.
Save tojibon/767a47e95537105ee0d6 to your computer and use it in GitHub Desktop.
Removing everything from a directory which has a lot of long named files and directory in Windows Command Prompt
mkdir tpm_empty_dir
robocopy tpm_empty_dir the_dir_to_make_empty /s /mir
rmdir tpm_empty_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment