Skip to content

Instantly share code, notes, and snippets.

@aa65535
Last active August 29, 2015 14:13
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 aa65535/9dbe5d025ff481b5f6c7 to your computer and use it in GitHub Desktop.
Save aa65535/9dbe5d025ff481b5f6c7 to your computer and use it in GitHub Desktop.
@echo off
for /r E:\xy %%i in (*) do (
if 1024000 leq %%~zi (
echo %%i %%~zi
)
)
:: replace `echo %%i %%~zi` to `del /f /q %%i` when the results correctly
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment