Created
August 20, 2015 18:43
-
-
Save dan-dr/34938a2ad1461482fb92 to your computer and use it in GitHub Desktop.
How to delete too long paths in windows (i'm looking at you node_modules)
This file contains 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment