Skip to content

Instantly share code, notes, and snippets.

@kristianrl
Created November 30, 2021 07:45
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 kristianrl/07f44c2a9b6adb40659d7a311e17771b to your computer and use it in GitHub Desktop.
Save kristianrl/07f44c2a9b6adb40659d7a311e17771b to your computer and use it in GitHub Desktop.
Remove old files
REM Deleting all .log-files (older than 30 days) recursively
forfiles -p "d:\logs" -s -m *.xlsx -d -30 -c "cmd /c if @isdir==FALSE del @path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment