Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AkihiroImada
Created October 31, 2022 07:43
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 AkihiroImada/3bc0dfc3926174dbd584790ba4a49ce6 to your computer and use it in GitHub Desktop.
Save AkihiroImada/3bc0dfc3926174dbd584790ba4a49ce6 to your computer and use it in GitHub Desktop.
@echo off
for /f "delims=" %%d in ('dir /ad /b /s ^| sort /r') do rd "%%d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment