Skip to content

Instantly share code, notes, and snippets.

@denis-shvets
Created November 14, 2015 17:02
Show Gist options
  • Save denis-shvets/28d6b45e07e01d35ce7e to your computer and use it in GitHub Desktop.
Save denis-shvets/28d6b45e07e01d35ce7e to your computer and use it in GitHub Desktop.
Remove files with long names/paths
mkdir temp
robocopy temp target /s /mir
rmdir temp
rmdir target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment