Last active
December 11, 2015 11:27
-
-
Save Manuel-S/0e22a8d115fc5fb2c8d9 to your computer and use it in GitHub Desktop.
Delete Folder Structures even when they have more than 255 characters
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 %temp%\removefolder | |
| robocopy %temp%\removefolder %1 /MIR | |
| rmdir %1 | |
| rmdir %temp%\removefolder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment