Created
March 30, 2015 16:42
-
-
Save guyjin/5ae68040bb1704410872 to your computer and use it in GitHub Desktop.
delete files in Win7 with filenames/paths that are to long.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir empty_dir | |
| robocopy empty_dir the_dir_to_delete /s /mir | |
| rmdir empty_dir | |
| rmdir the_dir_to_delete | |
| taken from: | |
| http://superuser.com/a/467814 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment