Skip to content

Instantly share code, notes, and snippets.

@Alexnder
Created September 27, 2015 10:30
Show Gist options
  • Save Alexnder/f3ed544884618f79441e to your computer and use it in GitHub Desktop.
Save Alexnder/f3ed544884618f79441e to your computer and use it in GitHub Desktop.
Windows Remove too long filename
mkdir empty_dir
robocopy empty_dir the_dir_to_delete /s /mir
rmdir empty_dir
rmdir the_dir_to_delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment