Skip to content

Instantly share code, notes, and snippets.

@masimplo
Last active September 20, 2016 06:56
Show Gist options
  • Save masimplo/ecf349fa4be092ebd7fc to your computer and use it in GitHub Desktop.
Save masimplo/ecf349fa4be092ebd7fc to your computer and use it in GitHub Desktop.
Delete directory/file with really long name on windows
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