Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| tech-notes:scripts:delete-files-older-than [2018/05/17 20:05] – ↷ Page moved from code:java:tech-notes:scripts:delete-files-older-than to tech-notes:scripts:delete-files-older-than gerardorourke | tech-notes:scripts:delete-files-older-than [2019/06/12 10:16] (current) – gerardorourke | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| < | < | ||
| forfiles -p C: | forfiles -p C: | ||
| + | </ | ||
| + | |||
| + | Newer Windows use slightly different parameters - e.g. Windows 2012 | ||
| + | < | ||
| + | forfiles /P " | ||
| </ | </ | ||