Skip to content

Instantly share code, notes, and snippets.

@guyjin
Created March 30, 2015 16:42
Show Gist options
  • Select an option

  • Save guyjin/5ae68040bb1704410872 to your computer and use it in GitHub Desktop.

Select an option

Save guyjin/5ae68040bb1704410872 to your computer and use it in GitHub Desktop.
delete files in Win7 with filenames/paths that are to long.
mkdir empty_dir
robocopy empty_dir the_dir_to_delete /s /mir
rmdir empty_dir
rmdir the_dir_to_delete
taken from:
http://superuser.com/a/467814
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment