Skip to content

Instantly share code, notes, and snippets.

@Manuel-S
Last active December 11, 2015 11:27
Show Gist options
  • Select an option

  • Save Manuel-S/0e22a8d115fc5fb2c8d9 to your computer and use it in GitHub Desktop.

Select an option

Save Manuel-S/0e22a8d115fc5fb2c8d9 to your computer and use it in GitHub Desktop.
Delete Folder Structures even when they have more than 255 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