Skip to content

Instantly share code, notes, and snippets.

@Kochise
Last active December 12, 2019 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kochise/cdf237670b68637d03a8ce34ef7032f5 to your computer and use it in GitHub Desktop.
Save Kochise/cdf237670b68637d03a8ce34ef7032f5 to your computer and use it in GitHub Desktop.
Remove empty dir recursively
@echo off
robocopy . . /s /move
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment