Skip to content

Instantly share code, notes, and snippets.

@jacobhackl
Created June 12, 2015 13:37
Show Gist options
  • Save jacobhackl/a0d556f0acebc1bae527 to your computer and use it in GitHub Desktop.
Save jacobhackl/a0d556f0acebc1bae527 to your computer and use it in GitHub Desktop.
delete aged files on windows
forfiles /p D:\wrx\data\iedi\done /s /m *.* /d -180 /c "cmd /c del @path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment